Test Plan for 'Generalized weights in API'
Test Plan
Introduction
This is the test plan for #6822 (closed)
Scope
- This is the plan to test out the setting of weights to issue via API
- Tests under spec/requests/api are good enough for this change. No additional automation needed.
ACC Matrix
Based on Google Testing Blog article about the 10 minute test plan and ACC Explained
| Simple | Accurate | Stable | |
|---|---|---|---|
| Issue Weight | 1 | 2 | 2 |
Capabilities
- Issue Weight is
- Simple
- Its easy to set issue weights.
- Accurate
- Set any integer value and see if it returns correct response. (specifically, weights > 9)
- Set a non-integer value and see the error response
- Stable
- Make sure that the behaviour is in tact while setting weight via UI.
- Make sure that the behaviour is in tact while setting weight to issue in different states (close/open issues)
- Simple
Edited by Ramya Authappan