[n] in Sys.Process("foo",n) changes, how to map properly
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[n] in Sys.Process("foo",n) changes, how to map properly
I am working with an application (let's call it foo.exe).
Initially, name mapping had the FullName set to Sys.Process("foo",1).
Because I did an extensive review of TestComplete with SmartBear before purchase, I knew the '1' would change for whatever reason between invocations of my test scripts.
I remembered the fix was to use Sys.Process("foo",*) as the fix. However, I just ran my script and got a Sys.Process("foo",2) in my name map.
I'm working from memory of what I did, and this was a long time between product evaluations and the final installation ot TestComplete, so it's possible this wild card is not the way to do things. Has anyone else had this problem?
You might not like AI, but it doesn't care about you.
Solved! Go to Solution.
- Labels:
-
Name Mapping
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This may be of some help:
https://support.smartbear.com/screencasts/testcomplete/wildcard-dynamic-property-in-testcomplete
