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 / kajal
object.WaitProperty "Property Name","Property
Value",10000
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
Explain the Different types of QTP test assets and their extensions?
Have you done batch testing in qtp? If yes how you are doing?
To which environments does quicktest professional supports?
How to test results for qtp ?
Object repositories types, which and when to use?
Discuss quicktest professional environment?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
How will you check that your test cases covered all the requirements?
Which recording modes need more memory?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
What is different command used in command Prompt while using QTP?
What is the difference between byref and byval in qtp?
How may types of defects identify application or your currently working application?pls give me answer..
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.