What is the use of Global.sbl file in Rational?
Answers were Sorted based on User's Feedback
Answer / arunkumar.s
This is the default library file name given by rational
Robot.Extension .sbl is used to denote a library file.We
can give any name for the library file.We can also use .rec
extension for library files.For complied library files
use .sbx extension.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
How many verification points are there in Robot and What are they?
Unexpected Active Window tab is in a. General Option b. GUI Record Option c. GUI Playback Option d. Session Record Option
How many Comparators are there in Rational Robot? List them.
Where the datapool values are stored?
How will you do data driven testing using Robot?
What is purpose of Rational Administrator?
How do you insert Log Messages and delay values in scripts?
how many technologies and environments do the rational rose supports?
Is there any book for RFT and QTP containing all the details of the tool and scripting concepts.
is there any book on rtrt?
How to test java applications and what settings you need to do?
What is the purpose of the wait state?