Test Plan - ljackl/BubbleTrouble GitHub Wiki
Test Approach and Strategy
| Description | |
|---|---|
| Scope of testing | Unit tests and acceptance tests will be carried out |
| Testing approach | White-box and black-box |
| Testing tools | Nunit and VS test tools (Windows), Catch and CLion (Linux) |
Test Procedure
| Description | |
|---|---|
| Test case development | Unit test cases and Acceptance test case |
| Test execution | Done by |
| Correction | When a defect is found fix and then re-run test |
| Version control | Git |
Test Tool
Windows
- Tools being used: Nunit and VS testing tools
- Installation and setup: Install VS 2017 and then install Nunit through VS Nuget package manager
- Support and help: http://nunit.org/documentation/
Linux
- Tools being used: Catch and CLion Unit Testing Intergration
- Installation and setup: Install CLion and then setup Catch
- Support and help: CLion Intergration & Catch Usage