testhrishi
8 years agoFrequent Contributor
DataSink overwriting the same line on Excel
I have Datasink process overwritting on the same row for my Excel document for the proces which I am getting to loop 5 times using conditional goto.
In the logs I can see the all 3 steps inside my tests case are getting executed as expected, in which the last step is the datasink where I am writing the captured properties in a excel file.
Wonder what I need to do so that sink will write on new row each time the step gets executed?