Answer Posted / amit
wait statement is used for give a wait command in a
particular application.whenever a test run it takes a
default time for executing a object and then go into the
next step.if you want to observe the functionality of a
object then you can give wait(10) then in running time it
will wait till 10 second on that particular object or event
and then move into next statement
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which of these is not a kind of report in Rational Test Manager a. Performance Report b. Build Listing Report c. Test Plan Report d. Test Case Report
What is the purpose of the Trap options?
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
how you copy test cases from .xls to Quality centre?
What is the purpose of inserting delay values in the scripts of rational?
Where the datapool values are stored?
How will you do data driven testing using Robot?
What is datapool cursor?
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 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....
I wanna to learn RFT can anyone send me the learning material including demo. I am working on mainframe based project using RFT, but don't have that much knowledge of java scripts so need to learn.
What are the different data pool access orders?
Explain datapool?
What is the purpose of the Trap options?
How to test java applications?