Correcting Load Testing Errors

September 12, 2016 0

You might think that performing load testing is very simple: you create a script and run it against the application. This is however not always the case, as the software under test might generate unique values for each transactions with the web clients. In their two parts articles, Vadim and Max Kleyzit explain how to detect and correct correlations the errors in your load testing scripts.

Dutch Testing Day, Amsterdam, Netherlands, November 18 2016

September 8, 2016 0

The Dutch Testing Day is a one-day conference focused on software testing that takes place in the Netherlands. This conference is a non-commercial event where scientists, lecturers and practitioners from the software testing industry meet and share ideas; for example about the latest trends in the research and technologies of software testing.

Platform-led Testing

September 5, 2016 0

As organizations try to improve the quality of their software systems and mobile apps, many of them opt for the solution of buying software testing services from an external provider. This article explains the concept of platform-led software testing and what this solution can bring to improve the results of software quality assurance activities.

Testing Microservices

August 30, 2016 0

The microservice architecture has been growing momentum over the past few years in the Java world, but once you have started down the microservice path how do you make sure that your applications are still fully tested?

DevOps Benefits for Software Testing

August 29, 2016 0

One of the main trends in software development is to deliver software more quickly. DevOps, continuous delivery or continuous integration are some of the approaches that have been promoted recently to achieve this goal. In their article “DevOps Advantages for Testing”, Gene Gotimer and Thomas Stiehm discusses the advantages that these approaches could provide to software testing and software quality.

Distributed Testing with Selenium Grid

August 23, 2016 0

As software development projects adopt frequent delivery approaches like continuous integration and continuous delivery, the speed of test execution become a key factor for their successful implementation. Distributed testing might be a solution that helps improving test execution speed. This article discusses the pros and cons of a distributed testing implementation process. It will also present the Selenium Grid open source testing tool.

Test Suites and Program Analysis

August 15, 2016 0

Specializing static analysis techniques for test suites has yielded interesting results. We’ve previously learned that most tests are simple straight-line code, namely a sequence of setup statements followed by a payload consisting of asserts. We show how static analysis can identify useless setup statements, enabling developers to simplify and speed up their test cases.

1 86 87 88 89 90 173