InterviewSolution
Saved Bookmarks
| 1. |
What is Automation Testing? How it is different from Manual Testing? |
|
Answer» In Automation testing, the tester writes the scripts and uses software tools to test the product. This process involves the automation of a manual process. Automation testing includes re-running the testcases multiple times that were performed manually. Automation testing is also used to test the application from load, performance, and stress purpose. It is used to increase the coverage of test. Automation testing improves the accuracy and saves time and money in comparison to manual testing. |
|