ContributionsMost RecentMost LikesSolutionsRe: Test suite doesn't end gracefully These are API tests which run fine individually. They all actually pass. The issue is after the last API response is received and the test suite needs to end, it hangs (maybe while trying to generate a report of the tests?) Test suite doesn't end gracefully Trying to run the entire test suite locally by launching the TestRunner, runs all the tests but doesn't end gracefully. I have added a HTTP timeout, but it doesn't seem to help either. The test console shows these warnings and hangs. Please let me know what is to be done to fix this. 13:38:58,501 WARN [JRConditionalStyleFillerFactory] Conditional style should not have an 'isDefault' attribute. 13:38:58,501 WARN [JRConditionalStyleFillerFactory] Conditional style cannot have a 'style' attribute. 13:38:58,501 WARN [JRConditionalStyleFillerFactory] Conditional style should not have an 'isDefault' attribute. 13:38:58,502 WARN [JRConditionalStyleFillerFactory] Conditional style cannot have a 'style' attribute. 13:38:58,506 WARN [JRConditionalStyleFillerFactory] Conditional style should not have an 'isDefault' attribute. 13:38:58,506 WARN [JRConditionalStyleFillerFactory] Conditional style cannot have a 'style' attribute. 13:38:58,695 WARN [JRConditionalStyleFillerFactory] Conditional style should not have an 'isDefault' attribute. 13:38:58,695 WARN [JRConditionalStyleFillerFactory] Conditional style cannot have a 'style' attribute. SolvedRe: Not able to execute the test cases in SOAP UI ready API ver 1.7 at the project level cata12 Were you able to fix this issue?