Please enable JavaScript.
Coggle requires JavaScript to display documents.
Test Process (Test Design Techniques (Specification-Based / Black-Box…
Test Process
Test Design Techniques
-
-
Experience-Based Testing
Knowledge and experience of testers, users and developers of the software and likely defects
-
Boundary Value Analysis
-
Boundary value tests apply to all levels of testing and can bee used for user validation, numbers, dates, times, table ranges
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
Record Results
As you conduct each test case you will need to record the actual result and compare this with the expected result
-