codesnippets:testingconventions
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| codesnippets:testingconventions [2022/10/05 14:21] – external edit | codesnippets:testingconventions [2025/10/08 00:48] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Testing conventions ====== | ====== Testing conventions ====== | ||
| - | ~~DISCUSSION~~ | ||
| ===== Setup with stack ===== | ===== Setup with stack ===== | ||
| Line 298: | Line 297: | ||
| * the complete set of possible test values/data is used in unit tests, | * the complete set of possible test values/data is used in unit tests, | ||
| * or values for all possible equivalence classes are used | * or values for all possible equivalence classes are used | ||
| - | * or ramdom | + | * or random |
| * independence: | * independence: | ||
| - | * test method is independent | + | * test methods are independent functions |
| - | * or dependent | + | * unless they depend |
| * edge cases: | * edge cases: | ||
| * edge cases are tested by unit tests (HUnit) | * edge cases are tested by unit tests (HUnit) | ||
| Line 307: | Line 306: | ||
| * all tests are conform to documentation, | * all tests are conform to documentation, | ||
| - | After checking the abovementioned | + | After checking the above mentioned |
| * < | * < | ||
| {- * validated: ✅ | {- * validated: ✅ | ||
| Line 408: | Line 407: | ||
| </ | </ | ||
| + | |||
| + | ===== ✎ ===== | ||
| + | ~~DISCUSSION~~ | ||
codesnippets/testingconventions.1664972507.txt.gz · Last modified: (external edit)
