How to change the run-time value of a property for an
object in QTP?
Answer Posted / santhi
If u want change the property of object at run-time....
use 'SetToProperty' method of an object
example :
browser(" ").page(" ").winedit
("username").setToProperty "Property", Value
if any queries let me know,
santhi.patti@gmail.com
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is smart identification in QTP?
how will load the object during runtime?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
what is the latest version of QTP? Main difference between 9.2 and 10 version
What is the difference between Keyword Driven test and Data Driven test?
banking project description for software tester
What are the Disadvantages of shared object repository?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
How u will do versioning in QTP?
There is an excel file of 1 to 100 sheets how you will iterate through it?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
What are the different kinds of test steps?
What are parameterizing tests?
what QTP Options do you know?
Hi All, How to Compare two strings character by character in QTP