top of page

BLOG
Search


The Importance of Cache in T24 Applications
One topic that is rarely mentioned but extremely important in the world of APIs is the use of cache. To dive into the subject, let’s first understand what cache is.
A cache is a mechanism by which an application temporarily stores API responses or data to reuse them in subsequent requests, thereby avoiding repeated calls to the server and improving performance, latency, and resource consumption.
3 days ago2 min read


Comparison of Free Open Source L&P Frameworks: Gatling, K6, and Performator
Choosing the right framework for your needs is not an easy task, especially when you are not professionally working in performance engineering.
This post will compare free, open-source L&P testing frameworks such as K6, Gatling, and our in-house multi-talent Performator, built to incorporate all the features that we missed in the other tools.
Feb 1220 min read


A Quick Load Testing Showdown
Gatling or K6? I tested both with the same setup here’s how they compare in setup, reporting, and performance.
Oct 16, 20252 min read


Build Better Apps: Performance Testing
Performance testing ensures your app runs fast and stays stable even when users flood in.
Sep 11, 20252 min read


Behind the Screens: Functional Testing
Functional testing ensures your features work as expected and helps catch bugs before users ever see them.
Aug 28, 20252 min read


Survivorship Bias In Tech
Focusing only on successes creates blind spots. Survivorship hides failures in cybersecurity, performance testing, and incident management.
May 22, 20252 min read


Smarter Performance Testing with Observability and Load Simulation
Discover the observability-first approach to performance testing, uncovering bottlenecks and creating realistic, data-driven test scenarios.
Feb 13, 20252 min read


Load Testing GenAI using Gatling
The goal was to see how well ChatGPT could handle multiple interactions, especially when each question varied in complexity.
Jan 9, 20253 min read


Getting Started with JMeter
Dive into Apache JMeter for performance testing.
Dec 17, 20243 min read


Load Testing ChatGPT Using Gatling and Java
Discover how load testing ChatGPT with Gatling and Java improves performance and prepares AI systems for real word use
Nov 28, 20242 min read


Test Data Management in T24 Core Banking Environments
Learn how to manage and organize test data in T24 Core Banking, covering data ingestion, creation, and load testing for seamless testing.
Nov 19, 20242 min read


Performance Testing for Black Friday
Discover how performance testing can prevent slowdowns and crashes to ensure a seamless shopping experience
Oct 15, 20242 min read


What is Level 5 Load and Performance Testing?
If you want to waste money, use the classic performance testing approach. What is the Classic Performance Testing approach? Tools first...
Aug 3, 20233 min read


The cost of performance issues
Performance is your most important feature. If you’ve ever experienced performance issues in your customer-facing applications, I’m sure...
Sep 26, 20193 min read


Top 6 Layers you must include in your Performance Analysis
Troubleshooting performance issues can sometimes be a tough nut to crack! Customers are complaining about slow response times, and...
Sep 12, 20195 min read


Guide for Jmeter and Taurus
Here, I’m going to show you how to set up JMeter and Taurus. You’ll learn how to create a sample test on JMeter and then run it using...
Aug 29, 20192 min read


Cucumber-based performance testing
Shifting performance testing to the left is certainly a hot topic these days. All major companies have either implemented this practice...
Jul 25, 20193 min read


Rethink performance engineering in the SDLC
Have you ever experienced the frustration of slow-loading applications? Even worse, when one of your business applications is loading...
Jul 11, 20193 min read


Why every company needs a performance waymaker
We’re often too pushed for time to run many performance tests for our new application release. Chances are, there’s no time to review...
Jun 14, 20193 min read


Better performance in 3 steps
Complex problems often have simple solutions. But when we look at our performance-testing space, many of us dream too much instead of...
Jun 1, 20193 min read
bottom of page