Hi All
We are using Devtest Version 10.2.4 and facing issue with password encryption.
We have created a config file and defined the Username and Password properties in that config file.
When we are passing the Password property in the rest call without any encryption then the services are working as expected, but when we are passing the Password property by checking the encryption checkbox in config while then the user authentication is failing.
Please suggest a work around how we can encrypt the password and use it.
Name of Property : {{Password}}
Name of property when encrypted : {{Password_enc}}
Tried passing both the properties, but after checking the encryption checkbox the authentication is failing
Thanks and Regards
Yugain Sharma
Hi,
How do you use the {{Password}} property or {{Password_enc}} property in your test case?
Do you use the REST step with these properties?
Could you please create a test case which include only "Output log Message step" and insert the message like:
"Provide logging info here. Use of properties is fine in {{Password}} {{Password_enc}} notation."
and run by using ITR?
What is the result of this step?
In my case, I defined Password as "Tsuji" and enciprted in the project.config file.
And in the test case which has only "Output log Message step", I got:
Provide logging info here. Use of properties is fine in Tsuji l40cf5eefe82c9d8c1398a3d078e4049fd1625d42b6b3ca2ccc24cdd8edef05716951170bc9 notation.
Thank you,