ContributionsMost RecentMost LikesSolutionsRe: Smart Assertion Values capturing in Groovy This worked for me: log.info "////////////////////////////////////////////////////////" testRunner.testCase.testSteps.each { name,props -> log.info "Test step name: $name" // check that the testStep class support assertions // (for example groovy testStep doesn't) if(props.metaClass.respondsTo(props, "getAssertionList")) { // get assertionList props.getAssertionList().each { // display the assertion Label Name - assertion Status - assertion Error Message log.info " $it.label - $it.status - $it.errors" } } } log.info "////////////////////////////////////////////////////////" >>> If you find the above solution useful then please give Kudos/Like to this message <<< Re: Smart Assertion Values capturing in Groovy I want to capture the "Smart Assertion" response into a variable/property. Any ideas, how to achieve this! ready-api-license-manager jar file download Where can I download the previous versions and current version of "ready-api-license-manager" jar files? SLM Fixed or Floating In SLM World, When you login with your SmartBear ID then How do you know whether you are using Fixed or Floating License? What is displayed against the "License Type" in the Help --> License Manager window?