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?
Answer Posted / 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 |
Post New Answer View All Answers
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
Plz Explain AUTOMATION REFERENCE MODEL?
What is synchronization? What are the ways you can synchronize?
Explain types of descriptive programming?
What is QTP testing process?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Where can I find and view run-time data table?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
In qtp, explain what is keyword driven automation framework?
Why we load add-ins in qtp?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What is the diff between image and bitmap check point?