Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

0 votes
2 views
by (9k points)
What is Manual Testing and Automation Testing?

1 Answer

+1 vote
by (45.3k points)

Manual Testing is a form of software testing in which engineers execute test cases manually without the help of any automation tools. It allows you to find bugs in various software systems. Any new application or software has to be tested manually before being tested using automation tools. Its key concept is to make sure that the software is free of error and works as per the functional requirements specified. Also, it helps to make sure that the defects that are reported are fixed by programmers and developers. The applications are then retested for further defects.

 

Automation Testing uses numerous automation tools in order to test the software. It also uses writing test scripts for the same. It is used to automate redundant tasks that are difficult to manually perform. It can also enter the data that needs to be tested into the System Under Test to compare the expected results with the actual results. However, it demands an investment of a considerable amount of money and resources when compared to Manual Testing.

 

To learn in-depth about Automation Testing, enroll in one of the best Test Architect Certification

 

Also, check out this video on Manual Testing and Automation Testing:

Browse Categories

...