How to record a dynamically changing object in rational functional tester?
I need to record the objects in the application where it changes its position and value dynamically. How do I do this?
Extension of header file : .sbh
Extension of library is : .sbl.
The extension of header file is .sbh and library file is .sbl.
The extenstion of complied library file is .sbx
Regards,
Prashanth.Np
How do you record movements of mouse in excel applications?
You can switch to low level recording for this particular scenario
Regards,
Sampada
How can I write data into external excelsheet using rr.
Dim FilePath
Dim FileNumber
FileNumber = FreeFile
FilePath = "E:abc.xls"
Open FilePath For Output As FileNumber
Write #FileNumber ,"data1,data2,data3"
1) First you create Excel Object with the below statement. Set objExcel = CreateObject("Excel.Application")2) Open the work bookobjWorkBook = objExcel.Workbooks.Open(FileName:=sFileName...
How can I use a script from one project in another project ?
I would like to use a script in another project. I copy this script .Rec to the directory of new project but I can't see this script when I open the new project. Could you please tell me how to use a script in a project to another project?
I have given a detailed explanation about how to copy a scriptfrom one project to another in question no. 47.
Refer Que 47: How to copy the script from one project to another project?
Hope it helps you.
When you copy a .rec file from one project to another project, you can't see that script directly in the script window if you say open -> script and give the script name.When you are copying a ...
How to store value in datapool?
You can either write the values into an excel, save it as a CSV file and import the csv into robot as a datapool (or) Just go to Tools -> Manage -> Datapools from Test Manager, Click on New, giv...
You can provide data directly into .csv file.
How to copy the script from one project to another project?
You have 2 ways to copy a script from one project to other project.1st Method:Go to TMS_Scripts folder of your project. Let's say ur source project name is Project1 and destination project name is...
What is the abbreVATion of .Rsp
RSP means Rational Suite Project.
For Startup in robot below link will be very helpful.ssi7.cs.tamu.edu/ssi/tutorials/pdf/Robot/robot_tutorial.pdfSimilar docs for QTP also available in the net.
hi sandeep..
u can run ur project by firsr recording it by recording modes and playback the process which will be available in the tool bars of all tools...u can change the baseline value and playback ..n compare the acutal and expected
What is the difference between rational robot and rational functional tester?Can rational robot be used to test web application?
rational robot and RFT are the two different test automation tools from IBMdepend on the project you have to choose the right toolto mention few diff1. Robot uses SQABasic as scripting language and RF...
What is the method used to test the crystal reports?
Any character can be used as datapool separator.But most commonly used separator characters are , ; / and |
How to convert all the rational robot script files in to QTP script files
How to convert all the rational robot script files in to QTP script files tool that is like file transferring from rational robot into QTP or atleast if there ia any possibility something like how the QTP will call winrunner test if there any load ins to add to do that in QTP tool pls specify that. Because...
is there any tool which can convert this
there is no way you can do this on a click of a button. You are asking to convert donkey into horse. Sorry you have to do this manually
How to record Java application using rational robot?
Step by step details required for Java application as well as for Java applets.
Assume that Rational Robot Installed.
Click on Start
Click on Program
Click on Rational Robot
in this menulist you will get Rational Test sub menu
Click on Rational Test click on java enabler
make all setup now launch Rational robot your java application is recoconised by rational robot
What is rational purify and rational quantify?
Rational Quantify: This component will help rational robot to find speed and efficency of the application
Rational Purify:This component is used to avoid memory leakage due to the use of poniter concept in c&c++
Doxygen for rational robot scripts
I am trying to use doxygen in the rational robot scripts but I can't handle it...Can anyone help me with this problem.
How to use alphanumeric verification point for a editbox in web application.
While I pointing the cursor to editbox it is showing as window.
How to get row count of datapool in rational robot?
We use the following function to get the rowcount from datapool that is to get the row number of last row used.Function getrowcount_excel(sSheetName as String) Dim vCount as Variant&...
What is the full form sqabasic script?
SQABASIC-Software Quality Assurance Basic