Registration Testing

Hi,

I’m new to automated testing, so pardon me ahead of time. I’m looking to add some automated testing to our site’s registration page. I need a away to add a user and then delete it so I don’t encounter an error when attempting add the same user the next time the test runs. I’m guessing I’m not the first person to encounter this problem.

I’d like to continue using Katalon, what tools are available to circumvent this issue? What are the best practices for tests like these?

Brad

Hello ,
You can decode a csv file to include and delete data, or directly by adding the database to Catalon Studio.
The following article provides a detailed description.
https://docs.katalon.com/katalon-studio/docs/manage-test-data.html#create-an-excel-test-data
Good work.

1 Like