public class TestEditIssue extends BaseJiraFuncTest
backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestEditIssue() |
Modifier and Type | Method and Description |
---|---|
void |
editIssueWithAddCommentsPermission()
Tests if the 'Comment' field is available with the 'Add Comments' permission removed.
|
void |
editIssueWithAssignPermission()
Tests if the user is able to specify an assignee with the 'Assign Issue' permission removed.
|
void |
editIssueWithEditPermission()
Tests if the 'Edit Issue' Link is available with the 'Edit Issue' permission removed.
|
void |
editIssueWithHiddenFields()
Makes the fields Components,Affects Versions and Fixed Versions hidden.
|
void |
editIssueWithInvalidDueDate() |
void |
editIssueWithModifyReporterPermission()
Tests if the 'Reporter' field is available with the 'Assign Issue' permission removed.
|
void |
editIssueWithoutSummary() |
void |
editIssueWithRequiredFields()
Makes the fields Components,Affects Versions and Fixed Versions required.
|
void |
editIssueWithSchedulePermission()
Tests if the 'Due Date' field is available with the 'Schedule Issue' permission removed
|
void |
editIssueWithTimeTracking()
Tests if the 'original estimate' field is available with time tracking activated and WITHOUT a previous original
estimate.
|
void |
setUp() |
void |
tearDown() |
void |
testEditClosedIssue()
Tests that the appropriate error message is displayed when a user tries to edit a closed issue.
|
void |
testEditIssueUnknownReporter() |
void |
testEditIssueWhileLoggedOut()
Tests that the appropriate error message is displayed when a user tries to edit an issue when logged out.
|
void |
testEditIssueWithCustomFieldsAndChangeValues()
Tests that edit issue removes all non-required field values
ie.
|
void |
testEditIssueWithCustomFieldsAndNoChanges()
Tests that edit issue does not make any changes if no values was actually changed.
|
void |
testEditIssueWithCustomFieldsAndRemoveValues()
Tests that edit issue removes all non-required field values
ie.
|
void |
testEditIssueWithEditPermissionManualNavigation()
Tests that the appropriate error message is displayed when a user tries to edit an issue without permission.
|
void |
testEditIssueWithInvalidMultiUserCustomField() |
void |
testEditIssueWithPermissionWhileLoggedOut() |
void |
testEditNewComponentAndIssueWithNoChanges()
Tests adding a new component, editing the issue with no changes and asserting
the issue has not changed.
|
void |
testEditWithCommentVisibility() |
void |
testUpdateIssueWithVersionCF() |
getAssertions, getBackdoor, getEnvironmentData, getTester
public void setUp()
public void tearDown()
public void testUpdateIssueWithVersionCF() throws Exception
Exception
public void testEditIssueUnknownReporter() throws Exception
Exception
public void editIssueWithoutSummary()
public void editIssueWithRequiredFields()
public void editIssueWithHiddenFields()
public void editIssueWithInvalidDueDate()
public void editIssueWithEditPermission()
public void editIssueWithSchedulePermission()
public void editIssueWithAssignPermission()
public void editIssueWithModifyReporterPermission()
public void editIssueWithAddCommentsPermission()
public void editIssueWithTimeTracking()
public void testEditClosedIssue()
public void testEditIssueWithEditPermissionManualNavigation()
public void testEditIssueWhileLoggedOut()
public void testEditIssueWithPermissionWhileLoggedOut()
public void testEditWithCommentVisibility()
public void testEditNewComponentAndIssueWithNoChanges()
public void testEditIssueWithCustomFieldsAndNoChanges()
public void testEditIssueWithCustomFieldsAndRemoveValues()
public void testEditIssueWithInvalidMultiUserCustomField()
public void testEditIssueWithCustomFieldsAndChangeValues()
Copyright © 2002-2022 Atlassian. All Rights Reserved.