-
Notifications
You must be signed in to change notification settings - Fork 9
Testing: Tracking Documentation
"As member of the development team I want to keep track of all tests that needs to be performed, and which tests that have not yet passed so I can develop tested code fulfilling the definition of done."
Definition of Done: https://www.scrum.org/Resources/Scrum-Glossary/Definition-of-Done We will need to set a clear DoD some time in the upcoming week(s) and update this page.
Testing document on Google Docs: https://docs.google.com/spreadsheets/d/1IW4NmaJoiSYosvJOfi3bqF-DMDuHjcWui7EF8a0dNsQ/edit?usp=sharing The template consists of columns which state: the testcase, the status of the testcase (this column is color-coded, use x, x* or -), a section for comments, whether the test is automated or manual, and finally the tester executing the test.
Feel free to bring suggestions on how to improve the template.
- Choice of tools and rationale behind it
- How to set up the project
- Integrating Doxygen with Eclipse
- Integrating a serial output window with Eclipse
- Standard System Initialization