Forum Discussion

deanding's avatar
deanding
New Contributor
10 months ago

how to change test step name when save test results

Hi, I'm trying to save test result into a file with following scripts. def pName = context.currentStep.testCase.testSuite.project.name //get project name def pDate = new Date().format( 'yyyyMMdd' )...