У меня проблема с запуском режима RunAs в TestComplete7.Я использую:
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.