What is the extension of script and object repository files
in QTP?
Answer Posted / geena
Extension for Script in QTP is .mts
Object repositoy is .bdb
The extention of shared repository is .tsr
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is a data driven test in qtp?
How will you compare keyword and expert view?
What is the Command used to start the QTP
Hi Samrat, Thank u very much, what u said it is right.
Can the user toggle between using Local OR and shared OR for the same action?
How you create new action in qtp?
What are the views available in quicktest professional?
How to associate function library at a run time?
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
Explain the types of object repositorys in qtp?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What is recovery scenario in qtp?
Explain runtime dynamic settings?
What are the common defects found in your project? (in qtp interview)
How to creating an output value using quicktest professional?