Introduction

You can store test results in the Squish Test Center database and view statistics of your tests in a browser.

Squish Test Center Architecture

The Squish IDE is integrated with Squish Test Center, so you can upload tests executed from Squish IDE to Squish Test Center. You can also download and view results from Squish Test Center within Squish IDE.

Since Squish Test Center offers many different ways to upload results, it's easy to integrate it into many different work flows, from single user testing on a local machine to hundreds of tests executed in parallel by a continuous integration system.

Concepts

Squish Test Center groups test results based on batches, reports, and labels. We will explain these groupings from a viewpoint of the individual test cases, moving outward.

Squish users tend to organize their test cases into test suites, with each suite targeting a key feature of their project. A collection of one or more test results is viewed by Squish Test Center as a report.

Reports and Labels

Reports can be tagged with and grouped by a label. For example, if the test executions within a report share common factors like product version, operating system and compiler, then a useful set of labels might be:

version=2.5.2     OS=Windows10      compiler=msvc17

But what if we have another report from the same project, this time with different labels? For example, we might test it on different operating systems using different compilers. For this, we introduce the concept of a batch. A batch is simply a group of one or more reports.

Another way to think of a batch is in the context of test executions. Users schedule runs of their tests in different ways, for example on a nightly basis or twice a day, on 2 different operating systems, or based on commits by developers using a CI system.

This method of defining batches as groups of labeled reports, each containing a collection of test results, is the basis of the Squish Test Center.

For a more detailed explanation on how to group results in Squish Test Center, see Group results.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.