That way I don’t need to login my test user every time I run the test. In addition, the site requires one time pin so every login requires a unique pin.
Pls check the below threads,
I have made a GitHub project to develop and distribute the webdriverfactory-all.jar
Problem to solve
Original question
A post in the Katalon Forum Run Automation in the Active browser raised an interesting question. The originator aguggella gave us a good explanation what his/her problem is. I would quote the paragraphs with a bit of rewording:
I have Salesforce application which will send OTP (one time password) to the client’s browser on the following occasions: (1) first time of loggin…
This tutorial is inspired by this question:
Katalon Studio automatically prompts a new browser with no cached data for every test execution. However, sometimes you need to have some types of default state, for example, to verify that an action is taken when a user logs in for the first time ever. This test scenario requires that a new browser must be opened with some cached data. This tutorial is aimed to demonstrate how to do this scenario in Katalon Studio.
This tutorial will guide you thr…
2 Likes