What is the extension of script and object repository
files?

Answer Posted / ram

For script--- .mts(Mercury test script)
For local object repository-- .mtr(Mercury test repository)
For shared object repository-- .tsr(Test shared repository)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.

1393


Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.

1566


How you can write contexts to text file in qtp?

592


What are the differences between table and db checkpoints?

537


Hi, How Accessibility checkpoint in QTP can be implemented in the test script?

1610






How can I use Call dlls in QTP ?

1794


Can the user toggle between using Local OR and shared OR for the same action?

564


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

3446


What is Unicode Compatibility?

1455


banking domain description for software tester for interview

3469


What are the steps involved in the recovery scenario wizard?

559


Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

1438


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

2425


HOw to add the recovery file at runtime to the test file .

1543


what is clean sweep?

1889