Systems | Development | Analytics | API | Testing

%term

Volumes: High IOPS and Low Latency NVMe SSDs Public Preview

It’s the final day of Koyeb's Launch Week Round 2, and today we’re announcing the public preview of Volumes! Volumes on Koyeb are blazing-fast NVMe SSD you can use to persist data across deployments. After announcing Volumes in technical preview a few months ago, we are now opening the preview to all users on the Starter plan! Offering high throughput and low latency, Volumes open the door to a wide range of new workloads and use cases to handle the state of your applications.

Performance Test Results Trend Analysis

In this post we are going to look at how you can spot trends in your performance test results and use this trend analysis to help shape the way you address performance testing. Performance testing can generate a large volume of performance test data and using this data to define your future performance testing coverage, scope and volumes can really add benefit to your non-functional testing process.

Are Your KPIs Fighting Each Other?

When it comes to automation, what you choose to measure can make or break your team’s quality efforts. Focusing too much on one KPI, like automation coverage, can actually hurt the quality of your tests—and vice versa. Before diving into automation, @Chris Wallander suggests a simpler and often overlooked approach. Start with requirements coverage. If you haven’t documented and tested against your requirements, you’re flying blind until something breaks in the real world.

What is Continuous Testing? Ensuring Continuous Software Quality Improvement

Continuous testing (CT) is a process for testing applications continuously throughout the software development lifecycle (SDLC). The goal is to provide critical feedback earlier in the SDLC, reduce delivery times, and improve quality. Testlio September 20th, 2024 Explore Test Automation Best Practices This article will explore the concept of continuous testing, its core elements, and the benefits and challenges associated with its implementation.

Usability Testing: The What, Why, and How-To Explained

In today's digital-first world, usability testing has emerged as a crucial tool for ensuring that products function as their users expect. Testlio September 20th, 2024 Discover Why Skipping Usability Testing Isn't Ideal Usability testing is a research process in which real users are observed while interacting with a product to identify usability problems. The aim is to make products as intuitive and user-friendly as possible, ensuring a smooth, frictionless experience.

AML AI Software: 5 Big Benefits for Your Financial Services Processes

In the world of banking, challenges abound. Fragmented processes and add-on technologies that don’t integrate well with legacy equipment pose issues for financial institutions already struggling with ever-increasing regulatory compliance requirements and customer expectations. Banks have invested heavily in anti-money laundering (AML) solutions to keep up with heightened risks and remain competitive.

9 Types of Software Testing that QA Testers Should Know

Quality Assurance testers play an important role in verifying that company software maintains its functionality and reliability. Because the world of software testing is an expansive one, QA testers should equip themselves with an understanding of which types of software testing are most relevant to their daily tasks. With so many different software testing types, it can be overwhelming knowing where to start.

Katalon Product Roundup - Sep 2024: TrueTest, Testops, and Katalon Studio 10 (Beta)

Today, we are excited to unveil a suite of innovations that will transform your testing processes and elevate the quality of your software. From harnessing the power of AI for automated regression testing with TrueTest to expanding the capabilities of TestOps and redefining test automation with Katalon Studio 10, these new releases are designed to help you stay ahead in the ever-evolving world of software testing. Let's dive in!

Exception Handling in JavaScript

In JavaScript, errors are only detected during runtime. Therefore, it is impossible to get compile-time errors when building JavaScript applications. There are several reasons an app might encounter a JavaScript exception: invalid input, server error, syntax errors, or errors in the application logic. In this article, we will dig into exception handling in JavaScript so that when your app encounters errors, it affects users as little as possible.