what is the extension for QTP files?

Answer Posted / ravindra

This is the first time posting the answer. there are 6
extns are there in QTP.

Batch test:.mtb(Mercury test batch)
Peraction Repository: .mtr(mercury test repository)
Shared repository: .tsr(test shared repository)
script: .mts(mercury test script)
functions : .vbs
recovery scenario :.qrs

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2565


What are the recording modes in qtp?

579


What is action split and the purpose of using this in qtp?

533


what is command for executing files?

1510


Can we run test with out adding object in object repository? How it is possible?

540






Explain the concept of object repository and how qtp recognises objects?

528


How does qtp recognize objects in aut?

580


Explain how qtp identifies objects?

564


What are the challenges u faced in testing with crm domain? How u overcome with?

1483


can u explain relative path architecture framework in qtp?

1559


How to modify the text checkpoint?

614


what is test scheduleling?

2009


How to import a test case present in ".xls" file to TD under a Test set?

742


What is accessibility check point?

655


A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.

1276