Skip to main content

Blog

How to Use the JSON Extractor For Testing Blog

How to Use the JSON Extractor For Testing

In this blog post, we will focus on functional testing REST APIs with JSON responses, and then parse the response with a JSON extractor.
Open Source Automation
Locust Performance Testing Using Java and Kotlin Blog

Locust Performance Testing Using Java and Kotlin

In this article, we will demonstrate how to implement Locust performance testing by using Java and Kotlin instead of Python.
Performance Testing
How to Load Test HBase with JMeter Blog

How to Load Test HBase with JMeter

Get an overview of how to do HBase load testing using JMeter, all without coding.
Open Source Automation, Performance Testing
Using the XPath Extractor in JMeter Blog

Using the XPath Extractor in JMeter

The XPath Extractor in JMeter is useful for writing JMeter scripts in cases where it is difficult to use the Regular Expression Extractor. Get an overview of how to use the XPath Extractor.
Open Source Automation
What Is API Load Testing? Blog

What Is API Load Testing?

This blog post will explain how to do API load testing with Gatling for a REST API endpoint that uses the GET method.
API Testing, Open Source Automation
How to Test MySQL Connection Blog

How to Test MySQL Connection

This article will show you how to test a MySQL connection by using Apache JMeter™ in order to check, update, and add entries to your database.
Open Source Automation, Test Data Management
6 CDN Testing Best Practices Blog

6 CDN Testing Best Practices

CDNs improve global availability and reduce bandwidth and latency. CDN testing is a best practice for high-demand websites to see the impact of traffic.
Performance Testing, DevOps
How to Build a Webhook Listener With BlazeMeter Blog

How to Build a Webhook Listener With BlazeMeter

Learn how to build a Webhook Listener using BlazeMeter API Monitoring to help enable automating workflows.
API Testing
How to Use Groovy RegEx For Testing Blog

How to Use Groovy RegEx For Testing

In this article, I will show you how to use Groovy RegEx (Regular Expressions) when performance testing an API response with JMeter.
Open Source Automation
Tips For Cucumber API Testing Blog

Tips For Cucumber API Testing

Learn some best practices to configuring the execution of BDD tests through open-source frameworks, including Cucumber API testing.
API Testing
How to Write JMeter Groovy Functions Blog

How to Write JMeter Groovy Functions

Getting started with JMeter + Groovy? Find out how to write JMeter functions in Groovy and so much more.
Open Source Automation
Spring Boot REST API Unit Testing With JUnit Blog

Spring Boot REST API Unit Testing With JUnit

Unit testing is an important part of REST API testing. Find out how to do JUnit REST API testing with Spring Boot.
API Testing