(After you have a test machine set up, you can replace the binaries with ones
 from the zip file release for HTCondor)
 
-{section: Testing}
+{section: Testing needs}
 
-On my laptop I have the MSI installed to c:\condor with my test location assembled in c:\condor_tests and examples in c:\condor_examples.
+On my laptop I have the MSI installed to c:\condor with my test location assembled in c:\condor_tests and condor_examples in c:\condor_examples.
 
 There are four things needed for testing on windows that need to be assembled
 
@@ -57,12 +57,18 @@
 
 {code}
 Add to the system PATH environment variable the location of the HTCondor binaries
-Secure the HTCondor source tar ball and extract it
-Bring down to a testing location of your choice:
+{endcode}
+
+{section: Set Up Option 1}
+
+1: Secure the HTCondor source tar ball and extract it if you do not have a git clone
+1: Bring down to a testing location of your choice as mentioned above
    condor_examples
    condor_scripts
    condor_tests
-Copy *.pm and batch_test.pl from condor_scripts to condor_tests
+1: Copy *.pm and batch_test.pl from condor_scripts to your condor testing location
+1: Copy all of the built tests contents to your selected condor testing location
+1: Place condor_examples in the same folder as your selected testing location
 {endcode}