200 likes | 451 Views
Manual Testing is a way of software testing where the testing manually work on the test issue without usage of any other automation tools.<br>
E N D
CONTENT • WHAT IS MANUAL TESTING? • TYPES OF MANUAL TESTING • HOW TO PROCESS MANUAL TESTING?
WHAT IS MANUAL TESTING? • Manual Testing is a way of software testing where the testing manually work on the test issue without usage of any other automation tools. • It is an important type of all testing types and manage to find bugs in software system.
TYPES OF MANUAL TESTING • Black box testing • White box testing • Unit testing • System testing • Integration testing • Acceptance testing
HOW TO PROCESS MANUAL TESTING? • Read and understand • Draft test case • Review and baseline • Execute • Report bugs • Once fixed , again execute the failing test cases to verify they pass.