79388712

Date: 2025-01-26 14:56:03
Score: 1.5
Natty:
Report link

To securely handle passwords in your test code:

Environment Variables: Store passwords in environment variables and access them in the code.

GitHub Secrets: Use GitHub Secrets for securely managing passwords in repositories.

Config Files : Use a .env file and add it to .gitignore to prevent it from being committed.

Try practicing interview questions at https://www.hireview.net. It could be helpful

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: SM K