Systems | Development | Analytics | API | Testing

Latest Posts

Why Your Performance Test Execution Strategy Is Important

When we consider performance testing most of the focus of the approach is placed on the script creation activity and making sure that requirements are covered, these are very important parts of your performance testing approach but so is the Test Execution. The frequency at which you run your tests is important and can save you time and effort in your script maintenance. A good performance testing execution strategy gives you the maximum amount of benefit it can by finding performance issues early.

OctoPerf 11 - Modular Design, Tags and Improved Administration

Improvements Modular design One of the things we always wanted to handle in OctoPerf is modular design. In JMeter you can use test fragments. So far when you imported fragments in OctoPerf their content was just duplicated over the original Include controller or Module controller. But now not only can you import your modular design from JMeter but you can also create it directly in OctoPerf.

How to Deploy a Frontend on Kubernetes?

Kraken is a load testing solution currently deployed on Docker. In order to use several injectors (Gatling) while running a load test, its next version might rely on Kubernetes. This blog post belongs to a series that describe how to use Minikube, declarative configuration files and the kubectl command-line tool to deploy Docker micro-services on Kubernetes. It focuses on the installation of an Angular 8 frontend application served by an NGinx Ingress controller.

Angular Workspaces: Multi-Application Projects

OctoPerf’s Load Testing IDE (Kraken) is an application with two frontends - The Administration UI used to manage Docker containers and images, The Gatling UI to debug and execute load tests with Gatling. Both UI are based on Angular 8 and share many components, CSS and external library dependencies. This blog post is a guide for every developer that would like to create an Angular Workspace with several applications and libraries.

Managing Data During Performance Testing

Introduction We are going to talk about data in this blog post, predominately test data required for performance testing. This is something that makes the life of a performance tester extremely difficult and awkward as because of the huge quantities required, in the right state, that match the criteria required for your test to run. We often have to approach the use of large quantities data for the purpose of performance testing in a number of ways.