Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

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?

1943


What is the difference between rational rose and QTP?

2199


How can I import environment from a file on disk?

1028


How would you export a script from one pc to another in qtp?

1060


What is the diff between image and bitmap check point?

1005


What is object spy in quicktest professional?

1060


What are the different types of functions available in qtp and explain ?

973


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

2872


What is the differences between image check point and bit map check point?

1020


Problem with XML checkpoint in QTP ?

3878


in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?

1788


what is the difference betn QTP 8.0 AND PREVIOUS VERSION

2411


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

2653


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.

3824


To which environments does quicktest professional (qtp) supports?

972