What is runtime objects and test objects? What is the
difference between them?
Answer Posted / 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 |
Post New Answer View All Answers
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
What is the difference between rational rose and QTP?
How can I import environment from a file on disk?
How would you export a script from one pc to another in qtp?
What is the diff between image and bitmap check point?
What is object spy in quicktest professional?
What are the different types of functions available in qtp and explain ?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
What is the differences between image check point and bit map check point?
Problem with XML checkpoint in QTP ?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
To which environments does quicktest professional (qtp) supports?