0% found this document useful (0 votes)
2 views3 pages

Automated Testing-14

Automated testing is a technique that uses special tools to execute tests and evaluate outputs with minimal involvement from testers. It is particularly useful for repetitive tasks such as testing login and registration forms, as well as for checking GUI items and database connections. The importance of automation lies in its efficiency, cost-effectiveness, and ability to handle extensive testing requirements, especially for projects with stable requirements and high user loads.

Uploaded by

jbawhatsapp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

Automated Testing-14

Automated testing is a technique that uses special tools to execute tests and evaluate outputs with minimal involvement from testers. It is particularly useful for repetitive tasks such as testing login and registration forms, as well as for checking GUI items and database connections. The importance of automation lies in its efficiency, cost-effectiveness, and ability to handle extensive testing requirements, especially for projects with stable requirements and high user loads.

Uploaded by

jbawhatsapp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

9/11/22, 9:38 PM Automated Testing

Automated Testing

As you have already accustomed to various types of testing and their subtypes, it is time
to know some of the most prominent software testing types and their workability. In this
chapter, you will be learning about new testing subtypes and their uses in the different
areas of software development.

Automated testing is the technique of testing a product that requires special application
tools for controlling the test execution and eventually evaluates test outputs with predicted
ones. These tests are automated through these special tools, and hence the name
automated testing requires little or no involvement from testing engineers or testers. It
gives additional testing or supplementary test, which may be difficult to carry out if done
manually.

What Functions to Automate Using Automated Testing?


Different things that need to be tested or checked automated are:

● Login forms.
● Registration forms and.
● A place where numbers of entries access the application simultaneously can be
automated.

https://www.w3schools.in/software-testing/automated-testing 1/3
9/11/22, 9:38 PM Automated Testing

Moreover, different GUI items and connections related to databases or validation of fields
and other such things can be checked very efficiently and automatically.

Importance of Automation Testing


Let your application has its new releases and patches; you will have to ensure the released
software fixes. Therefore such testing needs prior checking and can be done all the time
manually. Hence automation testing proves beneficial. Testing manually becomes difficult
for checking all software's functionalities before or after the patches are being made. The
automated test seems very effective regarding resources, cost, timely delivery of the
product, and less workforce.

When to Perform Automated Test?


● An automated test can prove helpful when the requirements do not change
frequently.
● When Accessing application is check concerning load and performance having many
users.
● Timely delivery of the product.
● Serious projects with huge turn-over.

report this ad

© 2009 — 2022 W3schools® of Technology.

https://www.w3schools.in/software-testing/automated-testing 2/3
9/11/22, 9:38 PM Automated Testing

https://www.w3schools.in/software-testing/automated-testing 3/3

You might also like