Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

Getting the Band Together: Manual and automated testing in harmony

Yesterday, Testlio officially announced a revolutionary new methodology for software quality: fused testing. This is a major milestone for our company. We are breaking down long-standing tensions between quality, speed, and coverage by seamlessly bringing together manual and automated testing through freelance talent, partnerships, platform capabilities, and strategic services.

How to Compare Two Load Tests using the Baseline Comparison Feature

The load test comparison feature build-in to LoadFocus Results allows you to compare the results of two different test runs of the same test for the cloud load testing service. You can visually compare the results between the test run set as baseline and the current test run, just by setting a test run as a baseline, and loading the other load tests runs. Baseline comparison is important because it allows to easily find differences in performance for the test runs.

New survey highlights ongoing tension between speed and quality in DevOps

Faced with skyrocketing consumer expectations and rapid industry shifts, 54% of development teams are struggling to keep up with software delivery. While organizations are turning towards automated testing to help bridge the gap between speed and quality, 64% of DevOps teams are struggling to find the talent needed to support those initiatives.

Distributed By Design: Building connections across the globe

One of the biggest challenges in a distributed-by-design company where people work from three different regions (Americas, Europe-Middle-East-Africa, and Asia-Pacific) is staying connected. Here’s an overview of ways we tackle it both company-wide and within teams.

Different types of Selenium WebDriver Exceptions

Developers and Testers use exception handling framework to handle an exception in selenium scripts. The below diagram depicts the different types of Exceptions that we commonly face while working with Selenium WebDriver: Before understanding the different types of Exceptions which we may face while working with Selenium WebDriver, first I will explain the term Exception.