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 |
Could any one share scripts... where we can Parameterize radio buttons and Check boxes.
Explain Robot?s command line options?
What is the purpose of the Trap options?
How do you insert Log Messages and delay values in scripts?
what is responsibilities of the Rational Robot
For unattended execution whick playback options you will use?
How many Verification points are there in Rational Robot? List them.
how you copy test cases from .xls to Quality centre?
What is Datapool?
How many verification points are there in Robot and What are they?
How do you insert Log Messages and delay values in scripts?
How to test java applications and what settings you need to do?