Forum Discussion

hazem_borham's avatar
hazem_borham
Occasional Contributor
17 years ago

Project Coverage report

I have a couple questions that relating to the Project Coverage report

1.  Is there a way to produce one Coverage report for many Projects (similarly to the junit report)?  I currently launch all my soapui projects from an ant script, and i added in the -g option, but the result is only the last project run displays in the coverage report.














         











2.  Is there a way to generate the Data Export version of the Project Coverage report in csv format from the testrunner.bat?


Thanks in advance

-Haz

4 Replies

  • Hi!

    1) It's not possible, probably the reports are overwriting older ones so you'll need to move or rename them between each run.

    2) No.. hmm.. what columns would that file have?

    regards!

    /Ole
    eviware.com
  • hazem_borham's avatar
    hazem_borham
    Occasional Contributor
    1)  This seems like it would be a useful feature when running multiple projects, and rolling up results to one report.

    2)  This csv is availabe thru the UI,

    Project > TestSuites tab> Project Coverage tab.

    Click the Create Report Button
    Select Format = Data Export.  Select the Project Coverage checkbox.  Select Format = CSV.  Select checkbox for Include Header Row.

    ....This is the csv file I mentioned earlier.  Is this available to create via the testrunner.bat?
  • Hi!

    1) thanks.. definitely considered for a future release!

    2) duh.. I should have know that.. try specifying

    -R"Data Export" -FCSV

    at the command-line.. what do you get?

    (you'll need to upgrade to the nightly build at http://www.eviware.com/nightly-builds to get this working)

    regards!

    /Ole
    eviware.com
  • Is the multiple projects into one master report feature possible yet. This feature would be very useful.