How to change the run-time value of a property for an
object in QTP?
Answer Posted / madhava
use 'SetToProperty' method of an object to change the
property of object at run-time....
example :
browser(" ").page(" ").winedit
("username").setToProperty "Property", Value
Property can be any physical property of the object such as
Name, type, color........
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Explain data driven framework?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
In Remote acess server how u run a test?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
what are the mandatory properties for a tex boxc (scenario?)
How many types of status are there?
what frame work you are following?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
How do Parameterization and Data-Driving relate to each other in QTP?
Explain different recording modes?
explain keyword driven framework with banking domain?
How many lines of code in each script of QTP?
How is the Bitmap checkpoint different from Image checkpoint?
How do you perform Regreession Testing?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?