ContributionsMost RecentMost LikesSolutionsRe: Command line to generating custom LoadUI report HiArunS, Thanks for the comment. I have an additional question: Was there a data set that was missing in LoadUI reports that you had to expose through customizing? Let us know so that we can make a build in report better. For the current issue, we'll take it into account. There is a suggested workaround where you can: - open load test in LoadUI Pro - in statistics tab select your previous 'Run' from automated runs - then you can generate custom reports Hope that helps, Mike Re: In HTML report actual test case count is not properly displayed Hi Gopu, In your request, is there a "Run TestCase" step within your loop? If not, is there another reason why you would expect a loop iteration to count as a testcase? Thanks, Mike Re: Integrate ReadyAPI - Soapui Pro with Allure Reporting Question from SmartBear here. Please provide more information if you're experienced with Allure reporting: - what's the expectation for "Behavior" section? In documentation I gather it applies to BDD scenarios. Would you still expect information in "Suites" and "Behavior" section to be rendered the same? Thanks in advance, Mike Giller SoapUI Pro product o wner Re: testrunner flag to specify which tags to ignore in test runs - Status changed to: Implemented In the latest release of ReadyAPI v2.6, we relase the feature of adding logical operators for tags. Please see https://support.smartbear.com/readyapi/docs/soapui/running/automating/cli.html Re: The capability to abort entire test execution through groovy Have you tried the following code: testRunner.cancel( "I'm getting tired" ) if you want to fail it use testRunner.fail( "It didn't work" ) Re: Make it possible to stop groovy script execution - Status changed to: New Idea Have you tried the following code: testRunner.cancel( "I'm getting tired" ) if you want to fail it use testRunner.fail( "It didn't work" ) Re: Intellisense on custom groovy library - Status changed to: Implemented We arecontinuously working on improving intellisense / code-completion. However, in last v2.4 release we implemented a preference that can load custom Java JARs that should be available in the drop down: File > Preferences > ReadyAPI tab > Custom Java Libraries (requires restart) Hopefully this meets your needs Re: Filter/search for request when adding new REST request to test case - Status changed to: Implemented HiJustinM89 Try the latest ReadyAPI v2.4 (https://support.smartbear.com/downloads/readyapi/) We added search functionality to adding a step there Re: JDBC test steps. Unable to clone Assertions. Hiawit Please try latest v2.4 (https://support.smartbear.com/downloads/readyapi/). We've added a number ofclone actions to assertions in JDBC test step Re: Improvements to the Get Data dialog Hi micgar, Thank you for all the suggested ideas. Can you try the latest ReadyAPI (link). At least the last point of saving Get Data window on close of window should now be implemented