Systems | Development | Analytics | API | Testing

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

Software Functional Testing Checklist

Even when seamlessly combining manual and automated approaches, testing every functional combination within web or mobile applications is challenging. Unfortunately, this means critical issues inevitably go undetected and make their way into the hands of your customers. We strive for perfect code, perfect releases, and perfect apps, but alas, perfection is a myth. With that in mind, if you cannot catch every issue before a release, at least you can take the proper steps to limit them.

Replacing the FMEA Risk Assessment: How to Manage Risk in an Agile World

Product failures and defects can occur on many different shapes and levels, impacting any part of the user experience, functionality, and even safety. In the past, organizations were taking the approach of of Failure Mode and Effects Analysis (FMEA) for risk assessment. This allowed teams to identify and prevent failure before a product or update is released.

Growing a Culture of Quality - CTM Online

Long ago was a time where testing was purely seen as an activity by a siloed team who executed 1000’s of tests towards the end of a project. In the modern world, this is still a very real situation in some areas, but on the whole, testing as a collaborative, continuous activity is much more the norm. But getting to that stage is not easy, for some reason, there has historically been a stigma attached to testing as a lesser activity that slows the release of a project down and changing this mindset is a huge obstacle to get over.

A Guide to Load Testing Node.js APIs with Artillery

Artillery is an open-source command-line tool purpose-built for load testing and smoke testing web applications. It is written in JavaScript and it supports testing HTTP, Socket.io, and WebSockets APIs. This article will get you started with load testing your Node.js APIs using Artillery. You’ll be able to detect and fix critical performance issues before you deploy code to production.

DevOps: How to embrace collaboration with fearless visibility

Embracing DevOps is not easy. There are a lot of misconceptions about what DevOps is. DevOps is not a team, or a methodology, or a job role. DevOps is a culture founded on a set of work patterns and practices that have an impact on the whole value chain, from business to operations. DevOps helps you move from only having visibility about your own work, to having a birds-eye view and overall understanding of the whole value stream (from business to customer feedback).

Squid game: how we load-tested Ably's Control API

We recently announced Ably's Control API, a REST API that enables you to manage Ably's configuration programmatically. You can now use the Control API to configure anything previously only configurable via the Ably dashboard. The Ably platform is designed around four pillars of dependability: Performance, Integrity, Reliability, and Availability.

Regression Testing of Performance - Alexandr Gubarev - TestComplete Community Day 2021

Time is money. And sometimes bugs related to application hangs and performance degradations dissatisfy customers and businesses lose money. When QA has automated the main test cases, it's time to think about performance as well. This video will be useful for those who want to add performance checks to their functional tests, regardless of the type of application: Desktop, Web, Mobile, or even a web service.