What is an other way of "Wait" statement in QTP
I dont want to use wait("Some number").
Can any one tell this please..........
Answer Posted / litan
Excluding Wait 2 other methods are there.
1.Browser("micclass:=Browser").page("micclass:=Page").Sync
2.Wait Property
Ex:Browser("micclass:=Browser").Page("micclass:=Page").Image
("name:=Pic).WaitProperty "Property Name","Property
Value",30000
It will wait till in next page That Property Match
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
how to download mercury qtp9.2 ny internet ?
What is an optional step in qtp ?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
When do go for loop condition in test?
What are some test assets and related extensions of qtp?
In qtp, explain what is qrs file?
what is object and child object.. explain ..if possible give some example for better understanding ..
Explain process of smart Identification in QTP?
If object is not recognized by qtp but the object is standard object what is your approach?
desribe a situation where u faced a stressful situation and how did u cope with it
What is action? How many types of actions are there in qtp?
How can you handle exceptions in qtp?
Is it possible to call from one action to another action in qtp?
In qtp, how you can get the last character from a string?