Incorrect reporting in xls - Hybrid driven framework | QTP/UFT Forum
K
Karen Dantis Posted on 19/02/2019

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

 

     


A
Ashish Thakur Replied on 26/02/2019

it measn that In this case you are not updaitng the sheet name


Related Posts