Description
As a user, I can export the Traceability Report to CSV, including information from the requirements and parent requirement, if any.
Example:
| parent requirement key | parent requirement summary | requirement key | requirement summary | requirement status | Test key | Test summary | Test status | Test Execution key | TestRun status | Test Environments | Executed By | Version | Revision | Started at | Finished at | Defects keys |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CALC-1 | As a user, I can do arithmetic operations | CALC-10 | As a user, I can calculate the sum of two numbers | NOK | CALC-2 | Test the sum of two positive numbers | FAIL | CALC-4 | FAIL | iOS | john | v3.0 | 12 | 14/02/2018 16:51:00 | 14/02/2018 16:53:10 | |
| CALC-1 | As a user, I can do arithmetic operations | CALC-10 | As a user, I can calculate the sum of two numbers | NOK | CALC-3 | Test the sum of two positive numbers | FAIL | CALC-8 | FAIL | Android | mike | v3.0 | 10 | 14/02/2018 16:52:00 | 14/02/2018 16:55:00 | CALC-5,CALC-6 |
| CALC-11 | As a user, I can calculate the divisision of two numbers | OK | CALC-20 | Test the division of two positive numbers | PASS | CALC-13 | PASS | mike | v3.0 | 44 | 14/02/2018 16:52:00 | 14/02/2018 16:55:00 | ||||
| CALC-11 | As a user, I can calculate the divisision of two numbers | OK | CALC-20 | Test the division of two positive numbers | PASS | CALC-67 |