Forum Discussion

Shara's avatar
Shara
Occasional Contributor
15 years ago

Custom Test Suite report that prints Test Case Test Property

Hi,

I am looking to do a custom report, but I can't seem to find much information regarding how to access the existing soapUI datasource.

This is what I am trying to do.

Task: Generate a report that prints out the results for a test suite without needing to execute everything every time I close soapUI or testsuite window.

The idea I have came up with so far is using "Setup Script" and "Teardown Script" that would create and update a set of "Test Property" per test case.

The next step is to generate the report from all these test properties.

BUT the current problem I have now is getting the report to generate a Test Suite report that would only provide me with the properties of each test cases.
I have tried updating the existing Test Suite report, but it would only work if I have executed everything which is exactly what I don't want to do. [since the sub report that prints out the test properties is using "$P{TestSuiteTestCaseResults}.cloneDataSource()" ]

It would be awesome, if someone could point out a better way to solve this problem or suggestion for the task I am attempting.

Thanks in advance for any ideas/suggestions/recommendation..etc.
No RepliesBe the first to reply