+ note on loading delegated admin policy
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index f0951ec..4821312 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -98,7 +98,9 @@
  mvn install -Dload.file=ldap/setup/FortressWebDemoUsers.xml
  ```
 
- Note: This step must be completed before tests can be successfully run.
+ Notes:
+  * This step must be completed before tests can be successfully run.
+  * The [DelegatedAdminManagerLoad](https://github.com/apache/directory-fortress-core/blob/master/ldap/setup/DelegatedAdminManagerLoad.xml) must also be loaded into LDAP, for base policy req's.
 
 ___________________________________________________________________________________
 ## SECTION 4. Test
diff --git a/README.md b/README.md
index 0426e40..35d8a9a 100644
--- a/README.md
+++ b/README.md
@@ -140,6 +140,10 @@
 mvn install -Dload.file=./src/main/resources/FortressWebDemoUsers.xml
 ```
 
+ Notes:
+  * This step must be completed before tests can be successfully run.
+  * The [DelegatedAdminManagerLoad](https://github.com/apache/directory-fortress-core/blob/master/ldap/setup/DelegatedAdminManagerLoad.xml) must also be loaded into LDAP, for base policy req's.
+
 ___________________________________________________________________________________
 ## SECTION 5. Deploy to Tomcat Server
 
@@ -221,6 +225,7 @@
  Note: These automated tests require that:
  * Either Firefox or Chrome installed to target machine.
  * **FORTRESS_CORE_HOME**/*FortressJUnitTest* successfully run.  This will load some test data to grind on.
+ * **FORTRESS_CORE_HOME**/./setup/ldap/*FortressJUnitTest* successfully run.  This will load some test data to grind on.
  * [FortressWebDemoUsers](./src/main/resources/FortressWebDemoUsers.xml) policy loaded into target LDAP server.
 
 ___________________________________________________________________________________