From ed4710eda054d1054d87c233af2b7ce6bd4b15fd Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 11 Mar 2008 20:43:08 +0000 Subject: added early readme --- OpenSim/TestSuite/README.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 OpenSim/TestSuite/README.txt (limited to 'OpenSim') diff --git a/OpenSim/TestSuite/README.txt b/OpenSim/TestSuite/README.txt new file mode 100644 index 0000000..cdfa4a7 --- /dev/null +++ b/OpenSim/TestSuite/README.txt @@ -0,0 +1,25 @@ +OpenSim Test Suite +------------------------------------------------------------ + +The eventual goal of the OpenSim Test Suite is to provide a framework +and a set of tests to do system level regression testing of OpenSim. +In short: + +OpenSim Test Suite will have Test Modules (Mono Addins?) that will +verify certain paths in the code. Some early modules may be (subject +to change): + + * Login Tests + - Attempt to Log in 1, 5, 20 bots. + * Basic Walk Tests + - Attempt to Log in and move about in well known tracks + - Repeat with 5, 20 bots + * Basic Construct Tests + - Construct Simple Objects in World + - Ensure bots can see other objects constructed + * Basic Asset Tests + - Construct Simple Objects in World with Textures + - Pull Objects and Textures + + + \ No newline at end of file -- cgit v1.1