What criteria do you use when determining when to automate
a test or leave it manual?
Answers were Sorted based on User's Feedback
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 |
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 |
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
How to write script to display a message box having the "Date" value of the fourth mail(yahoo account). I've tried it with the web table concept but the content doesn't get displayed? Please help me out to resolve this :-)
Plz explain about InTERNAl Environment variable, External environment variable,builtin environment variables with examples?
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
Hi .. i want to write the script for the combo nox list . For example if any combo box having a multipul itme. So how can i retrive each item for each iteration ? help me out .
can u tell me website address of VBscript with examples.
take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
What are the views available in quicktest professional (qtp)?
w is fragmentation and paging
What is a Web Table?
assume i have few url link how will i dynamically call then using descriptive programming?