Forum Discussion
GMSoapUI
13 years agoContributor
Hi, thank you for the reply. I am doing some customisation but only inasmuch as I am recording some verbose logging for each test step executed. I am recording the execution time of each test step executed in the test case along with the raw response and raw request, response data and request data and the result of the test (e.g. pass or fail). I am additionally creating text files for debugging purposes with the same content. For these reasons I don't believe I can use the solution you propose as I would be unable, insofar as I can tell, to get the level of granularity in the reporting/logging that I require. If you know differently I'd be really grateful if you could explain how I can still obtain then same information but using
testRunner.testCase.testSuite.run(null,false)instead. Do you know if this method would resolve the unexpected failures I mentioned or is your reply more along the lines of best practice rather than a resolution to my issue? Regards.