Test Design series
These lists are suggestions for which learning hours follow on from one another in a good order to do them in. The list varies slightly according to programming language
Java, C#
- Arrange - Act - Assert
- Start with the Assertion
- Parameterized Tests
- Four pillars
- Stubbing Dependencies
C
- Properties of a unit test
- Three parts of a test
- Test Fixtures intro
- Approval testing intro
- Approval Testing Combinations
- Text-based Approval Testing