Interview Questions

Can I change properties of a run time object?

QuickTest Professional (QTP) Questions and Answers


(Continued from previous question...)

Can I change properties of a run time object?

No (but Yes also). You can use GetROProperty("outerText") to get the outerText of a object but there is no function like SetROProperty to change this property. But you can use WebElement().object.outerText="Something" to change the property.

(Continued on next question...)

Other Interview Questions