Best Practices
Auth
Authentication Support for QA.tech
QA.tech supports most common authentication setups. If your preferred authentication method isn’t listed below, let us know, and we’ll consider adding it to our roadmap.
Supported Authentication Methods
- Username and password
- Email and password
- OTP (One-Time Password) via email
- Two-Factor Authentication (2FA) with authenticator codes
Unsupported Authentication Methods
BankID
Unfortunately, BankID does not offer straightforward methods for testing authentication logic in a controlled environment. This limitation often requires implementing custom exceptions or workarounds to enable effective testing.
One approach is to adjust the BankID sign-in flow in your testing environment. For example:
This setup allows you to simulate the BankID login process during tests by bypassing the actual authentication request while maintaining realistic interaction with the UI.