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
How can you automate your project?
What is datapool cursor?
How do you analyze results after playback?
What information is contained in the Datapool_config section?
What is the purpose of the Trap options?
How to test java applications?
If we write a scipt for login page and we click submit button then it moves to order page ... How we can validate once we click the submit button it opens wether order page or not
How to analyze results after playback?
Explain the use of "testobject root = getroottestobject();" in rft?
Where do you view the results in Trap option?
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
If you want to output the results to the log file .. How to do?
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....
How Do I run my RFT scripts through RQM(rational quality manager)can anyone explain me in the details giving examples. Also, I wanna to integrate RQM with RFT how to do that?
Explain purpose of inserting delay values in the scripts of rational?