What is the difference between test object and runtime object?

Showing Answers 1 - 9 of 9 Answers

anjalireddy

  • Jan 5th, 2007
 

A test object is an object that QuickTest creates in the test to represent the actual object in your application. QuickTest stores information on the object that will help it identify and check the object during the run session.

A run-time object is the actual object in your application on which methods are performed during the run session

  Was this answer useful?  Yes

santoshsunkoji

  • Jan 9th, 2007
 

Hi
The difference between TestObject and RuntimeObject is that the Object which is learnt by Qtp and who's information is maintained in the ObjectRepository is called TestObject
and The RunObject is the object which is going to play back on the application is called RunObject

  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