Welcome to the Jazz Community Forum
Requirments and Test Case Relation in Doors and RQM

5 answers

Hi Adolfo and Rohit and all,
Our Structure is(for one demand in doors);
-> business req. (all req. in single artifact)
-> func. & non fun. req (all req. in single artifact)
-> feature (all feature in single artifact for single app)
Why i am not split into pieces? or Why i am split into pieces this artifacts? Which one is right way?
1 artifacts validated by many test cases in a test plan(for example unit test plan) Do you think this makes sense?
or 1 artifacts split more artifacts(linked extracted/extracted by) and each splited artifacts related test case(1to1).
Which one makes sense? And why?
Could you please explain it? Thanks a lot.


We are in a railway industry.
A general requirement is: If the train passes a red signal, it has to stop automatically. So it should be one testcase, passing the red signal, looking if it slows down to 0 km/h.
An other requirement is, if the train passes a yellow signal, the driver has to slow down in a defined way.
There would be two testcases:
1.) The driver doesn't slow down in the defined way -> the train has to stop.
2.) The driver slows down in the defined way -> nothing happens. But in this case, you can test, if the definition "how to slow down" is implemented in the correct way.
greetings georg.