batch_test.pl -d . -t XXX.run
 {endcode}
 
+{section: Set Up Option 2 - using either condor_tests.zip or}
 
 
-{section: Testing 2}
-
-1: Another way to do this is to first have a fully working HTCondor on a PC from the msi.
-
-1: Have cygwin and condor in your windows PATH envrionment variable. Mine has c:\bin\;C:\condor\bin\ added
-1: Download a valid windows build result tar ball which contains release rpm,
-test programs compiled for windows and all needed perl modules and scripts.
-1: Stop HTCondor. First do condor_off -master in a cygwin window and then using task manager kill the keyboard daemon.
-1: Take the release zip file and extract it on top of your HTCondor install after making sure all of HTCondor is completely stopped
-1: Pick a location for testing( I have /condor /condor_tests and /condor_examples.
-1: Place condor_tests from build result tar to desired location
-1: Place condor_examples next to it
-1: If you want to stress test, edit condor_config.local in /condor
-to have NUM_CPUS = somegreaternumberthencores
-1: Restart your system to get HTCondor running with new binaries.
-1: open a cygwin windows and test basic commands like codnor_q and condor_status.
-1. Open a cygwin shell and go to condor_tests
-1: Enter "./batch_tests.pl -b -d .
-1: wait
+1: you still want to have a fully installed HTCondor from the msi with the path to the release binaries in the system path.
+1: A Unzip condor_tests.zip to some folder and in that folder run the batch_test.pl command above.
+1: B Go to http://submit-3.batlab.org/results/continuous.php
+1: Choose a suitable build. master will be the next devleoper release or V8_[2,4] for the latest stable build. Under each platform are two color coded boxes. The one on the left under any platform will take you to the builds of all the platforms.
+1: Under the windows 8 build steps will be a remote_post step. If green
+click on it and get the file "results.tar.gz".
+1: Choose where your testing location will be and place only the "condor_examples" and "condor_tests" folders. These are complete with all you need for testing
+1: Go into that condor_tests folder and run the batch_test.pl command above
 
 
 {section: Results}
 
-{code}
-249 successful, 34 failed
-{endcode}
-
-Additionally the file failed_tests will contain the list of
-tests which had a non-zero return code meaning they failed.
-The file successful_tests will list the passing tests which
-had a return value of zero
-
-
-Or, to run a single test:
-
-  ./batch_test.pl -d . -b -t cmd_q_shows-name
-
-Where =cmd_q_shows-name= can be any of the tests in the test suite.
-
-If you wish to stress test:
-
-./batch_test.pl -b -d . -e 6   { run 6 tests at a time }
+batch_test.pl runs a single test currently