Qarsenal Wikia
Tags: Visual edit apiedit
Tag: Visual edit
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
The Test Library was designed for quickly sketching out your test plan structure, and mass-type in your tests.
+
The '''Test Library''' was designed for quickly sketching out your test plan structure, and mass-type your tests.
[[File:Library view.PNG|none|thumb|850x850px]]
+
[[File:Library.png|centre|thumb|637x637px]]
 
This view displays your whole test structure as one document - the folders are grouping tests like paragraphs. You can open or close folders to display exactly those sections you want to work on.
[[File:Keyboard shortcuts.PNG|thumb|406x406px]]The whole view can easily be used only by using the keyboard - you can find the keyboard shortcuts on a panel to the right side of the page. After you've familiarized with it, you can close the panel to give more space to your tests.
 
 
This view displays your whole test structure as one document - the folders are indenting the tests. You can open or close folders to display exactly the section you want to work on.
 
   
 
You can outline your structure, enter your test summaries, or "flesh out" your tests, as the phase of development requires.
 
You can outline your structure, enter your test summaries, or "flesh out" your tests, as the phase of development requires.
   
== Detail panel ==
+
== Test Case Structure ==
  +
Test case structure is described as part of [https://qarsenal.wikia.com/wiki/Testing_approach Testing approach].
[[File:Detail Panel.png|thumb|361x361px|left]]
 
  +
== Test Case Details ==
Clicking on test case or selecting tets case with your keyboard will open the "Detail panel" for selected issue on the right side of the page.
 
 
The whole view easily operated only by using the keyboard - you can find the keyboard shortcuts on the ''Details panel'' on the right side of the page (item 2 on the screen below). After you've familiarized with it, you can close the panel to give more space to your tests.
   
  +
Clicking on test case or selecting them with your keyboard will show additional test case information (item 1 on the screen below) and additional shortcuts (item 3 on the screen below) on the ''Details panel'' for the selected issue.
Here you get all the standard test issue fields. You are able to add a bug, set requirement, link stories (or any other issues), enter comments, attach files, and add a description. Note that the contents of this panel change dynamically with the selected test.
 
  +
[[File:Details-1.png|centre|thumb|426x426px]]
 
Here you get all standard test issue fields. You can add bugs, set requirements, link issues, add a description, enter comments and attach files. Note that the contents of this panel change dynamically with the selection of a test. In version 3.9.0 you will be able to mark your test as manual(default) or automated.
   
Linked issues in "Linked bugs" and "Linked issues" sections are grouped by link type and ordered by modification date. If there are more than 5 items in the list they will be hide, but you always may open them by pressing "Show more link"
+
Linked issues in ''"Linked bugs"'' and ''"Linked issues"'' sections are grouped by link type and ordered by modification date. If there are more than 5 items in the list they will be hidden, but you always can open them by pressing ''Show more links.''
   
Also this panel wired to the multi user protocol, so all changes from other users will be shown immediately.
+
Also this panel wired to the multi user protocol, so all changes from other users will be shown ''immediately.''
   
== Import ==
+
== Import/Export ==
Moreover you are able to import the existing test suit from '''excel file'''. It requires small adjustments of test data in order to make them suitable with our format:
+
To get ''import/export'' feature just to click on following controls:[[File:Library export import.PNG|thumb|102x102px|centre]]Here you are able ''to import'' an existing test suit from the excel file. However we would recommend you to ''export'' first a sample excel file in order to familiarize with its quite simple structure (and put your data directly into it).
  +
  +
In case you have a custom excel file, it requires small adjustments of structure and test data itself in order to make them match following format:
 
{| class="article-table"
 
{| class="article-table"
 
!path
 
!path
Line 28: Line 31:
 
!status
 
!status
 
!description
 
!description
  +
!labels
  +
!components
  +
!versions
 
|}
 
|}
Be aware that only third field - '''Summary '''is mandatory. To get export/import feature just to click on following controls
+
Be aware that only third field - '''Summary '''is mandatory. So since you just populated its rows the system will create correspondent number of tests in root folder with default or empty fields. Please keep an excel tab name as '''Tests.'''
  +
[[File:Library export import.PNG|thumb|102x102px|centre]]In addition, please keep an excel tab name as '''Tests.'''
 
  +
<nowiki> </nowiki>Moreover '''from 3.4.7''' version we extended importing capabilities to all'' JIRA standard'' and main ''custom field types''<nowiki> (including text single and multi line fields, number field (no special symbols), date picker (in ''yyyy-mm-dd'' format)). </nowiki>
  +
  +
You can use 13th and further columns for your additional fields ''(1-12 are reserved for our custom fields - see a table above)''. And do not leave more than 6 empty columns – such lines will be ignored as part of import.
  +
  +
Please pay attention that system will match fields by exact naming, so keep names of additional columns key sensitive ''(as in JIRA).''
  +
  +
 In addition there is 3000 rows limitation per one imported excel file. So, split it if your test suit is bigger.

Latest revision as of 16:12, 21 December 2018

Overview[]

The Test Library was designed for quickly sketching out your test plan structure, and mass-type your tests.

Library

This view displays your whole test structure as one document - the folders are grouping tests like paragraphs. You can open or close folders to display exactly those sections you want to work on.

You can outline your structure, enter your test summaries, or "flesh out" your tests, as the phase of development requires.

Test Case Structure[]

Test case structure is described as part of Testing approach.

Test Case Details[]

The whole view easily operated only by using the keyboard - you can find the keyboard shortcuts on the Details panel on the right side of the page (item 2 on the screen below). After you've familiarized with it, you can close the panel to give more space to your tests.

Clicking on test case or selecting them with your keyboard will show additional test case information (item 1 on the screen below) and additional shortcuts (item 3 on the screen below) on the Details panel for the selected issue.

Details-1

Here you get all standard test issue fields. You can add bugs, set requirements, link issues, add a description, enter comments and attach files. Note that the contents of this panel change dynamically with the selection of a test. In version 3.9.0 you will be able to mark your test as manual(default) or automated.

Linked issues in "Linked bugs" and "Linked issues" sections are grouped by link type and ordered by modification date. If there are more than 5 items in the list they will be hidden, but you always can open them by pressing Show more links.

Also this panel wired to the multi user protocol, so all changes from other users will be shown immediately.

Import/Export[]

To get import/export feature just to click on following controls:

Library export import

Here you are able to import an existing test suit from the excel file. However we would recommend you to export first a sample excel file in order to familiarize with its quite simple structure (and put your data directly into it).

In case you have a custom excel file, it requires small adjustments of structure and test data itself in order to make them match following format:

path priority summary test steps expected result status description labels components versions

Be aware that only third field - Summary is mandatory. So since you just populated its rows the system will create correspondent number of tests in root folder with default or empty fields. Please keep an excel tab name as Tests.

Moreover from 3.4.7 version we extended importing capabilities to all JIRA standard and main custom field types (including text single and multi line fields, number field (no special symbols), date picker (in ''yyyy-mm-dd'' format)).

You can use 13th and further columns for your additional fields (1-12 are reserved for our custom fields - see a table above). And do not leave more than 6 empty columns – such lines will be ignored as part of import.

Please pay attention that system will match fields by exact naming, so keep names of additional columns key sensitive (as in JIRA).

 In addition there is 3000 rows limitation per one imported excel file. So, split it if your test suit is bigger.