Systems | Development | Analytics | API | Testing

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

Envisioning a better Copilot

GitHub Copilot has been the subject of some controversy since Microsoft announced it in the Summer of 2021. Whatever your feelings about the matter, Copilot is likely here to stay. So that got me thinking — perhaps there are more important questions to ask about Copilot. If developers are going to use an AI-assisted code generation tool, it would be more productive to think about how to improve it rather than contemplating its right to exist.

API Performance Testing for Success

As the rate of delivery for applications and services continues to rise, performance testing often takes a backseat in the race to delivering apps on-time. This 2022 holiday season is expected to be bigger than ever, with holiday shopping growing 15.5% to $236 billion. During this make-or-break time of year, companies can’t afford for their apps to become unreliable under heavy load.

Rethinking Test Automation to Address Business Challenges

To be a leader in any industry is to be a leader in technology. In the whirlwind of digital transformation, innovation happens every day with software and software quality at the forefront. To not be left behind, now more than ever, CEOs, team leaders, and decision-makers should rethink software quality - the single most important element that determines their success.

API Load Testing Tutorial

API load testing, which identifies how stable your APIs are under different workloads, is a crucial part of performance testing. In this guide you will learn what is API load testing, when to perform load testing, and more. One growing pain of increasing iterative development and shortening release cycles is a growing inability to detect and fix inefficient code – whether in the CI/CD pipeline or in production.

Integration testing made easy with Oleg Šelajev | Kongcast Episode 21

In this episode of Kongcast, @Viktor Gamov , a principal developer advocate at @Kong joined by @Oleg Šelajev , Head of DevRel at @AtomicJar to talk about testing complex infrastructures (data systems, microservices, messaging systems) using containers, and specifically open source library called Testcontainers.

React Testing: Best Frameworks, Libraries and Tools

The most important part of using TDD with React is picking the correct testing toolset and framework, regardless of whether you're doing unit testing, integration testing, or end-to-end testing. Selecting the appropriate toolset is crucial for using TDD in React, from testing individual components to testing the whole application. This includes a wide range of JavaScript testing frameworks and handy assertion libraries.