Because I am conducting the same test checks (checking if the OK button works) on 20 forms in the same application. Building 20 separate test cases will not be ideal as it requires much development work. In my current test case, I’m using a for loop to complete the 20 test checks, by making the form url dynamic. Is there a recommended solution design for such repetitive test cases?