Hi @Anil_G,
Thank you for your response.
I had a doubt, but I tried and as I expected it doesn’t work.
From what I understood, one execution equals one result.
When we put data by adding data through ‘Add Test Data’ then run with all the variant data, we got multiple rows in Test Suite because they were multiple execution with a single run.
If we loop through an datatable or a queue, we still go through a single execution, that’s why we got a single test result (that contains all the rows we loop’d through).
I tried a lot of thing and I wonder if it’s possible to still have the same result as mention before (in production).


