Forum Discussion

roryLIT's avatar
roryLIT
Contributor
10 years ago
Solved

Get testcase name and testsuite name via property expansion?

Is it possible to get the TestCase name/TestSuite name in the TestCase/TestSuite properties section (not the Custom Properties section) via property expansion? Thanks
  • SiKing's avatar
    10 years ago
    ${=testRunner.testCase.name}
  • SiKing's avatar
    10 years ago
    You really should have a read through the documentation!
    ${=testRunner.testCase.testSuite.name}