suppose i can done the project in automation tool with QTP
in that time what i can say?
Answer Posted / priyanka
Ur role in that project:
1)Preparing scripts
2)Enhancements in scripts.
3)Running sripts
4)Analyzing test results.
| Is This Answer Correct ? | 0 Yes | 0 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 you can write contexts to text file in qtp?
How to define array in qtp?
Is it possible to split an action? How?
what is error and fault in terms of software quality?
Explain about business process component? types and usage?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
Explain building blocks of the bpt framework ?
Explain the checkpoint in qtp?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
What are the advantages of a Hybrid framework?
When and why to use descriptive programming?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0