Answer Posted / guest
On Encountering Error at any point, it skips the part(
steps of that code) and moves to next part of the Code
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In qtp, how you can use xpath to identify objects?
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
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
How to use parameterization in qtp?
What is Associate Repository in QTP 9.2 ?
How do you convert manual test cases to automated test cases?
How the exception handling can be done using quicktest professional?
Explain the types of properties that quick test learns while recording?
How can I use Call dlls in QTP ?
Hi All, How to get repeated word in string . Thanks Balaji
What is quick test pro?
What are the various automation frameworks available in qtp?
Can we run test with out adding object in object repository? How it is possible?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
How to test login module with different username and password by using data driven testing in QTP?