Class TestIssueToSubTaskConversionSystemFields
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.subtask.TestIssueToSubTaskConversionSystemFields
This test ensures that the correct systemfields are shown/hidden in the convert issue
to subtask wizard.
-
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
This tests the following: || From || Value? || To || Field Update || Confirmation || Field | S | (/) | R | not shown | not shown | Affects Vers | S | (/) | Rr | prompt | shown | Description | S | (x) | H | not shown | not shown | Due date | S | (x) | R | prompt | shown | Component | R | (/) | H | not shown | shown | Fix Version | R | (/) | S | not shown | not shown | Priority | R | (/) | Sr | prompt | shown | Environment | R | (/) | R | not shown | not shown | Summaryvoid
This tests the following: || From || Value? || To || Field Update || Confirmation || Field | S | (x) | S | not shown | not shown | Environment | R | (/) | Rr | prompt | shown | DescriptionMethods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestIssueToSubTaskConversionSystemFields
public TestIssueToSubTaskConversionSystemFields()
-
-
Method Details
-
testConvertHiddenAndSomeShownScenarios
public void testConvertHiddenAndSomeShownScenarios() -
testShownAndSomeRequiredScenarios
public void testShownAndSomeRequiredScenarios()This tests the following: || From || Value? || To || Field Update || Confirmation || Field | S | (/) | R | not shown | not shown | Affects Vers | S | (/) | Rr | prompt | shown | Description | S | (x) | H | not shown | not shown | Due date | S | (x) | R | prompt | shown | Component | R | (/) | H | not shown | shown | Fix Version | R | (/) | S | not shown | not shown | Priority | R | (/) | Sr | prompt | shown | Environment | R | (/) | R | not shown | not shown | SummaryWhere: X = non-existing field H = not shown, optional field S = shown, optional field Sr = shown, optional field with changed renderer (text <-> wiki) R = shown, required field
-
testSomeMoreShownAndSomeRequiredScenarios
public void testSomeMoreShownAndSomeRequiredScenarios()This tests the following: || From || Value? || To || Field Update || Confirmation || Field | S | (x) | S | not shown | not shown | Environment | R | (/) | Rr | prompt | shown | DescriptionWhere: X = non-existing field H = not shown, optional field S = shown, optional field Sr = shown, optional field with changed renderer (text <-> wiki) R = shown, required field
-