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 purpose of the Trap options?
What is Datapool?
Is there any book for RFT and QTP containing all the details of the tool and scripting concepts.
how to insert clipboard verification point
How will you edit a baseline file of a verification point?
pls can any one tell about the institutes available in hyderabad to learn RTRT(Rational Test Real Time).its urgent Thanks in advance
What kind of problems are solved by Datapools?
what is the use of "TestObject root = getRootTestObject();" in RFT?
Hi all when you run your scripts, all the corresponding bugs can be loged in to Quality Center (or any bug tracking tool), when you have a connection between both the tools. obviously one is being a BUG TRACKING and TEST MANAGEMENT TOOL (QC) and the next is a TESTING TOOL (QTP). my question is that....being both are different tools how can you establish a connection. As you connect your Monitor with CPU by some cables. ns_prasad21@yahoo.co.in
How to identify the particular item in dropdownlist?
How to get the OR SAP discriptive program by using RFT.
What is the purpose of .sbl, .sbh, .rec files?