What is the use of Global.sbl file in Rational?
Answers were Sorted based on User's Feedback
Answer / meenu
Robot provides lobal.sbl file for the convinience of the
users.It a blank library source file.You can add procedures
to it or make your own
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sujatha
small correction to above answer
global.sbl file
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vasantha
Robot provides the blank Global.sbl file for benefit of the
users, User can write their own proceedures, declare global
constants which can be used anywhere in the project files.
| Is This Answer Correct ? | 0 Yes | 0 No |
How Do I run my RFT scripts through RQM(rational quality manager)can anyone explain me in the details giving examples. Also, I wanna to integrate RQM with RFT how to do that?
What kind of problems are solved by Datapools?
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
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?
What are the different data pool access orders?
How do you analyze results after playback?
How to do data driven testing using robot?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes.
What is user defined data type?
If we have to use a different data type then which command helps us in that a. Custom Data type b. Import from command line c. Microsoft excel d. None of the above
How to create datapool?
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....