How to Get the Run-time value of an object under that web
app under Test to the local data table sheet of that Action?
Answers were Sorted based on User's Feedback
Answer / shriram
Output value is used to catch the run time value. This can
be used to match actual and expected value same as
Checkpoints in QTP.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kishan
Point to Remember:
1. get the Run time property using "getROproperty" method
2. Use DataTable.value property to set the required value to
a cell in datatable
Sample Code:
val=Browser().Page().webEdit().getRoproperty("<propertyName>")
DataTable.AddSheet "mysheet"
DataTable.getsheet("mysheet").AddParameter "myParam",val
| Is This Answer Correct ? | 1 Yes | 0 No |
To which environments does quicktest professional (qtp) supports?
what is the general issues faced while using automation tool Qtp9.0
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
what is the use of automation frame work ??(QTP)
How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?
Is virtual object supported in low level recording mode?
What is difference between WR and QTP?
How can we QTP Scripts in xml format? is there any way to do so?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Is it possible to change the property value at runtime? How it is possible?
What is the entry criteria and exit criteria for your test automation
Hi experts. I want to create a framework for the Flight Reservation sample application.Can anybody tell me the files and the contents , and how to create them.Thanks