Introduction:
"Automated Testing" is automating the manual testing process currently in use. This requires that a formalized "manual testing process", currently exists in the company or organization. Automation is the use of strategies, tools and artifacts that augment or reduce the need of manual or human involvement or interaction in unskilled, repetitive or redundant tasks. Minimally, such a process includes:
Detailed test cases, including predictable "expected results", which have been developed from Business Functional Specifications and Design documentation
A standalone Test Environment, including a Test Database that is restorable to a known constant, such that the test cases are able to be repeated each time there are modifications made to the application.
The following types of testing can be automated
Functional - testing that operations perform as expected.
Regression - testing that the behavior of the system has not changed.
Exception or Negative - forcing error conditions in the system.
Stress - determining the absolute capacities of the application and operational infrastructure.
Performance - providing assurance that the performance of the system will be adequate for both batch runs and online transactions in relation to business projections and requirements.
Load - determining the points at which the capacity and performance of the system become degraded to the situation that hardware or software upgrades would be required.
Benefits of Automated Testing
Reliable:
Tests perform precisely the same operations each time they are run, thereby eliminating human error
Repeatable:
You can test how the software reacts under repeated execution of the same operations. Programmable: You can program sophisticated tests that bring out hidden information from the application.
Comprehensive:
You can build a suite of tests that covers every feature in your application.
Reusable:
You can reuse tests on different versions of an application, even if the user interface changes.
Better Quality Software:
Because you can run more tests in less time with fewer resources
Fast:
Automated Tools run tests significantly faster than human users.
Cost Reduction:
As the number of resources for regression test are reduced
Source:
http://www.scribd.com/doc/7160453/Advantages-of-Automated-Testing
"Automated Testing" is automating the manual testing process currently in use. This requires that a formalized "manual testing process", currently exists in the company or organization. Automation is the use of strategies, tools and artifacts that augment or reduce the need of manual or human involvement or interaction in unskilled, repetitive or redundant tasks. Minimally, such a process includes:
Detailed test cases, including predictable "expected results", which have been developed from Business Functional Specifications and Design documentation
A standalone Test Environment, including a Test Database that is restorable to a known constant, such that the test cases are able to be repeated each time there are modifications made to the application.
The following types of testing can be automated
Functional - testing that operations perform as expected.
Regression - testing that the behavior of the system has not changed.
Exception or Negative - forcing error conditions in the system.
Stress - determining the absolute capacities of the application and operational infrastructure.
Performance - providing assurance that the performance of the system will be adequate for both batch runs and online transactions in relation to business projections and requirements.
Load - determining the points at which the capacity and performance of the system become degraded to the situation that hardware or software upgrades would be required.
Benefits of Automated Testing
Reliable:
Tests perform precisely the same operations each time they are run, thereby eliminating human error
Repeatable:
You can test how the software reacts under repeated execution of the same operations. Programmable: You can program sophisticated tests that bring out hidden information from the application.
Comprehensive:
You can build a suite of tests that covers every feature in your application.
Reusable:
You can reuse tests on different versions of an application, even if the user interface changes.
Better Quality Software:
Because you can run more tests in less time with fewer resources
Fast:
Automated Tools run tests significantly faster than human users.
Cost Reduction:
As the number of resources for regression test are reduced
Source:
http://www.scribd.com/doc/7160453/Advantages-of-Automated-Testing
Search News
News Categories
What's the News?
Post a link to something interesting from another site, or submit your own original writing for the Testing community to read.
Most Popular News
-
How to Test Web Applications against SQL Injection Attacks
Published about 30-01-2009 | Rated +2 -
Top 20 practical software testing tips
Published about 02-02-2009 | Rated +2 -
India to lead in software testing
Published about 01-02-2009 | Rated +2 -
Software installation / uninstallation testing
Published about 16-02-2009 | Rated 0
Most Recent User Submitted News
- Advantages of using Shell for test automation on Unix : Unix Shell Scripting
Published about 21-08-2009 | Rated -1 - Canoo WebTest
Published about 29-05-2009 | Rated 0 - Globalization Testing
Published about 28-08-2009 | Rated 0 - Quality Assurance
Published about 27-10-2009 | Rated 0







