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 parameter in qtp?

0 Answers  


Hi Friends,will any body tell to Me for which Auomation Tool their is great Requirement inht eMarket Eithr the QTP or WINRUNNER and for what reason and how long it is going to remain and wat the Scope for the automation Testing In the Future Please tll to Me In Details Ok .

2 Answers  


I want some banking domain projects where can i get this projects ( anybody can help me plz)

3 Answers  


What is the difference between Image Checkpoint and Bitmap Checkpoint?

8 Answers  


Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?

0 Answers  






What scripting language is QTP of?

1 Answers  


what are the different u notice in betweem QTP version 8.2 and 9.2 and what is new in QTP9.2

1 Answers  


what is stepin & stepout?

0 Answers  


Which property will you use to check the object state? (Exist)

2 Answers   Symphony,


what are the challenges you have faced while testing web based application using the automation tools ?

0 Answers  


I want to clear the webedit field without using set"" in qtp script

1 Answers  


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

0 Answers  


Categories