Tag: Tutorial
Types of Software Testing
Map major testing types: functional, non-functional, manual, automation, and levels.
Manual Testing
Execute tests by hand to explore UX, edge cases, and new features quickly.
Automation Testing
Automate stable, repetitive, high-value checks for speed and regression confidence.
Non-Functional Testing
Evaluate how the system behaves: performance, security, usability, compatibility.
White Box Testing
Design tests using knowledge of code structure, paths, and conditions.
Software Testing Life Cycle (STLC)
Follow STLC from requirement analysis through closure.