Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
UI Steps
UI Step

Using the top "Create" button"

In order to create a new Test Issue, 

Click the Create Issue at the top of the screen to open the Create Issue dialog box / page.

Image Removed

Select the  Project  and on  Issue Type,  select Test.

Image Removed

Step 4: On the Test Details tab, select the Test Type and complete all appropriate fields;

Info

There are 3 Types of Test in Xray they are : Manual , Generic and Cucumber

We will talk on them in the next chapter, for now we will stick with the most common one "Manual"

- Select the Test Type as Manual. 
- After filling out the Manual Steps fields, press the Add button to jump to the next Manual Step. 
- Use the Pencil button to edit a previously entered Manual Step, and press the Update button when done. 
- Use the Bin button to delete a previous entered Manual Step.
- To change a Manual Step position in the Test, drag the left area of the row and drop it to the desired place.

Image Removed

Tip
titlePro Tip

As spoken a Test is a Jira issue, if you want to customize your "Test" with more metadata go ahead and do it! Talk with your Jira administrator and go wild.

Creating a Manual Test


Info

Manual Tests are user-assisted tests, listing an assortment of guidelines the user must follow, and the results that such behavior is expected to accomplish. If the actual test result matches the expected test result, the test is considered as passed; otherwise, it is marked as failed.

"Manual" is the default Test Type in which Tests are specified with an ordered list of steps.

By default, each Test Step has the following fields:

  • Action* - the action to be reproduced by the tester.
  • Data - any data the related step requests (e.g., login credentials) to be used by the tester 
  • Expected Result - the behavior the step should accomplish. 
  • Attachments - external files that provide additional information related to the corresponding step. Attachments can only be added or removed in the Test Issue view page.

Only the Action field is mandatory. All other default fields are optional.

The order by which steps are defined is important. Users must start executing Test Steps in ascending order.

...

From the requirement issue screen

...



Click the Create Issue at the top of the screen to open the Create Issue dialog box / page.

...

Image Added

...

Select the  Project and on Issue Type

...

, select Test.

Image Removed

Tip
titlePro Tip

The concept as you probably already figure it out is the same as  Epics and Stories.

UI Step

Clone

Cloning a Test issue creates a new Test with all the information of the cloned Test, except its executions. Therefore, the cloned issue will not be associated with any Test Execution issue.

Step 1: Select More > Clone. The Clone Issue screen will appear.

Image Removed

Step 2You can edit the clone Test's Summary if you wish.

  - If the test contains links to other issue(s), you can select whether or not to include the links in the new clone test.

  - If the test contains sub-tasks, you can select whether or not to create the sub-tasks in the new clone test.

  - If the test contains attachments, you can select whether or not to include the attachments in the new clone test.

Step 3: Click Create.

Image Removed

UI Step

Extra

...

Image Added

On the Test Details tab, select the Test Type and complete all appropriate fields;

Select the Test Type as Manual and feel free to add steps.


  Image Added 

Tip

If you want to understand all the details regarding Manual Steps and how to interact with them, visit Test Steps for Server/DC Xray Documentation