Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
292 views
by Master (1.2k points)

Last week I was browsing through Quora. I found a very interesting question and couldn't help to put that question here.

What are the pros and cons of software test automation?

1 Answer

1 like 0 dislike
by


Some of the Advantages are:

1. Reliable :- Tests perform precisely the same operations each time they are run, thereby eliminating human error

2. Repeatable :- Test can be run many times in a row without human intervention.
3. Programmable:- we can program sophisticated tests that bring out hidden information from the application.
4. Comprehensive:- we can build a suite of tests that covers every feature in your application.
5.Reusable:- we can reuse tests on different versions of an application, even if the user interface changes.
6. Better Quality Software Because We can run more tests in less time with fewer resources
7.Fast :- Automated Tools run tests significantly faster than human users.
8.Economical:- As the number of resources for regression test are reduced.
9.Concise:- As simple as possible and no simpler.
10.Self-Checking:- Test reports its own results; needs no human interpretation

11.Robust:-Test produces same result now and forever. Tests are not affected by changes in the external environment.

12.Sufficient:-Tests verify all the requirements of the software being tested

13.Clear:- Every statement is easy to understand.

14.Efficient :-Tests run in a reasonable amount of time.

 

15.Independent:- Each test can be run by itself or in a suite with an arbitrary set of other tests in any order.

16.Maintainable:- Tests should be easy to understand and modify and extend.

Some of the disadvantages are:

1) Proficiency is required to write the automation test scripts.

2) Debugging the test script is major issue. If any error is present in the test script, sometimes it may lead to deadly consequences.

3) Test maintenance is costly in case of playback methods. Even though a minor change occurs in the GUI, the test script has to be re-recorded or replaced by a new test script.

4) Maintenance of test data files is difficult, if the test script tests more screens.

 

by Master (1.2k points)
Thank you Datta Patil. That's very detailed and clear answer.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...