Silent install of Testexecute with credentials
So i have my VM hosting my agents and testexecute which is running my automated UI tests.
Right now i use a script to install Testexecute using -SilentInstall -SLM.
However i am still required to log to the VM after the install to manually enter the credentials of my account in order to use TE in my tests.
This is rather inconvenient since the way my VM are structure, i could rollback to a checkpoint previous to the TE installation to perform certain maintenance on the VM and then reinstall TE.
So i was hoping if there was a way to silently install TE and provide the credentials to use?
Thank you.
Unfortunately there is no option to pass credentials at installation https://support.smartbear.com/testexecute/docs/general-info/installing/installing-in-silent-mode.html#CommandLineArguments however, you can solve the issue differently by passing access at execution time.
I am assuming that you have an ID based license.
1. Login to the License Management Portal and copy your access key https://support.smartbear.com/administration/docs/en/smartbear-license-management/work-with-smartbear-license-management/license-management-for-license-users.html#access-key
2. Specify the access key in TestExecute command line https://support.smartbear.com/testcomplete/docs/licensing/id-based/automated-builds.html
https://support.smartbear.com/testexecute/docs/running/automating/command-line/command-line.htmlP.S. if you like a post click like, and if it solves your issue mark it as a solution.