Explain script generated at the time of setting runtime
property?
Answer Posted / srinivas
using "settoproperty" we can set the object property at run
time.
example script:
window("fr").winedit("txt").settoproperty "text","anytext"
any mistakes , pls let me know
srinivas
simplysinu@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
tell me QTP standards ?plz
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
what is error and fault in terms of software quality?
How to create Reusable and Multiple Actions?
What is qtpro? What is quick test pro?
To which environments does quicktest professional (qtp) supports?
In qtp, how you can get the last character from a string?
if our qtp vb Script may be Currepted then What we want do?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
What is expert view in qtp?
How can i check items sorted or not in a weblist ? Give me the script for this...
Mention the test steps of qtp.
What are the advantages of Object Repository?
what you mean by artifact,milestone...
What is the difference between call to existing action and copy of an action?