Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the purpose of the wait state?

Answers were Sorted based on User's Feedback



What is the purpose of the wait state?..

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

What is the purpose of the wait state?..

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

What is the purpose of the wait state?..

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

Post New Answer

More Rational TestSuite Interview Questions

For unattended execution which playback options you will use?

0 Answers  


purpose of inserting delay values in the scripts of Rational?

2 Answers  


Hi i am learning Rational test could some one please give me some tips and tricks how and where to start and suggest me any sites, documents or traning to go through. Any help is appreciated Thank you.

0 Answers   Rational,


Is it possible to perform performance/stress tests using Rational Test Manager, by executing manual test scripts?

3 Answers  


How many verification points are there in Robot and What are they?

2 Answers   GE,


what is the purpose of start and end timers in robot scripts?

2 Answers  


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

1 Answers  


Shortcut Keys for Recording a GUI Script and VU Session are a. F2 and F3 b. Ctrl+ R and Ctrl + Shift + R c. Ctrl+ R and Alt +R d. Ctrl + G and Ctrl + V

4 Answers  


What is meant by verification point and what is the use of it?

0 Answers  


How will you do data driven testing using Robot?

0 Answers   Hewitt,


What is the use of Global.sbl file in Rational?

2 Answers   Satyam,


What is standard data type and what is user defined data type?

0 Answers   TCS,


Categories