Headless Execution of GUI Tests with Jenkins

Executing automated GUI tests using the Continuous Integration/Continuous..

Read Article

The V-Model in Software Testing

The V-Model is a model used to describe testing activities as part of the..

Read Article

Strategies for Higher Test Coverage

In many software projects, tests are neglected at the beginning of..

Read Article

Custom Test Result Reporting Using Log Levels

Categorizing log output into different levels allows you to decide whether..

Read Article

Performance Analysis with Coco

Version 5 of Coco supports the performance measurement of an application..

Read Article

Test Case Prioritization Using Code Coverage Analysis

What is Test Case Prioritization? Test Case Prioritization is a method in..

Read Article

Test Impact Analysis

What is Test Impact Analysis? Test Impact Analysis (TIA) is an..

Read Article

Running GUI Tests on Each Commit in GitLab CI/CD

In a recent article, we wrote about running Squish tests on merge requests..

Read Article

Measuring Code Coverage on Devices with Limited Memory

In this article, we would like to explore the possibilities that are..

Read Article

Code Coverage of Multi-Platform Applications

Many applications are now targeting several operating systems. In most..

Read Article

Accessing QQmlContext Properties in Squish Test Scripts

Many hybrid QML/C++ applications have a C++ main() that loads a QML object..

Read Article

Coco and System Header Files

A C or C++ program always includes header files that are provided by the..

Read Article