how do i loop a test case multiple times???
I think you reffer to either:
- Execute same test case for a list of different scenarios/links: https://docs.katalon.com/display/KD/Execute+a+test+suite
- Or the “Call Test Case” under Add: WebUI.callTestCase(findTestCase(…))
