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 ヘルプで説明されているようにすべてを実行しました。