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 |
Hi all when you run your scripts, all the corresponding bugs can be loged in to Quality Center (or any bug tracking tool), when you have a connection between both the tools. obviously one is being a BUG TRACKING and TEST MANAGEMENT TOOL (QC) and the next is a TESTING TOOL (QTP). my question is that....being both are different tools how can you establish a connection. As you connect your Monitor with CPU by some cables. ns_prasad21@yahoo.co.in
Explain user defined data type with an example..?
Unexpected Active Window tab is in a. General Option b. GUI Record Option c. GUI Playback Option d. Session Record Option
How can I date change in tally whenever new voucher entery. When I press F2 I can change the date only 1,2&31. When I feed other dates like 12,15,17, 21 etc. not changed. Please tell me how can I change the all voucher dates.
How to identify the particular item in dropdownlist?
what is the purpose of start and end timers in robot scripts?
What information is contained in the Datapool_config section?
Where do you view the results in Trap option?
How can you automate your project?
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
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
For unattended execution whick playback options you will use?