1. What is a Test Case?
A Test Case is a set of conditions or steps used to check whether a software application is working correctly or not. It helps testers verify that the system meets the expected requirements.
2. Why Test Cases are Important?
Ensures software quality
Helps find bugs early
Improves reliability
Makes testing structured and easy
3. Types of Test Cases
- Types of Software Testing
** - Functional Testing**
Checks whether the application functions correctly based on requirements.
** Example:** Login, Registration
- Non-Functional Testing
Checks performance, usability, and security.
Example: Load testing, speed testing
- Manual Testing
Test cases are executed manually without automation tools.
- Automation Testing
Uses tools/scripts to execute test cases automatically.
Example: Signup Page
Test Case Table:


Top comments (0)