Test Plan based on requirement coverage

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
flaviobeck
TestLink user
Posts: 1
Joined: Sun Sep 01, 2013 2:49 pm

Test Plan based on requirement coverage

Post by flaviobeck »

Hi,

I would like to know if it is possible to filter only test cases related to a specific requirement when I am adding test cases into a Test Plan.

In this screen, I just can filter Test Specifications, there is no field that I can use to filter a requirement, and my test suites have a different organization from requirements.

let me try to explain:

Requirements:
REQ-CustomerA
REQ-CustomerB

Test Specifications:
Suite01
TST-1:1
TST-1:2
TST-1:3
Suite02
TST-2:1
TST-2:2

Traceability:
REQ-CustomerA is covered by TST-1:1 , TST-1:3 and TST-2:2
REQ-CustomerB is covered by TST-1:1 , TST-1:2 and TST-2:1


The problem is:
Always I need to test some buid for customer A, it is not possible to filter my test specifications related to the proper requirement.

If I organize the test suites according to requirements, it will be duplicated (not good for maintenance since my real scenario has around 5000 test cases):
SuiteA
TST-1:1 *
TST-1:3
TST-2:2
SuiteB
TST-1:1*
TST-1:2
TST-2:1

how can I organize this situation?


thanks in advance
Post Reply