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
Explain Robot?s command line options?
Where do you view the results in Trap option?
How to do data driven testing using robot?
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?
how you copy test cases from .xls to Quality centre?
What information is contained in the Datapool_config section?
How to analyze results after playback?
How do you analyze results after playback?
Explain what kind of problems are solved by datapools?
How can I date change in tally whenever new voucher entery. When I press F2 I can change the date only 1,2&31. When I feed other dates like 12,15,17, 21 etc. not changed. Please tell me how can I change the all voucher dates.
If you want to output the results to the log file .. How to do?
For unattended execution whick playback options you will use?
What is datapool cursor?
What is standard data type and what is user defined data type?
What is the purpose of inserting delay values in the scripts of rational?