Glenn_HalsteadOccasional Contributor17 years agoprogramatically get current TestStep name in Groovy StepHow can I get the current groovy TestStep name so I can log it like... def testStepName = "???" log.info ("TestCase: TestStep: " + testStepName + " finished OK")
Recent DiscussionsHow do I create a JSON file?SOAPUI 5.9.1 Still Includes Log4j 2.17.1 — When Will an Updated Version Be Released?20 years of SoapUI - Share your story
Related ContentHow to programatically create stuff?How to add TestItem programaticallyProgramatically export test run results to HTML using COM