Manual Testing Basics-01 Module
Manual Testing Basics-01 Module
Basic (Part-01)
Author:Shubham Latake
What is Manual Testing ?
Definition:
Manual Testing is the process of manually executing test cases without using automation
tools to find defects in a software application.
Key Features:
➔ Performed by human testers.
➔ Ensures software meets functional and user experience requirements.
➔ Detects UI, usability, and logical errors.
Author:Shubham Latake
Why Manual Testing is important ?
Author:Shubham Latake
Manual Testing Process :
5⃣ Test Execution – Run test cases, compare results, and report defects.
6⃣ Defect Reporting & Tracking – Log, track, and retest bugs after fixes.
Author:Shubham Latake
Types of Manual Testing
1. Black Box Testing – Tests functionality without knowing internal code
(e.g., verifying login feature works).
8. Sanity Testing – Quick check to verify basic functionality after small changes
(e.g., ensuring login works after updating the UI).
9. Smoke Testing – Basic tests to check system stability before deeper testing
(e.g., ensuring critical features work after a new build).
2⃣ Test Planning :
✅ Write detailed test cases with input, steps, and expected results.
✅ Prepare test data and review cases before execution.
🔹 Example: Writing a test case for login: Enter valid username & password → Click Login → User should be
redirected to the homepage.
Author:Shubham Latake
Software Testing Life Cycle (STLC) :
4⃣ Test Environment Setup :
5⃣ Test Execution :
6⃣ Test Closure :
Author:Shubham Latake
Follow for more information…..
Shubham Latake