What criteria do you use when determining when to automate
a test or leave it manual?

Answers were Sorted based on User's Feedback



What criteria do you use when determining when to automate a test or leave it manual? ..

Answer / jay prakash

If the cost automation is more than the efficiency of the
automated test suite. We decide not to automate.

Here cost does not only talk about financial cost but also
includes the efforts in automation, time spent in
autmation, maintaining the script etc.

Is This Answer Correct ?    4 Yes 0 No

What criteria do you use when determining when to automate a test or leave it manual? ..

Answer / raj kumar

Ten useful guidelines to identify Test Cases best suited for Automation:
1) Identify the tests, which call for extensive involvement of the testing engineers or the ones that would be sparingly run. These tests should be certainly dropped from the list of tests for automation.

2) Identify the application paths with high frequency of use during full-scale production run of the application. Automated testing shall be best for evaluating the performance of such application paths. These can include activities with higher volume with larger probability of failure of the software such as billing / invoicing or other customer records etc.

3) Identify the special processes having critical importance for the business like processing of sales order etc. Such strategically important activities must be identified for automated testing.
4) Identify the events requiring repetitive testing, which would be ideal for automated testing.
5) Identify the applications having longer life span during production, since automation of such applications shall provide maximum benefits.
6) Try to avoid the dynamic screens. Although we can automate them but the script tends to become too complex.
7) Try to avoid screens involving dynamic creation of objects.
8) Try to avoid business scenarios involving use of complex hardware.
9) Try to avoid scenarios, which call for complex coding for automation. Our endeavor should be to have less complex script, which would eventually be easily maintainable.

10) Try to prove the scenario with tables having provision of identifying every row by a unique number. Script complexity should be reduced while handling enterprise wide applications like price list tables etc. A complex script tends to take more time for execution especially when the table contains large number of rows for picking up the data

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

What is exact difference between “while” and “do while” in QTP ?

1 Answers  


I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.

0 Answers   IBM,


am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)

0 Answers  


What is Object Spy in QTP?

11 Answers   vsworx,


Which Databases supports for QTP?

2 Answers  






Explain Checking XML....

1 Answers   Crea,


If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?

1 Answers   Crea,


How the exception handling can be done using quicktest professional (qtp)?

0 Answers  


Where u will use output checkpoint in QTP?

3 Answers   HCL,


How to customize qtp?

0 Answers  


WHAT ARE THE SHORTCUT KEYS IN QTP?

4 Answers   TCS,


What information do the columns in the Keyword View show for each step?

1 Answers  


Categories