I cant open the browser for the tests anymore, since it checks the password forever.
The call below initiates the test:
WebUI.authenticate('https://h5vco-ux-int-dev.bgroup.com/...', '****', '****', 30, FailureHandling.OPTIONAL)
This exact test worked fine for weeks and now it suddenly cant even start, and even after like 10 minutes Katalon doesnt give any error message but stays in the same status:
10-03-2018 09:46:25 PM - [PASSED] - Browser is opened with url: ''10-03-2018 09:46:25 PM - [INFO] - Delaying browser in 1 second(s)10-03-2018 09:46:26 PM - [PASSED] - Delayed 1 second(s)10-03-2018 09:46:26 PM - [INFO] - Checking username10-03-2018 09:46:26 PM - [INFO] - Checking password
After that ‘checking password’ nothing happens, the site is permanently loading but without any result.
BUT: The same url can be opened manually in every browser just fine, without any problem. And as already mentioned the test worked yesterday and all the days before, too.
Any idea what could be the reason?
Only guess I have: Due to security reasons the JavaScript call ‘window.open()’ is blocked by the company for now. Can this be it? I dont know how Katalon opens th browsers…