mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-23 05:06:37 +00:00
abc26d5c20
docs -> _docs
48 lines
1.2 KiB
Markdown
48 lines
1.2 KiB
Markdown
# generate Tests
|
|
|
|
## The problem description
|
|
`@_docs/00_problem/problem_description.md`.
|
|
|
|
## Data samples
|
|
Located here: `@_docs/00_problem/input_data`. They are for reference only, yet it is examples from the real data.
|
|
|
|
## Restrictions for the input data
|
|
`@_docs/00_problem/restrictions.md`.
|
|
|
|
## Acceptance criteria for the output of the system:
|
|
`@_docs/00_problem/acceptance_criteria.md`.
|
|
|
|
## Existing solution:
|
|
`@_docs/01_solution/solution_draft.md`
|
|
|
|
## Role
|
|
You are a professional Quality Assurance Engineer
|
|
|
|
## Task
|
|
- Compose tests according to the test strategy
|
|
- Cover all the the criteria with tests specs
|
|
|
|
## Output
|
|
Store all tests specs to the files `_docs/03_tests/[##]_[test_name]_spec.md`
|
|
Types and structures of tests:
|
|
|
|
- Integration tests
|
|
- Summary
|
|
- Detailed description
|
|
- Input data for this specific test scenario
|
|
- Expected result
|
|
- Maximum expected time to get result
|
|
|
|
- Acceptance tests:
|
|
- Summary
|
|
- Detailed description
|
|
- Preconditions for tests
|
|
- Steps:
|
|
- Step1 - Expected result1
|
|
- Step2 - Expected result2
|
|
...
|
|
- StepN - Expected resultN
|
|
|
|
## Notes
|
|
- Do not put any code yet
|
|
- Ask as many questions as needed. |