You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

You may found in this page all the options available in General Preferences configuration section.

Test Run Options

Options related to execution of test issues.

Set final Test Run status

When this option is enabled, the overall Test Run status can be set directly, without depending on the status of manual Test steps or, in case of Cucumber Scenario Outlines, Test examples.

Inline Execute Tests

When this option is enabled, Test Runs can be executed inline, directly from the Test Execution issue view page. This option is only available if the final Test Run Status (above) can be manually set.

Fail All Steps/Examples

When this option is enabled, whenever the status of a Test Run is changed to FAIL, than all the Test Steps/Examples Statuses will also be updated to FAIL.

Restrict automated Test status

When this option is enabled, the status of automated Test Runs can't be set manually. It can only be modified through the import of automated test results action.

Can Edit TestRun Dates

When this option is enabled, the user can edit the Started On and Finished On dates in the Test Execution Details page. 

Defect Issue Links

Options related to Defect issue creating in the test execution context.

Link Defects with Test

When this option is enabled, the defects created in the context of a test run are automatically linked with the respective Test being executed.

Link Defects with Test Execution

When this option is enabled, the defects created in the context of a test run are automatically linked with the respective Test Execution issue.

Link Defects with Requirement

When this option is enabled, the defects created in the context of a test run are automatically linked with the respective Requirement being tested.

 

Workflow statuses

Disallow executions of Tests with workflow statuses

Disallow Tests within certain workflow statuses from being executed or even added to Test Executions. Sometimes, a Test is still being written and should not be added to a Test Execution. In those cases, just indicate which Tests workflow statuses are to be considered as "not ready to be executed".

Disallow executions with workflow statuses

Choose the workflow statuses in which the Test Execution issues will not allow executing Tests. For example, if you configure this list with the "Closed" status, when a Test Execution issue transitions to "Closed", users are no longer able to execute Test Runs in this Test Execution issue. 

In progress Test Execution workflow status

 Choose what workflow status the test execution will transition to when a test run is executed.

Resolved Test Execution workflow status

Choose what workflow status the test execution will transition to when all the test runs are in a final status.

Resolution for Resolved Test Execution

Choose what resolution will be applied to the test execution. This option is only available when if the Resolved Test Execution workflow status is different from none. The resolution is only changed for status of type done.


Defect Default Values

Environment

The defects created in the context of a test run are populated with the "Environment" value from the Issue Type selected in this field

Include Steps Table in Description

When this option is enabled, the description field of the defects created in the context of a manual test step result, will default to a table containing the steps of the test until the step where the defect is being created.

Include Version

When this option is enabled, the Affect Version field of the defects created in the context of a test run will be populated by FixVersion value of Test Execution.

Label

The defects created in the context of a test run are populated with the "Label" value from the Issue Type selected in this field


Miscellaneous

Display Pre-Condition section before Test Details

When this option is enabled, the Pre-Condition web panel on the Test issue view screen will be displayed on top of the Test Details panel.

Display Manual Test Steps table in short view

When this option is enabled, the cells of the Manual Tests Steps table will be displayed in short view mode. If this mode is enabled, the rows will have a limited height allowing for a better page navigation. There is an expand option within each cell to view the complete content.

Delete test definition when changing Test type

When this option is enabled, the test definition will be deleted when changing Test Type. If this option is disabled, the test definition won't be deleted and it'll be possible to undo the Test Type change operation and keep the information.


Cucumber Export Language

Language

Choose the language in which the automated cucumber tests will be exported in. The default language is English.

 

Cucumber Export

Replace dash [ - ] with underscore [ _ ] when exporting issue keys as tags

When this option is enabled, the dashes in issue keys included on the exported cucumber feature files will be replaced by underscores. Enable this option if your testing framework does not support dashes in tags.

Generate features by requirements

When this option is enabled, one feature file will be generated for each requirement issue within the export context. Disabling this option will generate all tests in the same feature file, given that all tests also have the same background (pre-condition) or they have no background.


  • No labels