Hi, How to export the Checkpoints and Output values(Test
area output values) from Object Repository to Excel

Answer Posted / uday

There is no option of exporting checkpoint(CP) information
to an excel sheet, because all the CP info is saved in
resources.mtr, and even we cannot create checkpoints
manually.

All the CP info is saved in the local OR, so it is in
resource.mtr of that action.

We can copy the CP info. to other ORs.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is CMMP and CMMH?

700


Explain qtp(quick test professional)?

583


What are the automation metrice in your project?

1715


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

2422


What are the factors on which script execution time is dependent?

610






How did you use regular expressions in QTP and also in WR?

2165


What is a data driven test in qtp?

588


Have you used xml check point in your project?

556


How we can import data from database?

651


Thanks....But can u tell me how i use the QTP for GIS with one Example...

1432


What is checkpoint in qtp?

552


How many ways we can parameterize data in quicktest professional?

563


What is Test Fusion Report in QTP?

622


Explain the use of action split in qtp?

567


What is ‘object spy’ and what is the function of object spy in qtp?

578