
MANUAL TESTING TECHNIQUES
Testing Techniques Black Box Testing Tester Knowledge -In Black Box Testing tester does not know the internal workings, including source code and architecture. Focuses on inputs and outputs. Test Coverage -Limited coverage, based on expected behaviour and requirements, without internal knowledge. Tester Role -Acts as an end user, focusing on functionality without knowledge of internal workings. Test Case Input Size -Largest, as it needs to cover broad user interactions and scenarios. Finding Hidden Errors -Difficult to detect, as it focuses only on outputs. Other Names -Functional testing, data-driven testing, closed box testing. White Box Testing Tester Knowledge -In White Box Testing tester has full knowledge of internal workings, including source code and architecture. Test Coverage -Full coverage, as the tester has access to the source code and can test all code paths. Tester Role -Acts like a developer, focusing on internal logic, structure, and code. Test Case Input Size -Smaller
Continue reading on Dev.to Beginners
Opens in a new tab

