0
1.5kviews
Write down any four limitations of manual testing. OR Describe any four limitations of manual testing
1 Answer
0
45views

Manual Testing: Testing Computer Software manually without using any Automation Tools

Limitations of Manual Testing:

• Manual Testing requires more time or more resources, sometimes both

• Performance testing is impractical in manual testing.

• Less Accuracy

• Executing same tests again and again time taking process as well as Tedious.

• GUI Objects Size difference and Color combinations etc.. Are not easy to find in Manual Testing.

• Not Suitable for Large scale projects and time bounded projects.

• Batch Testing is not possible, for each and every test execution Human user interaction is mandatory.

• Manual Test Case scope is very limited, if it is Automated test, scope is unlimited.

• Comparing large amount of data is impractical

• Checking relevance of search of operation is difficult

• Processing change requests during software maintenance takes more time.

Please log in to add an answer.