Running different tests on Multiple Machines
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2010
09:37 PM
05-26-2010
09:37 PM
Running different tests on Multiple Machines
Hi,
I was wondering how do people go about running different Tests (at the same time, e.g Overnight) on multiple machines?
for example we have:
System 1 running TestA
System 2 running TestB
System 3 running TestC
We would like to increase the number of systems running different tests but don't really want to have full systems if we don't need to..
(Mouse, Keyboard, Monitor takes up too much space! : ) & our test can take a few hours to run!
how do people do this...?
kindest regards
Kay
I was wondering how do people go about running different Tests (at the same time, e.g Overnight) on multiple machines?
for example we have:
System 1 running TestA
System 2 running TestB
System 3 running TestC
We would like to increase the number of systems running different tests but don't really want to have full systems if we don't need to..
(Mouse, Keyboard, Monitor takes up too much space! : ) & our test can take a few hours to run!
how do people do this...?
kindest regards
Kay
Kay Chamberlain
Leica Microsystems Cambridge Ltd
Leica Microsystems Cambridge Ltd
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2010
10:51 PM
05-31-2010
10:51 PM
Hi Kay,
You can launch your tests in different rdp sessions simultaneously via command line.
You will just have to create a batch file for this and place it on schedule (e.g. in task scheduler).
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2010
06:24 AM
06-01-2010
06:24 AM
We use several VM images to accomplish exactly this.
Each VM connects to a network drive where TestComplete project sources are located. We use Windows Scheduler to launch the test automatically. I have written WScript to launch TestExecute as needed.
VMs also revert back daily, so we can restart the test with fresh OS the next day. This works well testing the daily build of our software.
Each VM connects to a network drive where TestComplete project sources are located. We use Windows Scheduler to launch the test automatically. I have written WScript to launch TestExecute as needed.
VMs also revert back daily, so we can restart the test with fresh OS the next day. This works well testing the daily build of our software.
