Skip to main content
Multi-Platform Screenshot Verifications

Multi-Platform Screenshot Verifications

As a software tester, you'll likely want to run your tests on as many..

Read Article
froglogic at Qt Desktop Days: Tech Talks on Product Quality and Automation

froglogic at Qt Desktop Days: Tech Talks on Product Quality and Automation

froglogic engineers are excited to give two technical talks at the..

Read Article
Custom Templates for BDD Feature Files

Custom Templates for BDD Feature Files

When opening a new Behavior-Driven Development (BDD) test case in the..

Read Article
Achieving full code coverage of Unit Tests written with Google Test

Achieving full code coverage of Unit Tests written with Google Test

This blog outlines the technical steps required to integrate unit tests..

Read Article
Headless Execution of GUI Tests with Jenkins

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 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

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

Custom Test Result Reporting Using Log Levels

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

Read Article
Performance Analysis with Coco

Performance Analysis with Coco

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

Read Article
Test Case Prioritization Using Code Coverage Analysis

Test Case Prioritization Using Code Coverage Analysis

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

Read Article
Test Impact Analysis

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

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