Class TestBulkChangeIssues
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.bulk.TestBulkChangeIssues
-
Field Summary
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Goes to Step Choose Issues
and checks that the cancel button works properlyvoid
Goes to Step Confirmation Delete
and checks that the cancel button works properlyvoid
Includes the Current page and checks that ISSUE_ON_NEXT_PAGE is not included for bulk change, and that issues with the prefix PREFIX_ISSUE_ON_CURR_PG are in the same page.void
test to check each dynamic labels in each step.void
Tests if the correct Error message is displayed when clicking Next without any required fields completed for delete operationsvoid
adds a temporary project and a issue (since its new, it has no versions and components)
checks that in step Operation details, the version and component fields are not presentvoid
Tests if each side menu links are working correctlyvoid
test to check each dynamic labels in each step.Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestBulkChangeIssues
public TestBulkChangeIssues()
-
-
Method Details
-
setUpTest
public void setUpTest() -
testCheckLabelsSelectAllIssuesMultipleProject
public void testCheckLabelsSelectAllIssuesMultipleProject()test to check each dynamic labels in each step.
selected ONE issues from a SINGLE project -
testXssNonExistentVersionAndComponent
public void testXssNonExistentVersionAndComponent()test to check each dynamic labels in each step.
selected ALL issues from a SINGLE project -
testComponentsAndVersionsNotSelectableInProjectWithoutSuch
public void testComponentsAndVersionsNotSelectableInProjectWithoutSuch()adds a temporary project and a issue (since its new, it has no versions and components)
checks that in step Operation details, the version and component fields are not present -
testClickNextWithoutFormCompletion
public void testClickNextWithoutFormCompletion()Tests if the correct Error message is displayed when clicking Next without any required fields completed for delete operations -
testCancelLink
public void testCancelLink()Goes to Step Choose Issues
and checks that the cancel button works properly -
testCancelLinkForStepConfirmationDelete
public void testCancelLinkForStepConfirmationDelete()Goes to Step Confirmation Delete
and checks that the cancel button works properly -
testRevertingToPreviousStagesInWizard
public void testRevertingToPreviousStagesInWizard()Tests if each side menu links are working correctly -
testCheckIssueContent
public void testCheckIssueContent()Includes the Current page and checks that ISSUE_ON_NEXT_PAGE is not included for bulk change, and that issues with the prefix PREFIX_ISSUE_ON_CURR_PG are in the same page.
-