What is runtime objects and test objects? What is the
difference between them?
Answer Posted / 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 |
Post New Answer View All Answers
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
The hybrid framework can be implemented for any application. Is it true?
What is method name to compare two XML files.
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
what is error and fault in terms of software quality?
How many types of parameters are there?
What is the synchronization point in qtp?
What is environment variable in qtp and why to use it?
How will you test a stapler?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
Describe synchronization point.
How many types of object repository in qtp?
Explain building blocks of the bpt framework ?