when to start the automation?

Answer Posted / sivakumar

Criteria for Automation:

1) Application becomes stable at one particular point, then
think of automation

2) We need to repeatedly test the same test cases again and
again, we can go for automation

3) Regression testing is more (ie) same testcases needs to
executed in different environments.

4) Very Important, based on the client interest and approval
we can go for automation

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What Folder Structure following in Keyword Driven Frame work?

2264


what are the frame work models of qtp?which frame work you follow in your company?and explain it process?

1943


What is the use of text output value in quicktest professional?

491


What is QTP scenario.

1717


Describe how Smart Identification is used

1685






What are the benefits of quick test pro(qtp)?

542


What is the difference in the global and action sheet in qtp?

557


What are the advantages of parameterization ?

585


If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?

554


What are the methods used in UFT to handle exceptions or run-time errors?

629


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1472


What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?

619


Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?

2960


How you can find the absolute value of the number in qtp?

507


What is meant by a Check Point in UFT? Also, explain the applicable Check Points.

691