What is the use of Global.sbl file in Rational?
Answer Posted / 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 View All Answers
If we write the script for login page and click on submit boutton then it opens order page...How we can validate that opened page is wether orderpage or not?
how you copy test cases from .xls to Quality centre?
For unattended execution whick playback options you will use?
How we write a java script using RFT for the below scenario iam having dropdown list COUNTRY(it contains india,us,uk...) once we select the india in that list it will open the corresponding states in STATES dropdown list. i would like to change those values dynamically... can u pls send me the coding....
What information is contained in the Datapool_config section?
How to analyze results after playback?
How can I date change in tally whenever new voucher entery. When I press F2 I can change the date only 1,2&31. When I feed other dates like 12,15,17, 21 etc. not changed. Please tell me how can I change the all voucher dates.
Where the datapool values are stored?
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
Hi this is chandra if any one have Navigation of LAB RATIONAL ROBOT I want Navigation of those tools, if any one have the and know the Navigation each and every part of the Rational Robot and plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
Explain the use of "testobject root = getroottestobject();" in rft?
If you want to output the results to the log file .. How to do?
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
What is the purpose of the Trap options?
How to do data driven testing using robot?