How to loop in a test data file

Hello,

Could anyone help me how to proceed with looping in a test data file?
My scenario is as follows:

  • i need to test a web page with 3 different Users & Passwords

My data files contained 3 different Users/Passwords. Can any one help me ASAP on this please?

Hi Ziyaad,

You can refer to this link about test data
https://docs.katalon.com/katalon-studio/tutorials/data_driven_testing.html

Hope that helps. . . :slight_smile:

1 Like

Hi - you dont need to loop, the system will do that for you when you run it in a tests suite.

Just have a read of this
https://docs.katalon.com/katalon-studio/tutorials/data_driven_testing.html#prepare-the-data

1 Like

Hello, I already checked, it does not help me.

Can you give us a brief detail about your problem?

Basically i was working with the wrong solution whereby i was trying to used a for loop in the test case.
Now with your help i was able to solved it.

Thank you guys!

By the way, in my TestProfile which i created, can i stored variables for Users/Password in it?