article thumbnail

Regression Testing: Tools and Techniques

DZone

Regression Testing, by its definition, is a type of software testing to confirm that a recent program or code change has not adversely affected existing features. In order to achieve that, the existing test cases are executed selectively or sometimes completely.

article thumbnail

7 Best Performance Testing Tools to Look Out for in 2021

DZone

Performances testing helps establish the scalability, stability, and speed of the software application. Numerous kinds of performance testing imitate several possible user scenarios and know the behavior of the apps. Performance testing is mainly a subset of Performance engineering and is also referred to as ' Perf Tests.'

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

What is Integration Testing? Definition, Tools, and Examples

Simform

Integration testing holds an inevitable place in the testing lifecycle. This blog introduces you to some best practices to perform integration testing in your projects, along with detailed information on types of integration testing, tools, and examples. The post What is Integration Testing?

Testing 52
article thumbnail

Are Times still Good for Load Testing?

Alex Podelko

My post Good Times for Load Testing was published in 2014. It is difficult to believe that 5 years passed… Are times still good for load testing? If we speak about commercial load testing tools, we see rather a shrinking market and not too much innovation recently. Commercial Tools [Crisis?]. Open Source.

Testing 243
article thumbnail

The Future of Performance Testing

Alex Podelko

Following up my post Are Times still Good for Load Testing? , First of all, integrating into agile development (shift-left / continuous performance testing) and integrating into performance information loop with production (shift-right) to form a holistic performance view. I decided to answer multiple comments here separately.

article thumbnail

Performance Testing with Open Source Tools – Myths and Reality

Alex Podelko

Some time ago Federico Toledo published Performance Testing with Open Source Tools- Busting The Myths. While Federico definitely has good points there, there is some truth in these myths too. I remember really liking the technical side of these tests. What load testing tools did you use?

article thumbnail

Migrating Netflix to GraphQL Safely

The Netflix TechBlog

The three strategies we will discuss today are AB Testing , Replay Testing, and Sticky Canaries. To launch Phase 1 safely, we used AB Testing. To launch Phase 2 safely, we used Replay Testing and Sticky Canaries. We knew we could test the same query with the same inputs and consistently expect the same results.

Traffic 353