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 / jitendra
It depends upon why you have used wait() in ur code.
Probably you can use the Sync() method.
This method will wait, till the client gets a response from
server or the Object Synchronization time is not crossed.
Browser().Page().Button().Click
Browser().Page().Sync
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the different attribute used with regular expression?
how to convert 100 into hundred repees only and viceversa
How to run a test using quicktest professional (qtp)?
What is an expert view and keyword view?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
What is QTP and the use of QTP in TD?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How to use Environment parameterization? Explain with an example.
can test automation improve test effectiveness?
Which scripting language used by quicktest professional (qtp)?
In qtp, explain what is crypt object
What contains Data Driven Framework document in qtp?
What are the flaws in water fall model and how to overcome it?