Test Process
Test Design Techniques
Specification-Based / Black-Box Testing
Structure-Based / White-Box Testing
Experience-Based Testing
Analysis of the test basis documents specifically requirements
Internal view of software
Knowledge and experience of testers, users and developers of the software and likely defects
Black Box Testing
Test cases are derived from an analysis of specifications or models of what of the system should do
Tests take an external view of the system
Equivalence Partitioning
Inputs are grouped together into partitions or class that, according to the specification, will behave the same way and have the same output
Boundary Value Analysis
Record Results
The lower and upper limits of equivalence partitions are called boundaries
Boundary value tests apply to all levels of testing and can bee used for user validation, numbers, dates, times, table ranges
As you conduct each test case you will need to record the actual result and compare this with the expected result
Report Results
Compare and report on actual and expected test results