diff --git a/doc/test_bvt.php b/doc/test_bvt.php
new file mode 100644
index 0000000000..3d561e1358
--- /dev/null
+++ b/doc/test_bvt.php
@@ -0,0 +1,31 @@
+Build Verification Tests
+
Build verification tests are used to determine if a particular release
+of software is even worth passing off to the Alpha group for further testing.
+
+They are not meant to be a comprehensive set of tests, just merely a set of
+tests to determine if a build is good enough for further testing.
+
+The following list of tests is meant for the single-user installation scenario:
+
+- Attach to a project.
+
- Schedule an RPC to the project server requesting results to process.
+
- Download the project executable and support files.
+
- Download a result and support files.
+
- Begin execution of the project executable using the retrieved result and support files.
+
- Complete a result and upload the resulting file(s) of the result execution.
+
- Accept the update GUI RPC to tell the client to report the completed result to the scheduler.
+
- Server Scheduler Exponential Back-off on connection failure.
+
- File download Exponential Back-off on transient connection failure.
+
- Server Scheduler Back-off with a requested value.
+
- Server Scheduler error message reported to client.
+
- File download resumes after back-off completes.
+
- File upload resumes after back-off completes.
+
+
+";
+page_tail();
+?>