Answer Posted / arunsingh
virtual object wizard
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How do you synchronization point through DP?
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 in brief about the quicktest professional (qtp) automation object model?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How to record a qtp script ?
How do we analyze the checkpoint results?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What are the features supported by UFT?
How does you test a weblink which is changing dynamically?
Difference between test object and run time object?
Have you used xml check point in your project?
How qtp identifies objects?
What is the syntax to call one action in another?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
what is impact analysis on regression testing?