Please enable JavaScript.
Coggle requires JavaScript to display documents.
Testing (Alpha, beta and final testing (Final test (Product is released…
Testing
Alpha, beta and final testing
-
-
-
-
Test-driven development
-
What is it?
Method for developing programs that consists of repeating the same process of build, test, change.
-
Commenting code
Comments inside different sections fo the code in order to make it easier for other coders what the purpose of the code was
Test cases
What are they?
Individual set of variables/ conditions that are used to see if features in the software work as intended.
-
-
Test data
Can be
-
-
Valid extreme
Unusual, extreme or unexpected data
-
-
-
-
-