What are run time objects and what are Test objects.

Showing Answers 1 - 3 of 3 Answers

shyam

  • Sep 21st, 2007
 

Test objects are basic and generic objects that QTP recognize. Run time object means the actual object to which a test object maps

  Was this answer useful?  Yes

saini

  • Oct 18th, 2007
 

Run time objects are the objects which are present in the Aut(application under test) and Test object are the objects in the object repository which are used to recognise the Aut objects during running execution time

  Was this answer useful?  Yes

ManjuPillae

  • Mar 26th, 2008
 

Test Objects are the objects that are been added in OR by QTP.
when we perform operation on a new object QTP will add properties into OR, and value will not be altered if the property of object is altered in application.

Run Time Objects are the objects where the property values are assinged by the developer. He can change the value of Object and give a new bulid, and it wil not be recognised by the script using by old OR object, since property values will be altered in new application

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions