I created a TS with 15 TC. Data bound all the TC using the TS level data binding feature. Now I realise that the TS will run each TC for all the rows and then move the next TC.
I read through similar posts for this issue and see that the only option right now is to create a parent TC and then use the Call TC feature to call each of the TC in it. But if I do that then I cannot use the data binding feature. I will have to load the excel in code and set my variables to those values.
Just before I go ahead and do these changes I wanted to see if this is the only option or if there were any new features added so that
- Data iteration is now allowed to be set at Test Suite level
- Data Binding is now allowed at TC level
- Script code to set Data Iteration at TS level
TIA