mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-23 10:56:37 +00:00
14 lines
542 B
Markdown
14 lines
542 B
Markdown
# generate Tests
|
|
|
|
Read the `@docs/01_solution/solution.md` and `@docs/00_problem/acceptance_criteria.md` and compose tests according to test strategy to cover all the criteria and store them to the files
|
|
`docs/03_tests/[##]_[test_name]_spec.md` with the next structure for each test file:
|
|
- Summary
|
|
- Detailed description
|
|
- Preconditions for tests
|
|
- Steps:
|
|
- Step1 - Expected result1
|
|
- Step2 - Expected result2
|
|
...
|
|
- StepN - Expected resultN
|
|
|
|
Do not put any code yet. Ask as many questions as needed. |