Forum Discussion

brochu121's avatar
brochu121
New Contributor
14 years ago

Getting Data Driven test report to report multiple tests

Hello,

I have created a test that runs a specific test steps and makes assertions. This test loops through a data set defined in a xls file using the DataSource. When I run my test, the HTML JUnit report reports that only 1 test ran, even though in theory 50 might have run (50 loops of the test were completed). Is there a way to get the report to reflect each test loop rather than the entire run?

Also, is there a way I can add some groovy code so that I can put some detailed information in the JUnit report about the values passed at the time of failure in addition to the default output that soapUI provides?


Thanks!

2 Replies

  • jebuselwyn's avatar
    jebuselwyn
    New Contributor

    Same usecase., Though the post is old, bumping up this one to see if there are any ways to accomplish this (Open or Pro). 

    • fatimaa's avatar
      fatimaa
      Regular Visitor

      Hi,

       

      I am facing the same issue. Did you find any solution for reporting all the values from the Data Source.

       

      I will really appreciate your help