我在 TestComplete7 中运行 RunAs 模式时遇到问题。我用:
var p = TestedApps.MyApp.RunAs("domain", "user", "password");
但没有成功。
我收到此错误:
**************************************************
Unable to run "MyApp" under the Domain\User account.
Make sure that the password and other parameters are valid and you have sufficient rights to run processes under another user account.
**************************************************
我正在管理员模式下运行 TestComplete,并且我已经按照 TestComplete 帮助中的说明完成了所有操作。