Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
15 years ago

Getting testcase description via groovy

How can i get testcase description via groovy.

Thanks

Ali

1 Reply

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    testCase.description is the property, so if you are in a groovy script step you can use

    log.info testRunner.testCase.description

    regards,

    /Ole
    eviware.com