Pausing Katalon for manual entry of username/password

Hi,

Our team needs to manually enter username/passwords after Katalon opens the browser. Is there a way to pause Katalon after opening the browser in order to enter username/password and then continue with the tests after logging in?

Thanks

WebUI.delay(number-of-seconds)

(I wish someone in the @Katalon Team would fix the edit button!)

@Scott williams

I don’t know your testing philosophy, but the code I posted above will delay the test for the period of seconds you choose. However, typically, it’s not an ideal way to automate and test a web app. Introducing a human element introduces a “variable” which is not under test control. But maybe that’s what you want…

Russ

2 Likes