purpose of inserting delay values in the scripts of Rational?
Answers were Sorted based on User's Feedback
Answer / meenu
wait values are useful when the application requires an
unknown amount of time to complete a task. Using a wait
value keeps the verification point from failing if the task
is not completed or if the data is not accessible right
away.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to do data driven testing using robot?
What is the use of Global.sbl file in Rational?
What are the different data pool access orders?
Explain Robot?s command line options?
How can you automate your project?
how you copy test cases from .xls to Quality centre?
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 is the use of "TestObject root = getRootTestObject();" in RFT?
How will you do data driven testing using Robot?
What is 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....
What information is contained in the Datapool_config section?