What is the purpose of .sbl, .sbh, .rec files?
These are related to Rational Robot SQA scripting.
These are the file extention in it.
.Rec files are regular GUI test scripts.
.Sbl files are used to store user defined functions and
procedures and its a library file extention.
.sbh files are used to store script header functions and
procedures and its a header file extention.
| Is This Answer Correct ? | 5 Yes | 1 No |
Which is the correct order? a. Planning, Designing, Execution, Implementation and Analysis b. Planning, Designing, Implementation, Execution and Analysis c. Analysis, Planning, Designing, Execution and Implementation d. Planning, Analyzing, Designing, Execution and Implementation
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
What is the purpose of the Trap options?
Explain user defined data type with an example..?
consider i had created two projects in rational administrator.And i am currently working one project in rational robot.Now i want to open the other project script in rational robot without closing the rational robot.How can we access the other project script in robot.
How to create datapool?
How to analyze results after playback?
How will you test Java Applications and what settings you need to do?
How will you do data driven testing using Robot?
Shortcut Keys for Recording a GUI Script and VU Session are a. F2 and F3 b. Ctrl+ R and Ctrl + Shift + R c. Ctrl+ R and Alt +R d. Ctrl + G and Ctrl + V
purpose of inserting delay values in the scripts of Rational?
How we write a java script using RFT for the below scenario iam having dropdown list COUNTRY(it contains india,us,uk...) once we select the india in that list it will open the corresponding states in STATES dropdown list. i would like to change those values dynamically... can u pls send me the coding....