what is the extension for QTP files?
Answer Posted / dolly
.mts
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell me about your project? please help me how to tell about insurance project
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
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
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Differences between quicktest professional (qtp) and winrunner?
what are the utilities and drivers
How to record application running on the Virtual machine?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
how will you check how many members visited the website www.infosys.com?
What is the default object synchronization timeout in qtp?
How to handle Java tree in QTP?
Explain in brief about the qtp automation object model (aom).
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What are test settings and global settings?