Location
|
We distinguish between client side and
server side tests. Both tests can be executed
with a JUnit TestRunner. Client
side tests require the test framework only on the client side,
while server side tests require it also on the server.
|
Access
|
Some tests use only read access to Bug Base,
while tests with write access modify Bug
Base. Tests with write access, that will not clean up completely
after their execution, will be marked as modify
access.
|
Usage
|
All tests should be used during development. A
subset of these tests may also be used in a
production environment, since they do not
compromise the production data.
|
Concurrency
|
May several instances of this test run concurrently?
|