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 / hemakumar..m
Use Exist Method.
Ex:
Browser("title:=.*").Page("title:=.*").Link
("name:=OK").Exist(2)
It will wait upto specified time(2sec) when object does not
exist.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
how can we compare descriptive programing with a regular expression
What are the technologies supported by qtp?
Whats the realtime QTP testing process
How do you open adobe acrobat file in QTP and do some testing on that file ?
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
How many types of parameters are there?
What is difference in global and action sheet in qtp?
How to check feasibility of the appliction?in automation testing?
Who uses qtp tool?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
what is run action?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
What is the use of text output value in quicktest professional (qtp)?
With what extension you can save the list of tests in a file to run in test batch runner?
what is the advantages and disadvantages of using functions instead of re usable actions