Test Class |
openfuture.bugbase.test.addbugreport.ClientTest
|
Description |
This test case checks, if mandatory attributes are treated
correctly by the
client.
All tests follow the same scheme:
- Create a bug report.
- Login as normal user.
- Try to add
the bug report.
- Check the result.
is removed.
- If the adding succeeded, login as
admin user
and remove bug report.
|
Parameters |
see super class:
BusinessTestCase
|
Test type |
|
Setup |
see super class:
BusinessTestCase
|
Tests |
- Complete bug report.
- Missing project.
- Missing title.
- Missing package name.
- Missing error level.
- Missing user group.
|
Tear down |
see super class:
BusinessTestCase
|