For Loop in Katalon to count multiple test cases

Hello,

I have a test case that is looping 400+ times to test different inputs from excel spreadsheet for my Web testing. Is it possible when It loops every time it counts as a new test case so I can record all the loop as a new test case and I can have test result for each loop instead of having one big set case?

@patelbhavik89 Katalon support Data-driven using two approaches, either using Loop statement in Test Cases or Test Suite data binding.

In Test Suite approach each row is considered as an Testcase. i.e. if you have 400 rows then it is considered as 400 TC’s.

Check the below article for details:

After I attach my test data file, I don’t see anything coming up on below variable binding section.

@patelbhavik89 Please check this video