Completed
Last Updated: 14 Dec 2023 14:25 by ADMIN
ADMIN
Shtilianov
Created on: 12 Apr 2013 08:12
Type: Feature Request
2
Log data value during data-driven execution
Log the actual value in the step, not only on iteration start.

Basically the idea is to put the real value of the data driven variable in the log for each data driven test step.

For example at the moment we log:

'4/12/2013 11:07:13 AM' - 'Pass' : 2. Enter text 'test' in 'GbqfqText' - DataDriven: [$(Col1)]

Instead we should log:

'4/12/2013 11:07:13 AM' - 'Pass' : 2. Enter text 'test' in 'GbqfqText' - DataDriven: (Col1 = 1)

1 comment
Doug
Posted on: 01 Aug 2013 19:17
I like this idea. But to take it a step further, have it log the variable's value in place of 'test' like:
'4/12/2013 11:07:13 AM' - 'Pass' : 2. Enter text '1' in 'GbqfqText' - DataDriven: [$(Col1)]