Automated Testing
From OpenSimulator
(Difference between revisions)
(→Testing Objectives) |
(→Summary) |
||
Line 3: | Line 3: | ||
= Summary = | = Summary = | ||
+ | To properly test OpenSim, we will need to address a number of objectives: | ||
+ | |||
+ | * Crossplatform Support | ||
+ | * Build Stability | ||
+ | * Code Test | ||
+ | * Code Performance | ||
+ | * Runtime Performance | ||
+ | * Code Style | ||
+ | * Web site results | ||
+ | |||
+ | We will be using a number of in-house technologies as well as 3rd party (NUnit, Nant, etc.) to address our challenges. We will strive to maintain all our testing tools in a package that any one can use on any computers with any operating system. For convience, a centralized site for this testing information on opensim will be created on http://testing.ambientunion.com . | ||
= People = | = People = |
Revision as of 10:25, 9 January 2008
Contents |
Goal
To create a system of automatic building, testing, and simulation for OpenSim.
Summary
To properly test OpenSim, we will need to address a number of objectives:
- Crossplatform Support
- Build Stability
- Code Test
- Code Performance
- Runtime Performance
- Code Style
- Web site results
We will be using a number of in-house technologies as well as 3rd party (NUnit, Nant, etc.) to address our challenges. We will strive to maintain all our testing tools in a package that any one can use on any computers with any operating system. For convience, a centralized site for this testing information on opensim will be created on http://testing.ambientunion.com .
People
- Daedius Moskvitch ( daedius @@@@ daedius.com)