What is runtime objects and test objects? What is the
difference between them?

Answers were Sorted based on User's Feedback



What is runtime objects and test objects? What is the difference between them?..

Answer / naren

TEST OBJECT:A test object is an object that QuickTest
creates in the test to represent the actual object in the
application.QTP stores information about the object that
will help to identify and check the object during the test
run.

RUNTIME OBJECT:Is an actual object in the application on
which methods are performed during the test run.

Is This Answer Correct ?    36 Yes 10 No

What is runtime objects and test objects? What is the difference between them?..

Answer / priya

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

Test Object is an object that QT creates in the test to
represent the actual object in the application.QTP will
store information about the object that will help you
identify the object during test run.
Run time Object is an actual object in the application on
which methods are performed during the test run.

Is This Answer Correct ?    10 Yes 5 No

What is runtime objects and test objects? What is the difference between them?..

Answer / satyanj

Test Object is the state of the object during recording.
Runtime object is the state of the object during running
the test.

Is This Answer Correct ?    7 Yes 5 No

What is runtime objects and test objects? What is the difference between them?..

Answer / mukti prakash

>Test objects are the QTP (HP) defined classes that are used to represent the objects in your application under test (AUT). The information about these objects is stored in object repository.
Runtime objects are the actual AUT objects in your application which a Test object refers to during the test run. The information about these objects can be accessed using Object Spy.
>Test object methods are methods that QuickTest recognizes and records when they are performed on an object while you are recording a test, and that QuickTest performs when your test runs.
Runtime object methods are the methods of the object in your application as defined by the object creator(the developer!). You can access and perform runtime object methods using the .Object property.

Is This Answer Correct ?    1 Yes 0 No

What is runtime objects and test objects? What is the difference between them?..

Answer / dinesh1433

Test objects are the objects which are stored in Object Repository while recoding application.

Runtime Objects are the objects which are in AUT and while replay the script the Test objects maches the property of AUT object, if it matches then the script doing action on the object.

Is This Answer Correct ?    0 Yes 0 No

What is runtime objects and test objects? What is the difference between them?..

Answer / naveen

Test Object:

Test Objects are QTp defined Classes used to represent
various objects in applicationunder test.

Run Time Object:

Runtime Objects are actual application under test object
which a Test object refers/points to during test execution.

While running script QTP compares Test Object with Run Time
Object to check Object

Existsence in the application.

Is This Answer Correct ?    1 Yes 4 No

What is runtime objects and test objects? What is the difference between them?..

Answer / sreekanth,9900697098

while recording qtp lern objects as a runtime objects and
stores into object repository as atest objects.

Is This Answer Correct ?    5 Yes 23 No

Post New Answer

More QTP Interview Questions

What is log file? what is the use of Log fine. How to create? what are the contents and the main advantages of log files. plz do help me in this concepts as i have an interivew on qtp in a couple of days. plz do help me.. thanks in Advance.

1 Answers  


I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?

0 Answers  


If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?

1 Answers  


What are the common defects found in your project? (in qtp interview)

0 Answers   TCS,


1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?

1 Answers   Satyam,






in a web page hoe to check the dynamic links that rechabging with out using regular expressions

0 Answers   CTS,


a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.

2 Answers  


How to get all the objects count and objects names in webpage using QTP ?

6 Answers  


How will you report the bug and explain the defect tracking sheet you handled?

0 Answers   TCS,


WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........

11 Answers   Ness Technologies,


What is QTP?

3 Answers   Crea,


What is Associate Repository in QTP 9.2 ?

0 Answers  


Categories