Apps documentation
TestFLO - Test Management for Jira
TestFLO - Test Management for Jira
8.14.x
8.13.x
8.11.x
8.10.x
8.9.x
8.8.x
8.7.x
8.6.x
8.5.x
8.4.x
8.3.x
8.2.x
8.1.x
8.0.x
FAQ
Release notes
Last updated Jul 12, 2022

Steps design

This page provides information on how to write Steps.

One of the elementary parts of the test is the steps. The Steps panel allows defining a list of instructions that are necessary to perform the test. You can add attachments, import and export a list of steps, or organize steps using groups and many more.

Note

By default Steps field have the following columns: Action, Input, Expected result. You can customize the configuration of Steps and decide on the number and name of columns. Learn more at Steps configuration.

Info

In all cells in Steps, you can use the Jira Wiki Markup language.

Steps edit mode

To start creating Steps, you have to enter the editing mode. There are three ways to get to the Steps edit mode:

create steps in testflo test management jira
Edit steps mode
  1. Edit on Create Issue page. After clicking on the Create in Jira top navigation bar a Create Issue page displays. On this page, after selecting the Test Case Template it is possible to edit steps.
  2. Edit on the issue. On created Test Case Template you can enter edit mode using the Edit button on the issue. After this operation, you will be able to edit the steps.
  3. Edit mode in Steps panel. You can also enter edit mode on created Test Case Template by clicking on Edit in Steps panel.

Adding steps

When the Steps edit mode is available you can start design tests.

  1. To add step click Add first step. After clicking, the field dialog with configured columns opens. You can fill them with the appropriate content.
    create test case with steps in testflo test management jira
    Adding steps
  2. To continue writing steps use Add step below or move to the next line using the Tab key.
    Add steps with TestFLO Jira Test Management
    Add step below and add step above
  3. If you forget to add a step above the first step use Add step above.
    Tip

    You can use the Tab key to navigate cells in the Steps field.

    Tip

    To paste the image into the Steps’ cell use the copy&paste option. The image will be automatically attached to the issue.

Steps Attachments

Adding attachments to a given step will allow you to better understand what to execute in a given step. You can attach any type of file, it can be a screenshot or file with specific data.

Note

You can add and remove attachments both while editing and viewing the Steps field.

To attach a file click the three dots icon and select Upload attachments and choose the file you want to include in the given step.

To remove an attachment, use Bin next to the attachment name. After clicking the button, you will be prompted to approve the operation.

attachemnts in steps in test case
Adding attachment to a step

Clone step

To clone a step click the three dots icon next to the step you want to clone and choose Clone step. The new step will be automatically added below the cloned step.

Remove Steps

While in edit mode, you can delete a single step or delete all the contents in the Steps field.

  1. To remove a single step click the three dots icon next to the step you want to delete and select Remove step. After clicking, the step is immediately deleted.
  2. To remove the entire contents of the Steps field, use the Remove all button at the bottom of the field. After clicking the button, you will be prompted to approve the operation.
remove steps in test case
Remove Steps

Reordering Steps

You can change the order of the given step using the drag&drop option. Grab the appropriate step, drag and drop it in the desired place.

View steps with TestFLO Jira Test Management
Reorder step with drag&drop option

Expand/Collapse Steps

If the Steps are not wide enough and you want to get a better overview of each column you can use the Expanded view button. The option is available in the Test information panel. To expand/collapse the Steps panel, click the button and the panel will expand to the width of the screen. After activating this mode, the Test information panel moves under the Steps panel.

Note

Enabling the Expanded view mode also affects the Test Cases panel width on Test Plan and Steps panel on Test Case.

Note

This setting is saved in the user profile and is remembered as long as the user changes the setting.

create steps in test case
Expand/Colapse Steps view

Adding Steps group

A Steps group is a kind of label that you can use to categorize steps. You can add groups in edit mode.

  1. If you want to start writing steps from adding a group, use Add first group and name the group.

    create test case with steps in testflo test management jira
    Adding first steps group

  2. To continue writing steps, click on the three dots icon next to the created group and select Add step below.

  3. If you are already in the process of writing steps, you can always add a group by clicking on the three dots icon next to an existing step or group and selecting Add group.

Reordering Steps group

You can change the order of steps group (label) using the drag&drop option. Grab the appropriate steps group, drag and drop it in the desired place.

View steps with TestFLO Jira Test Management
Reorder group with drag&drop option

Expand/Collapse Steps group

To collapse or expand a Steps group, hover over the group name until the v appears to the left of the group name. To collapse or expand, click on the v icon or the group name.

Remove Steps group

When you have groups in the Steps field, you can delete them in two ways. While in edit mode, you can:

  1. Remove the steps group (label) using Remove group. After clicking, the steps group is immediately deleted.
  2. Remove the steps group with all steps using Remove group with steps. After clicking, the steps group and its content are immediately deleted.
remove steps in test case
Remove Steps group

Import/Export Steps

You can start design steps by importing steps from a file. Two file formats are supported - CSV and JSON.

  1. To import the steps written in the CSV or JSON file, use the Import button.
    create steps in test case
    Import Steps
  2. To export the Steps content, use the Export to CSV button which is located under the last step in the View mode.
    Info

    To read more see Import/Export Steps.