Forum Discussion
I get that, but I should be able to customize the report to show what data is being tested in the iteration from the data source.
In that case, the question is how can I customize the report to show the data element on the reports?
nmrao I want to add to my earlier response...
I think, you can write a single test case in SOAP-UI that is highly parameterized and templatized and that can use data from a data source to run different type types of tests. Essentially, you are writing a test engine and fueling it with data. That's the power of data-driven testing.
Now, one can say that if one test fails then we have to report as a test case as failed for the whole data source. I think end-users should be able to decide how to deal with the failed tests in the data source. Maybe there is flexibility in generating the test data for the data source... few thoughts...