Running Multiple process on Single system/Virtual Machine

Windows is actually pretty good in separating user sessions, so you shouldn’t encounter issues in most cases.
Things to look out for:

  • This will be a High-Density setup, so requires specific licenses for those
  • Application itself might have issues (depending on how it’s build). Rare, but happens
  • Be careful while using local files, as you might have a conflict between robots (first one will open and lock the file, second one will throw an error as it can’t access it)
  • Be extra careful with anything regarding KillProcess and similar activities, as you don’t want the robot to f.e. kill all iexplore processes (make sure you only take those from current session)

So basically it’s more a design consideration than a technical limitation.