Avoid constant variable names as: username, loginname, password etc.
Priority
Mandatory
Severity level
3
Description
Avoid the use of contant variable names as: username, loginname, password, credentials etc, instead obtain these via a user input action or read them from a (secured) file.
Rationale
For security reasons, it is discouraged to use hard-coded username and or password since this way they can be easily shared with others accidentally.