Facing an issue while running DevTest with Ant when Value is encrypted in Project.config, below are the details:
If project.config has key "Password" and have encrypted the value. If using "Password" as parameterized, value in any step, and if running in ITR / Stage the test / suite works fine.
But when running using Ant, the "Password" is not getting replaced with the value, and if using "Password_enc" the encrypted value will be sent to the target which is causing issue.
All supported DevTest releases.
N/A
Issue resolved by changing JDK jre from other installed path to DevTest JRE path in environment variable.