AKarandjeff
14 years agoContributor
Any way to get around multiple processes for one executeable
Is there anyway to generically define a process so it's not indexed? For example, I am developing my TestComplete scripts in my local environment where I launch my application server locally (process 1 of javaw.exe) and then launch my java client executable (process 2 of javaw.exe). However, when I run in production, there will only be one javaw.exe process running. Is there anyway to generically define my executable, so TC is not seeking javaw process 2 vs. javaw process 1 and is just finding my application instance? I am converting from SQARobot, and this was not something that had to be cared for there. Thanks.