Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
16 years ago

Requirements report in Junit reports

Hello,
As we continue to increase the usage of requirements mapping feature, it is becoming more important to have some kind of report for the requirements in the junit report.

It would be great if there could be a 'requirements' frame in the left column right below the 'TestSuites' frame.
Clicking on it should show

Each of the requirements
-- mapped testcases for each requirement
    -- passed/fail status for the testcases, maybe a link to the results?
    -- requirements ID,Name,ShortDescription,Status should also be displayed


This would really help us and probably other customers

Ali

2 Replies

  • Hi Ali,

    thanks for this, I'll add it to the backlog. We are a bit ambivalent on how much effort we should put into "Test-management" related functionality into soapUI for now.. are you using some external tool to manage other related artifacts?

    regards,

    /Ole
    eviware.com
  • alibaba82's avatar
    alibaba82
    Super Contributor
    We are actually using only soapUI to manage our requirements now. We now have a 'requirements soapui project' which runs everytime a build gets deployed. We want to make sure that a build does not break any existing requirements.

    Since the junit report only shows the testcase that failed, we have to open the project, figure out the requirement and then file a bug.

    If the report showed requirements as well, we can just add a link to the report in the bug.