Forum Discussion

rvk_vit's avatar
rvk_vit
New Contributor
5 years ago
Solved

Desktop Application automation

There is a desktop application which i am automating. Situation is like that if i open test complete as run as administrator then only objects get identified and script gets recorded but if i open it...
  • AlexKaras's avatar
    5 years ago

    Hi,

     

    It sounds like your tested application is always starts with administrative privileges. Can you check this?

    TestComplete must be started with the same or higher level of privileges to be able to access other application's internals.

    This is OS but not TestComplete-specific requirement...

     

  • tristaanogre's avatar
    5 years ago

    There are many situations where TestComplete/TestExecute needs to be run as adminstrator in order to properly identify objects. This is especially the case when the application being tested also is run with administrator privilege. This should not be a problem when you run the tests in batch.  You just need to make sure that when you run your batch of tests, whatever tool you're using to launch it is launching TC with adminsitrator access.