difference between waitProperty & Checkproperty
Answer Posted / shikha
CheckProperty: Checks whether the specified object property achieves the specified value within the specified timeout.
If the expected and actual values do not match, an error is reported and the test or component status is changed to failed.
WaitProperty: will not fail your test but is use for synchroniztion
For test run synchronization, or whenever you do not want to fail the test if the expected and actual values do not match, use the WaitProperty method.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the Application Functions available in QTP?
What is keyword view?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
how to know no.of mails in our g mail by using vb-script
if our qtp vb Script may be Currepted then What we want do?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What are the various types of Actions in UFT?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
What is keyword driven framework?
what kind of frame work you used in your last project?
What is the keyword view and expert view in qtp?
How the smart identification is used in real time?Please explain with an example
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
How do you create regression test packs?