Hi All. Our organization is using Katalon Studio Enterprise Version (most recent build).
Our erp is based in google cloud and requires authentication.
When we run our Katalon scripts (including our logins to the system), google identifies this login attempt as “not from a human being” and stops the script from proceeding further.
Needless to say, if google is stopping katalon how are we to proceed in using this tool to execute our automation tests against our cloud based applications?
Our Infrastructure team has some ideas but before we go off doing work i thought i should ask if anyone else is having this issue and if any of the following ideas worked for you.
- Inject a http header into the request going towards the application to get around the google authentication?
- Will connecting to a VM (containing Katalon) make any difference?
- Creating an offline token (OAUTH) to access the resource and pass the token?
Of course google has rules about bypassing the prompt and its not recommended for obvious security reasons.
Has anyone tried any of the above?
Thanks for your feedback. Any questions please fire away.