Datasource Loop randomizing data and using datasink to export to excel
Hello
I currently have a DataSink set up that is exporting my Rest step to excel but not exactly as I am wanting it to. We do each POST using random data, we need to create a row in the excel file for that data that we used... so we can go back later and look it up. I have a DataSource Loop set up for each Rest step because I need it to loop back and pull a new number after each step. Unfortunately, my DataSink seems to be exporting the information from the first pass and nothing else.
Is there a way I can get the DataSink to look at each Datasource loop differently?
IE
ID# and phone #
Loop
ID# and Fax #
Loop
ID# email
Loop
instead of
ID#, phone #, Fax #, email
I also need this to run onto multiple times and the entire TestCase to repeat onto a new sheet each time it starts over.
Thanks in advance for any help you may provide.