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 |
purpose of inserting delay values in the scripts of Rational?
For unattended execution whick playback options you will use?
Explain Robot?s command line options?
What information is contained in the Datapool_config section?
Where the datapool values are stored?
What is user defined data type?
How many Verification points are there in Rational Robot? List them.
Explain Robot?s command line options?
Explain what kind of problems are solved by datapools?
What is the purpose of inserting delay values in the scripts of rational?
What is RTRT??
What do you mean by data driven testing? a. Testing using Data Drivers. b. Testing using Excel Sheets c. Testing using Executables. d. Testing using Command Line Parameters