AlexKaras
6 years agoCommunity Hero
Re: Desktop Application automation
Hi,
You just need to start TestComplete/TestExecute with proper permissions. How to do this depends on how you start the tool. For example, you may create a shortcut with the Run Application As Administrator option set and use this shortcut to start the tool manually.
You may use RunAs OS command to start the tool with elevated permissions from batch file.
PowerShell also has a flag to start process with elevated permissions (do not remember it by heart).
It is possible that CI tool that you are using also has similair functionality.