Qarsenal Wikia
No edit summary
Tags: Visual edit apiedit
Tags: Visual edit apiedit
Line 12: Line 12:
   
 
We are offering you several means to organize your tests in a flexible way. The first, and maybe most important way is using the organizer structure.
 
We are offering you several means to organize your tests in a flexible way. The first, and maybe most important way is using the organizer structure.
  +
[[File:Library structure.PNG|centre|thumb|391x391px]]
 
   
 
<em>Organizer structure in the "Library" view</em>
 
<em>Organizer structure in the "Library" view</em>
Line 19: Line 19:
   
 
Keep in mind, however, that you have additional tools - labels, assignee, test runs, priority - which can be used for similar, but more specific criteria.
 
Keep in mind, however, that you have additional tools - labels, assignee, test runs, priority - which can be used for similar, but more specific criteria.
  +
[[File:Ex str.PNG|centre|thumb|379x379px]]

Revision as of 11:18, 23 September 2015

Testing approach

The Qarsenal test plug-in was created keeping the process of manual testing in mind. (Automated testing support was added through an API, but the focus is on manual tests).

Manual testing process typically begins with writing a lot of tests according to plans, then executing these tests as the implementation progresses. This can be iterated as new requirements come in project scope, and new releases become available and to be tested.

Views

To augment this process the best, we're providing two different views on the project tests: one that augments mass test case writing the best, and one that supports organizing and executing the tests. A third view offers up-to-date statistics on the current status of testing, always available for monitoring the process.

Test structuring

Not all tests are created equal - some are manual tests, some are automated; some are related to features, some are more like testing non-functional requirements.

For this, you will need means to structure tests, and not only in one perspective.

We are offering you several means to organize your tests in a flexible way. The first, and maybe most important way is using the organizer structure.

Library structure

Organizer structure in the "Library" view

The organizer structure is much like a file folder structure - test are placed in folders, which in turn can be included in folders. You can use this the way it fits you most - you can group your tests by functionality, test type, responsibility, or release.

Keep in mind, however, that you have additional tools - labels, assignee, test runs, priority - which can be used for similar, but more specific criteria.

Ex str