What are the limitations of manual testing?
Solution:-
Limitations Of Manual Testing:
- Manual testing is not reliable. Using this method test execution is not accurate all the time.
- To execute the test cases first time using manual testing will be very much useful. But it is not sure that it will catch the regression defects under frequently changing requirements.
- Manual testing will be useful when the test case only needs to run once or twice.
- To execute the test cases every time tester requires the same amount of time.
- Using manual testing, testing on different machine with different OS platform combination is not possible, concurrently. To execute such task different testers are required. It does not involve in programming task to fetch hidden information.
- Manual testing is slower than automation. Running tests manually can be very time consuming. Time consuming
- Limited support for regression testing
- Error prone testing
- Impractical performance testing
- Non consistent or repeatable
Comments
Post a Comment