What is the use of Global.sbl file in Rational?

Answers were Sorted based on User's Feedback



What is the use of Global.sbl file in Rational?..

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

What is the use of Global.sbl file in Rational?..

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

Post New Answer

More Rational TestSuite Interview Questions

What is the use of Global.sbl file in Rational?

2 Answers   Satyam,


Where the datapool column names are stored?

1 Answers  


How will you test Java Applications and what settings you need to do?

1 Answers  


What is Datapool?

1 Answers   Wipro,


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

0 Answers  






How do you insert Log Messages and delay values in scripts?

1 Answers  


What is standard data type and what is user defined data type?

0 Answers   TCS,


What is the purpose of .sbl, .sbh, .rec files?

1 Answers  


What is the purpose of breakpoint?

3 Answers  


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.

1 Answers   Hewitt,


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

10 Answers  


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

0 Answers   IBM,


Categories