How to create a run time propertyfor an object?
Answer Posted / ravi
Sorry kiran...
we can not set a property to an object in run time .
You can use GetROProperty(”outerText”) to get the outerText
of a object but there is no function like SetROProperty
tochange this property. But you can use
WebElement().object.outerText=”Something” to change the
property.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is checking bitmaps?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
How do know the number of browsers opened?
Explain the concept of how quicktest professional identifies object?
how interviews will be on QTP?
Did the scripts need lot of maintenance? If yes, why?
What are output values and why they are used ?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What are the ordinal identifiers in web page?
How we can import data from database?
Define virtual object?
The hybrid framework can be implemented for any application. Is it true?
tell me QTP standards ?plz
How to create scenario selector
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?