I have given u a application.To automate it what are the
things will u consider?
Answer Posted / shamsher singh
1. Consider requirements
2. As per requirement identify how much automation testing
required.
3. which part of the application need to automation testing.
4. Automation tool
4. Framework
5. Most important test plan which contains every details
about every activity of testing.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
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 are developing the script? Using record and play back or manual?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
How many types of recording facility are available in quicktest professional?
How many types of trigger events are there in qtp?
what is meant by source control?
Differences between quicktest professional (qtp) and winrunner?
Is it possible to change the values of analog recording?
Analyzing the checpoint results?
What is system testing and what are the different types of tests you perform in system testing?
Why we load add-ins in qtp?
Have you used xml check point in your project? How?
What is the latest version of qtp?