Forum Discussion
Hi,
We also upgraded scripts recently. We did not face any such issues. Can you give the following info.
1. Have you checked MSAA in default project properties.
2. What is the OS and Bit.
3. Does the app require any Admin access?
4. Command used to invoke scripts .
5. Version of TC.
1. Have you checked MSAA in default project properties. -- Same settings as Tescomplete 10.3
2. What is the OS and Bit. -- Windows 7 enterprise 64 bit
3. Does the app require any Admin access? -- not required
4. Command used to invoke scripts .-- Written code in Java Script.
Aliases.RefreshMappingInfo();
sProcStatus=eval(sActionName+"(oDataDict, oUserDict)"); this is the call for function
5. Version of TC. --11.20.1491.7
- TanyaYatskovska10 years ago
Alumni
- hema_dasari10 years agoOccasional Contributor
Yes, I am using TestedApp .
- TanyaYatskovska10 years ago
Alumni
Hi Hema_dasari,
I suppose the issue is related to the fact that TestComplete and your tested app are run under different user accounts. Please launch TestComplete by right-clicking the product executable file and selecting “Run as Administrator” from the context menu. After that go to the TestedApp editor and try running the application from there (you can also try specifying different accounts).