difference between waitProperty & Checkproperty
Answer Posted / uday
As per the name, waitProperty waits till the condition met
or the maximum time specified.
For ex:B().p().webbutton().waitproperty "Enabled",true,30000
So here QTP waits till the button is enabled or waits for
max of 30 Secs and if the button is not enabled, then the
step fails.
Where as CheckProperty is to verity whether the value is
matched or not and returns a Boolean value
Ex:
B().p().webbutton().CheckProperty "Enabled",true,30000
Here QTP verifies whether the button is enabled or not and
waits for 30 sec and returns true if the button enable else
return false.
Thanks,
Uday
http://qtpftvideos.blogspot.com/
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What is the difference between call to existing action and copy of an action?
How you know that a test case is a regression test case
What are the differences between qtp and winrunner?
How to modify the text checkpoint?
How to test fly out menu in qtp?
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
Explain different type of event trigger option.
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
what frame work you are following?
Where you get the run time data table?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
who QTP recognizes the object stored in object repository?
What is checkpoints for quicktest professional (qtp)?