From the hybrid framework, for result col in xls:
In suite execution file if i use below script, I do not receive accurate results for second test cases
resultColName="Result_"&testRepeatNum
makeResultCol resultColName
How can I rectify this issue?
I get accurate results but the results for second test cases are in a same cols as first one.
resultColName=currentTestCase&"_"&testRepeatNum
makeResultCol resultColName
Instructor
Ashish Thakur Replied on 26/02/2019
it measn that In this case you are not updaitng the sheet name