Hi everyone,
Since yesterday, i’m trying to create a framework dedicated to non regression testing.
I want to read an excel file in my setup workflow (from my execution template) and bulk all the data to a specific test data queue.
Everything seems to work - but then, when my test case is finally running - when i try to loop from my data source, I loop a single time and the item isnt consumed.
This is my setup sequence
(I changed nothing from my execution template)
My test case is very simple, i only put a log message because i wanted to log every items i would loop through.
After my execution i got this :
(my datatable got 3 rows)
I tried multiple things that worked, but i really want to know why this one doesn’t because - once again - my plan is to build a template that read an excel file, push the data to an existing queue and consume all of it
Thanks a lot !


