1: Copy Condor.PM, CondorUtils.pm, CondorTest.pm, CondorPersonal.pm and batch_tests.plfrom condor_scripts to your condor testing location
 1: Place condor_examples(from clone) in the same folder as your selected
 1: Copy all of the built tests contents to your selected condor testing locationtesting location
-1: After the BLD_TESTS step of the build, depending on kind of build you need to fetch , at a minimum, the build exe files for tests and copy them to your condor_testing location. In my case since I do a debug build in c:\condor_localbuild, these files are located in c:\condor_localbuild\src\condor_tests\RelWithDebInfo
+1: After the BLD_TESTS step of the build, depending on kind of build, you need to fetch , at a minimum, the build exe files for tests and copy them to your condor_testing location. In my case since I do a debug build in c:\condor_localbuild, these files are located in c:\condor_localbuild\src\condor_tests\RelWithDebInfo
+{endcode}
+
+You should now be able to run single tests in the testing location you chose
+for test XXX.run:
+
+{code}
+batch_test.pl -d . -t XXX.run
 {endcode}