Answer Posted / dilip
tree view is display contain test tree
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the trigger events in qtp?
What is recovery scenario in qtp?
What is quicktest professional?
How many types of run modes are there in qtp?
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
What is the difference between byref and byval in qtp?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Explain the terms test and business component?
Explain about the quicktest professional (qtp) automation object model?
What is QTP’s model for test creation?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
What are the types of object repository in qtp?
How will you report the bug and explain the defect tracking sheet you handled?
What is the extension of the recovery scenario file in qtp?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page