QTP Interview Questions 15: How to alter the properties of a run time object?

Perhaps SQA Engineer with a just a few months of QTP experience will brokenly shake her/his head answering on this not very perplexing QuickTest Pro interview question, because there are no QTP functions like SetROProperty to change property of run time object. At the same time my manager would hire without a doubt someone who recommends to crack QTP 9.2 issue with this code WebElement().object.outerText="SilkTest" to transform the property.

QTP Interview Questions 14: How to modify the properties of a test object?

QA Engineer may straightforwardly amend the properties values of test objects in QTP object repository even during run time. SetTOProperty is widely used to alter for the short term an object property value in QuickTest Pro.

QTP Interview Questions 13: Elucidate the divergence amid test objects and run time objects?

Test objects are simple and common object that QuickTest Pro identifies. Test objects dwells in QTP’s object repository. Run time objects essentially present in the application under test. QuickTest Pro masterly maps actual object to test object.

Common QTP Interview Questions