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 |
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
Explain types of exception handling and script for that?
difference between multiple parameterization and data driven wizard in QTP?
i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP TestScript, same when i try to open , an error comes "unexpected file format". Why?? and how to resolve the problem??
When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
In qtp, explain what is crypt object
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
Where we can use the analog mode and where we can use the low – level mode?
What is the difference between rational rose and QTP?
Did you find anything in your project that QTP proved inefficient to perform?
They asked by using qtp recording writing scripting