Search This Blog

Friday, January 15, 2010

XStudio 1.2: Refined reordering of tests within a campaign

One of the most complex but valuable interest in using a test manager is to be flexible enough to execute tests in a specific order.

When you create a campaign, the wizard asks you to select some tests in a tree, hence, there is no concept of order at this point. However, after the campaign is created you can select the "Order" tab and enjoy two new buttons:

1) Reorder using dependencies
If you press this button, tests will be ordered so that a test is always executed after ALL his parents. The algorithm is pretty complex and obviously supposes there is no cycle in the dependencies. In case you left some cycling dependencies, XStudio will show you exactly what's wrong by displaying all the cycling dependencies:

Then, you can easily correct your dependencies (in the test tree) and reorder your campaign.

Before pressing the "Reorder using dependencies" button, ensure the checkbox "Execute tests with dependencies first" is correctly set. If this checkbox is not selected, tests without any dependencies will be executed after all the tests having dependencies.

2) Reorder using priorities
If you press this button, tests will be ordered so that tests with higher priorities will be executed before tests with lower priorities. Note that a "priority" column has been added so that it's visually easier to check the priorities of all the tests in the list.

Manual ordering:
Once the system has reordered your tests using one of the 2 methods, you still have the flexibility to manually reorder some of the tests using the usual manual reordering toolbar. As before, multiple selection is available so that you can move several tests at the same time.

Column width persistence:
A recently added feature is the fact that after this table is refreshed, the columns are left at the exact same position. This was a pretty annoying restriction.

Sunday, January 10, 2010

XStudio 1.2: More detailed SUT report

The SUT report has been improved to include much more information including:

In the folder summary
- for each SUT, the number of defects found on this SUT
- for each SUT, the number of defects fixed on this SUT
- for each SUT, the number of sessions executed on this SUT

In the SUT Details section:
- the details of the defects found on this SUT
- the details of the defects fixed on this SUT
- some basic information (name, start date and stop date) on the sessions executed on this SUT

Of course, by clicking on the links, the users gets to the details of the selected item (requirement, specification, test or defect

Saturday, January 9, 2010

XStudio 1.2: Copy a testcase

When some testcases of a tests are complex to describe but very similar it's good to be able to copy a reference and just modifying what's strictly necessary to be changed.

This will be possible in XStudio 1.2 through this interface (allowing to modify on the fly the testplan):