Test Class |
openfuture.bugbase.test.bugreports.ViewBugReportsTestCase
|
Description |
This test case checks, if users may view only bug reports from
groups they belong to.
|
Parameters |
see super class:
BusinessTestCase
|
Test type |
|
Setup |
- super.setUp()
- Login as normal user and submit a new bug
report for the group users.
- Login as admin user and submit a new bug
report for the group admin.
|
Tests |
- Access to the users bug report as normal
using the
BugBaseServletClient.
- Access to the admin bug report as normal
using the
BugBaseServletClient.
- Access to the users bug report as normal
using the JSPs.
- Access to the admin bug report as normal
using the JSPs.
|
Tear down |
|