Class TestAdminMenuWebFragment

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.admin.TestAdminMenuWebFragment

public class TestAdminMenuWebFragment extends BaseJiraFuncTest
This test asserts that the links in the admin menu is available/unavailable under various conditions.

To test just the admin menu, this test case only uses users with permission to goto the administration section

To keep it simple, the test xml file only changed the group settings (and not any roles)

  • Constructor Details

    • TestAdminMenuWebFragment

      public TestAdminMenuWebFragment()
  • Method Details

    • testSystemAdminCanSeeAllAdminSections

      public void testSystemAdminCanSeeAllAdminSections()
    • testProjectAdminCanSeeProjectSectionOnly

      public void testProjectAdminCanSeeProjectSectionOnly()
    • testLoggedInRegularUsersCannotSeeAdminSections

      public void testLoggedInRegularUsersCannotSeeAdminSections()
    • testNotLoggedInUsersCannotSeeAdminSections

      public void testNotLoggedInUsersCannotSeeAdminSections()