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 |
What is the use of Global.sbl file in Rational?
Where the datapool column names are stored?
How will you test Java Applications and what settings you need to do?
What is Datapool?
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
How do you insert Log Messages and delay values in scripts?
What is standard data type and what is user defined data type?
What is the purpose of .sbl, .sbh, .rec files?
What is the purpose of breakpoint?
What can u say about making a new configuration in Rational Test manager? a. Yes, it can be easily made. b. Yes, but with great difficulty c. No, Never. d. Can’t say.
Which is the correct order? a. Planning, Designing, Execution, Implementation and Analysis b. Planning, Designing, Implementation, Execution and Analysis c. Analysis, Planning, Designing, Execution and Implementation d. Planning, Analyzing, Designing, Execution and Implementation
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