Test Class |
openfuture.bugbase.test.bugreports.EditBugReportTestCase
|
Description |
This test case checks the editing process of existing bug reports.
|
Parameters |
see super class:
BusinessTestCase
|
Test type |
|
Setup |
see super class:
BusinessTestCase
|
Tests |
All tasks follow the same pattern:
- Call
<context>/getBugReport.do?action=edit&id=<normalReportID>
- Login in as the given user.
- If the login succeeds, make the desired
modifications.
- Submit the changes.
- Load the report again using the
BugBaseServletClient
and verify, that the modification
has been saved correctly.
The following tasks are tested:
- Editing the description as doctor user
- Editing the title as doctor user
- Try to edit a bug report as normal
user. This is expected to fail.
|
Tear down |
see super class:
BusinessTestCase
|