What is the use of Global.sbl file in Rational?
Answer Posted / suri
Global.sbl means it is procedure name called Global
and .sbl means it is extension of procedure/Function in
robot
Use Global Procedure is :
U can declare any global variables and constants in this
file. Once you decalre var as global no need to declare in
ur local script
ex: URL = Application path (instead of calling whole
application path in each and every script just call URL )
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which of these is not a kind of report in Rational Test Manager a. Performance Report b. Build Listing Report c. Test Plan Report d. Test Case Report
Explain Robot?s command line options?
What is the purpose of the Trap options?
What is standard data type and what is user defined data type?
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....
Where do you view the results in Trap option?
If we write the script for login page and click on submit boutton then it opens order page...How we can validate that opened page is wether orderpage or not?
Where do you view the results in Trap option?
What are the different data pool access orders?
What are the Limitations/Disadvantages of Rational Function Test?
For unattended execution which playback options you will use?
What is meant by verification point and what is the use of it?
How to do data driven testing using robot?
What is datapool cursor?
If you want to output the results to the log file .. How to do?