Solved
Forum Discussion
HimanshuTayal
8 years agoCommunity Hero
Hi mpartyka,
Yo can also try
def projectName = testRunner.testCase.testSuite.project.name
Thanks,
Himanshu Tayal
Try this:
def ProjectName= testRunner.testCase.testSuite.project.getName();
Hi mpartyka,
Yo can also try
def projectName = testRunner.testCase.testSuite.project.name
Thanks,
Himanshu Tayal