diff --git a/utilities/acceptance-tests/suites/OntologyManagement/AddOntology.html b/utilities/acceptance-tests/suites/OntologyManagement/AddOntology.html
new file mode 100644
index 00000000..4e92463e
--- /dev/null
+++ b/utilities/acceptance-tests/suites/OntologyManagement/AddOntology.html
@@ -0,0 +1,205 @@
+
+
+
+
+
+
+AddOntology
+
+
+
+
+
+AddOntology |
+
+
+ comment |
+
+ |
+
+
+ open |
+ /vivo/ |
+ |
+
+
+ assertTitle |
+ VIVO |
+ |
+
+
+ comment |
+
+ |
+
+
+ clickAndWait |
+ link=Log in |
+ |
+
+
+ assertTitle |
+ VIVO Site Administration |
+ |
+
+
+ comment |
+
+ |
+
+
+ type |
+ username |
+ testAdmin |
+
+
+ type |
+ password |
+ Password |
+
+
+ clickAndWait |
+ loginSubmitMode |
+ |
+
+
+ assertTitle |
+ VIVO Site Administration |
+ |
+
+
+ comment |
+
+ |
+
+
+ clickAndWait |
+ link=Ontology list |
+ |
+
+
+ assertTitle |
+ Ontologies |
+ |
+
+
+ comment |
+
+ |
+
+
+ verifyTextNotPresent |
+ SWRC |
+ |
+
+
+ clickAndWait |
+ //input[@value='Add new ontology'] |
+ |
+
+
+ assertTitle |
+ Ontology Editing Form |
+ |
+
+
+ comment |
+
+ |
+
+
+ type |
+ Name |
+ SWRC |
+
+
+ type |
+ URI |
+ http://swrc.ontoware.org/ontology |
+
+
+ type |
+ Prefix |
+ swrc |
+
+
+ clickAndWait |
+ primaryAction |
+ |
+
+
+ assertTitle |
+ Ontology Control Panel |
+ |
+
+
+ comment |
+
+ |
+
+
+ verifyTextPresent |
+ SWRC |
+ |
+
+
+ verifyTextPresent |
+ http://swrc.ontoware.org/ontology# |
+ |
+
+
+ verifyTextPresent |
+ swrc |
+ |
+
+
+ clickAndWait |
+ //input[@value='Show All Ontologies'] |
+ |
+
+
+ assertTitle |
+ Ontologies |
+ |
+
+
+ verifyTextPresent |
+ SWRC |
+ |
+
+
+ comment |
+
+ |
+
+
+ clickAndWait |
+ link=Log out |
+ |
+
+
+ assertTitle |
+ VIVO |
+ |
+
+
+
+
+
diff --git a/utilities/acceptance-tests/suites/OntologyManagement/DeleteOntology.html b/utilities/acceptance-tests/suites/OntologyManagement/DeleteOntology.html
new file mode 100644
index 00000000..01679461
--- /dev/null
+++ b/utilities/acceptance-tests/suites/OntologyManagement/DeleteOntology.html
@@ -0,0 +1,185 @@
+
+
+
+
+
+
+DeleteOntology
+
+
+
+
+
+DeleteOntology |
+
+
+ comment |
+
+ |
+
+
+ open |
+ /vivo/ |
+ |
+
+
+ assertTitle |
+ VIVO |
+ |
+
+
+ comment |
+
+ |
+
+
+ clickAndWait |
+ link=Log in |
+ |
+
+
+ assertTitle |
+ VIVO Site Administration |
+ |
+
+
+ comment |
+
+ |
+
+
+ type |
+ username |
+ testAdmin |
+
+
+ type |
+ password |
+ Password |
+
+
+ clickAndWait |
+ loginSubmitMode |
+ |
+
+
+ assertTitle |
+ VIVO Site Administration |
+ |
+
+
+ comment |
+
+ |
+
+
+ clickAndWait |
+ link=Ontology list |
+ |
+
+
+ assertTitle |
+ Ontologies |
+ |
+
+
+ comment |
+
+ |
+
+
+ verifyTextPresent |
+ SWRC |
+ |
+
+
+ clickAndWait |
+ link=SWRC |
+ |
+
+
+ assertTitle |
+ Ontology Control Panel |
+ |
+
+
+ clickAndWait |
+ //input[@value='Edit SWRC'] |
+ |
+
+
+ assertTitle |
+ Ontology Editing Form |
+ |
+
+
+ comment |
+
+ |
+
+
+ click |
+ _delete |
+ |
+
+
+ assertConfirmation |
+ Are you SURE you want to delete this record? If in doubt, CANCEL. |
+ |
+
+
+ waitForPageToLoad |
+ 5000 |
+ |
+
+
+ assertTitle |
+ Ontologies |
+ |
+
+
+ comment |
+
+ |
+
+
+ verifyTextNotPresent |
+ SWRC |
+ |
+
+
+ comment |
+
+ |
+
+
+ clickAndWait |
+ link=Log out |
+ |
+
+
+ assertTitle |
+ VIVO |
+ |
+
+
+
+
+
diff --git a/utilities/acceptance-tests/suites/OntologyManagement/Suite.html b/utilities/acceptance-tests/suites/OntologyManagement/Suite.html
new file mode 100644
index 00000000..4d2dec99
--- /dev/null
+++ b/utilities/acceptance-tests/suites/OntologyManagement/Suite.html
@@ -0,0 +1,15 @@
+
+
+
+
+
+ Test Suite
+
+
+
+
+