Forum Discussion
rmoore_1
15 years agoNew Contributor
Hi,
I am having a similiar issue with NameMapping when recording tests. Everything was working as intended when recording scripts,
but for some reason now it maps objects such as a form as WindowsForms10.Window.8.app.0.378734a which used to map to an
object named frmMain. The .NET Open Application Support plug-in is installed. Here is some additional information:
1. Increased the Method Invoke timeout from 3000 to 6000. This had no effect.
2. I am using TestComplete 7.52.678.7
3. The tested application is compiled for a 32-bit (x86 platform)
4. The tested application is launched after TestComplete is launched. It's not run under a different account. In the script, I
use the line: Call TestedApps.AppName.Run()
5. The application under test is located on the local machine.
6. In the Process Filter, the filter mode is set as Use only tested applications and the application's process is listed under the process list.
7. There is no abnormal termination of TestComplete or restarting of the tested application.
8. The application under test uses standard .NET controls.
9. In the object browser, I do not see AppDomain(...) objects, however, I believe that the application is recognized as an open application.