Systems | Development | Analytics | API | Testing

%term

The Best API Reporting Tools to Consider in 2024

The global API market’s value reached $5.42 billion in 2024 and is expected to grow to $34.17 billion by 2032. This exponential growth underscores the increasing reliance on APIs for digital transformation strategies. As the API economy expands, so does the complexity and volume of data exchanged through APIs. API reporting tools streamline this process by providing all the features you need to leverage APIs effectively.

How To Write Selenium Test Cases? A Detailed Guide

Selenium is widely loved by web testers around the world thanks to its versatility and simplicity. Testing with Selenium is quite straightforward, which is why it is commonly used for people who want to go from manual to automation testing. In this article, we will show you how to write Selenium test cases the right way.

Unified API Management: WSO2 API Manager Control Plane with WSO2 APK Data Plane

In this video, Sampath Rajapakse, Associate Technical Lead, and Tharsanan Kurukulasingham, Senior Software Engineer at WSO2 demonstrate how to effectively manage APIs using the combined power of WSO2 API Manager Control Plane and WSO2 API Platform for Kubernetes (APK).

JMeter ecosystem for your Performance test through docker-compose, monitor, and mock your services

If you'd like to carry out load tests in a simple way, benefit from a simplified configuration with a focus on writing your test plan and its test typology, have the opportunity to monitor through detailed dashboards, store your metrics, and also mock one or several services: you are at the right place! With this kind of configuration you will be able to make shift-left performance testing as well!

Traffic-Driven Testing: All the Benefits of Shift-Right Testing with None of the Risk

The shift-right testing approach moves testing to later in your production cycle. Also known as “testing in production,” with shift-right, you test software after it has been deployed. It gives you continuous feedback based on real-world user interactions. However, there are major drawbacks to the approach. For example, testing in production risks disrupting your user satisfaction and can mean you catch issues too late to respond to them effectively.

The Full Power of Data Apps is Here

We’re happy to announce that Data Apps, which have been in Public beta since September 2023, are finally here for everyone. We received great feedback from the Beta users, and we are excited to roll out Data Apps to general availability. There is also few updates, see "What's new" below. Data Apps is a functionality that allows Keboola users to create interactive web applications that can be infused with your company’s data. It’s quick and easy and only requires knowledge of Python.

Exploring the Node.js Native Test Runner

The inclusion of a stable test runner in Node.js(version 18+) has generated significant debate in the community, given the abundance of established third-party testing frameworks. While its arrival naturally sparks comparisons to existing tools, this article won't focus on justifying its place in the ecosystem. Instead, we'll embark on a hands-on exploration of the test runner's core capabilities, from writing and executing tests to organization and customization features.

Guide to Choose the Right Free Test Plan Template

Before diving into template selection, it's crucial to grasp the essence of a test plan. It's a blueprint outlining the testing strategy, objectives, scope, resources, and schedule for a software project. A well-crafted test plan ensures efficient testing, reduces defects, and improves product quality.

An Introduction to Auth0 for Ruby on Rails

From custom-made to plug-and-play forms of authentication, Ruby developers have plenty to choose from these days. Yet, as you may know, building your own solution can be costly and dangerous. If Devise is the de facto standard for most teams, an alternative might simplify the lives of most. This article will cover the setup and use of Auth0 in a Ruby on Rails application, including everything you need to get going properly, from handling roles to relying on multiple providers to authenticate users.