Hanila
8 days agoOccasional Contributor
How to fully automate test complete UI test cases flow
I am running my test complete UI testcases via Azure dev ops pipe line.
I have set up self hosted aged which is required to run in interactive mode.
When I need to execute the pipeline, I need to manually RDP to my machine, run the agent. Even if I keep the agent running, I must be logged in to the machine till TsCon takes over the test session.
To automate this starting step, I have requested my network admin team to set up a user account that does not require entering a username or password to log in to the machine. That request is considered too risky (Even with a dedicated VM).
Has any one of you had this issue? If so, how did you resolve?