What is the purpose of the wait state?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / purush234
wait statement is used to wait the application for that
peticular period of time and that will move of later for
example wait(20), means this statement will wait for 20 sec
and it will move from that statement
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gajendra
It is that state which specifies the verification point's
Retry value and Timeout value, as in Wait=1,30 where 1
indicates the test is to be retried every second but timed-
out after 30 seconds.
Wait function can only be used in VU scripts.
For GUI scription function delayfor is used.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to analyze results after playback?
What is standard data type and what is user defined data type?
Initially Recorded: 7/31/00 2:33:02 PM Script Name: COSC 198 Exam Script Sub Main Sets the delay between execution lines to the default value SetTime 100 This Dimensions an integer variable for use in this script Dim Result As Integer StartApplication "notepad" 'This sets the window context to the Notepad window Window SetContext, "Caption={* - Notepad}", "" 'Test Case to verify the text is correct Result = EditBoxVP (CompareText, "ObjectIndex=1", "VP=Text Verification;Type=CaseSensitive") Observe the code mentioned and answer the below questions 1. Which language it is :- a. SQA Basic b. VB c. C like Language d. TSL 2. Type of the script is ---------- a. VU b. VB c. GUI d. C 3. Explain what the above line ( StartApplication "notepad" ) actually does? a) It starts the notepad application. b) We do not have to open it from the start menu, c) it is opened itself from the robot by using the start application by providing the path to it. 4. Which Verification point is inserted? Result = EditBoxVP (CompareText, "ObjectIndex=1", "VP=Text Verification;Type=CaseSensitive") a. Alphanumeric b. Object Properties c. Window Image d. Object Data
How do you insert Log Messages and delay values in scripts?
What is the purpose of inserting delay values in the scripts of rational?
How will you debug your script?
What is meant by verification point and what is the use of it?
How to test java applications and what settings you need to do?
what is the use of "TestObject root = getRootTestObject();" in RFT?
pls can any one tell about the institutes available in hyderabad to learn RTRT(Rational Test Real Time).its urgent Thanks in advance
What is datapool cursor?
How to get the OR SAP discriptive program by using RFT.