Articles Tagged 'password'

Articles
How to Use GitHub Secrets in Rapise Tests

Learn the three-step process to securely store credentials in GitHub, inject them into your CI/CD workflow as environment variables, and access them during Rapise test execution.

How to disable password manager leak detection in Chrome

Test accounts frequently utilize weak passwords. Chrome's built-in password leak detection can flag these, resulting in warning dialogs that interrupt testing and lead to test failures. Refer to this article for instructions on disabling password leak detection in Chrome.

Generating OTP Passwords

Many applications require users to enter one-time passwords to login. In this article we describe how to implement OTP generator in Rapise.