I have an application that lives on a Windows 2008 Terminal Server. Is there a way I can simulate a bunch of users, 100 for example, logging into the server, and then launching an executable?
The executable that will be launched is actually a test script that will handle starting the actual application and running through the test scenarios, so I only need the executable launched.
What options do I have available for doing this?