rwhans007
11 years agoNew Contributor
ambiguous object
Hello, I am using TC 9.0 on a win2k3 machine (I know, a bit outdated). I am running into an ambiguous object. I know what uit means, but waht I do not understand is that it only happens once in a whil...
- 11 years agoBasically, you have 3 versions of ws32 process running and your alias/mapping does not specify an index like the full name you have listed. Test Complete does not know which process you want to work with. Specify an index or ensure that only one instance is running.
Sys.Process("ws32", 3).WinFormsObject("SystemLogin").WinFormsObject("username").Keys(appUser);
^
^
^
^