3. Anyone pls tell me as many points as possible for this
question?
what r the things to take into consideration before
automating an application like;
a). Identify whether the tool supports the appln or not.
b). When there is lot of retesting and regression testing.
c). ROI.
d). When there is a need for running same script for
multiple datas, etc.
e). ----
f). --------- Pls give me more points.
Answer Posted / gaurav
You Can consider following points also-
1) your GUI should be stable
2) Atleast one manual test pass should be done for App
stability
3) Identify Good candidates and best candidates in your
project for automation.
4) Tool compatibility,Cost,licence and resources.
5) Size of project
Regards
Gaurav
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the process of synchronizing qtp and aut?
How to carry out bit map check points in QTP
What is the use of text output value in quicktest professional (qtp)?
Explain advantages and disadvantages kdf?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How many lines of code in each script of 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
how to explain a claims and insurance project?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
What is debugging? How you debug your script?
Define Canvas view of UFT?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
why text area checkpoints cannot used for web applications
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
How to release all resources file from the QTP?