what is the extension for QTP files?
Answer Posted / kiran
please check before posting information properly, as i can
find many errors
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
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
How to handle the exceptions using recovery secnario manager in quicktest professional?
What is method name to compare two XML files.
How to explain a banking project in interview as a test engineer???
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
any body can you help me what is the script to automate an comand promt
what is vmodel?advantages and disadvantages of vmodel?
What are the differences between table and db checkpoints?
What is parameter in qtp?
How to change the priorities of the recovery scenario properties?
What is file database?
how to test Web application using QTP software
How to customize checkpoints with parameters?
How many types of run modes are there in qtp?
How many types of recording facility are available in quicktest professional (qtp)?