Software Testing Course
Discussion about software testing
Contents
- Software validation and verification
White-box testing
- Unit testing (1)
- What unit testing is.
- How it integrates into the whole software development process.
- Pick a unit testing tool: junit, nunit, etc. depending on programming languages and framework
- Rails?
- A good test cases, how to design
- Unit testing (2)
- Mock objects
- Code coverage
- Inspection & review
Automated testing & model-based testing
- to be added