Testing Types
~10 mins
Testing Types
1. Manual Testing
- Testing of the Software manually i.e. without using any automated tool or any script.
- Different stages for manual testing like unit testing, Integration testing, System testing and User Acceptance testing.
- Testers use test plan, test cases or test scenarios to test the Software to ensure the completeness of testing.
2. Automation Testing
- Tester writes scripts and uses another software to test the software .
- This process involves Test Automation of a manual process. * Automation Testing is used to re-run the test scenarios that were performed manually, quickly and
repeatedly. - Increases the test coverage; improve accuracy, saves time and money in comparison to manual testing.