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 checking bitmaps?

0 Answers  


How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.

4 Answers  


Which scripting language used by quicktest professional (qtp)?

0 Answers  


How do we do DOM programming in QTP.Could you explain with an example. If possible please provide some material or link related to DOM Programming.

0 Answers  


What are the 3 main stages involved in testing with qtp?

0 Answers  






What are the differences between quicktest professional and winrunner?

0 Answers  


Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?

1 Answers   Wipro,


Hi..All I have installed QTP 10.0, and need to Automate SAP Application.....so i need to Install SAP Add-ins, anybady has SAP-Addins, Please help me, and thanks in advanced plese send it on my email id: sandipgami84@gmail.com Thanks, Sandip Gami +91-9714177088

1 Answers  


what is batch run ?

4 Answers   HCL,


what is the use of automation objective model?where is used? plz tell me

2 Answers  


How QTP recognizes Objects in AUT?

1 Answers   Crea,


Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?

1 Answers   Crea,


Categories