08-05-2024 07:33 AM
Whenever i launch test stand sequence editor, test stand will pop up login window with username as administrator and empty Password. I need to select ok, and then it launches. Can we disable this login prompt? I am currently trying to automate a sequence call and this pop up is troubling me. Any help would be appreciated.
Solved! Go to Solution.
08-05-2024 07:44 AM
The TestStand Engine always needs a user context.
You can use the windows user for log on (provided it is added as a user with the according privileges)
What do you mean by automating sequence call? Are you calling TestStand via API to run sequences?
08-12-2024 02:14 AM
Thanks for the response. Updating station option helped me to skip the prompt.
Basically, I am calling 'TestExec.exe' with sequence name as argument. Its working fine now.