In automation projects, the scripts deal with various user IDs and passwords, be it application credentials or other similar things, and in many cases, the automation scripts are maintained by multiple people/teams. In such situations, encrypted data is used to prevent exposure of original data unnecessarily.
To encrypt critical data using Qualitia:
Qualitia provides two approaches to encrypt data:
I. Using Environment Variable screen:
1. Go to Setting > Environment Variable.
2. Enter the critical data using ENCRYPT(...) token and move out from the cell.
Post encryption, the data reflects as under:
II. Using Development Screen:
...