Forum Discussion
rnavarette
16 years agoNew Contributor
I'm trying to do something similar to this where the tests are created as part of my testsuite setup script and removed in the teardown. In the SoapUI application window, this seems to give me what I'm looking for. But, when this is run from the commandline, I can see that the tests are run (by watching the output they produce), but I don't think they are properly hooked into the runner. I use the -r option to output the test summary and these tests are never counted as having run. I've even tried not deleting the cloned test and that has no effect on the results output either.
So, it seems that while the tests are run, their results are not tracked. I've tried using the importTestCase method and setting the copy parameter also, but this has the same effect. Any thoughts as to what I need to do to be able to copy, run, and track the results of the cloned tests all at once?
Thanks,
ray
So, it seems that while the tests are run, their results are not tracked. I've tried using the importTestCase method and setting the copy parameter also, but this has the same effect. Any thoughts as to what I need to do to be able to copy, run, and track the results of the cloned tests all at once?
Thanks,
ray