Manual Testing
Manual testing is that in which testers executes test cases manually withoutusing any automation tools.
Manual testing is most basic and primary form of testing and it remains
important in every project because there are many aspects of software projects
which we have to test manually.
We do manual testing to identify bugs in the software. A new application should
be manually testing before proceeding any further automation process to it. Manual testing
requires more effort than automated testing so we have to always look for those aspects of
software testing which can be automated to avoid manual effort but mannual testing always existed.
Its a real case scenario there is no single software project in world that can be fully automated. So importance
of manual testing still exist.
Types of Manual Testing:
Most basic and that can be done at the very beginning of project is unit testing. Unit testing in every project usually done manually.Both manual and automated testing types include:
-Black box testing
-White box testing
-Unit testing
-System testing
-Integration testing
-Acceptance testing
Any One Can Do Manual Testing?
NO, Because tester need skills to perform manual testing. Although we know that only a person who are expert in their specific skillscan do their job best.
Comments
Post a Comment