written 5.8 years ago by |
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.