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
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Discuss the QTP Environment?
What is the descriptive programming?
Explain xml checkpoints.
How would you directly trigger javascript in a test?
What are the factors on which script execution time is dependent?
breef description of batch testing ?
Is it possible to use two instances of UFT on the same machine? If not why?
What are the Application Functions available in QTP?
Whether qtp 9.0 supports Test director8.0
What is ‘object spy’ and what is the function of object spy in qtp?
How to find the path of folder in which the test is saved in qtp?
what is output value in QTP and how it can be used in automation testing
explain how to write vb script in qtp?when will you write own script?
In what occasion we can specify global sheet and action sheet?