What is runtime objects and test objects? What is the
difference between them?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
There is a very good institute for Automation Testing using QTP.For more details please visit jbslearnings.com.
What are the recording modes and executing modes avialble in QTP?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
What are the key points to create a framework in QTP for oracle forms?
Can i get a simple example exercise for update run mode for sample flight application......... In qtp when i try to run the test in update mode.. Auotmation> update option is disabled............ Pls let me know ................. Thanks in advance.....
Where the text version of script file located in file system?
Tell me about your project? please help me how to tell about insurance project
What are the different properties of an web object
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue
Explain the concept of how QTP identifies object.
When and why to use descriptive programming?