Authorization with a dynamic access token is used to pass the dynamic response content to the subsequent requests. This is used to validate API authorization. here, we will discuss the fetching access token (dynamic response) with the help of JSON Ex...
Let’s be real here; there’s nothing worse than launching a website, feeling proud of your hard work, only to watch it crash under unexpected traffic. You might have been there: sweating as your site slows to a crawl during a big advert sale or a vira...
API is an Application Programming Interface, it works as an intermediate. Eg- if a client sends a particular request to the server and the server responds back according to your requirements. API basically works as an intermediate or a gateway betwee...
Understanding JMeter JMeter is an open-source load testing tool that simulates user traffic to analyze application performance. It works by sending requests, measuring response times, and identifying performance bottlenecks. JMeter Script Architectur...
I often used Postman for organizing my API requests and testing them. But I recently discovered that Postman can also be used for load testing. This feature allows you to simulate multiple users and measure the performance of your API under different...
When I first got into performance testing, I thought it was all about speed—how fast an application responds under load. But over time, I realized it’s much bigger than that. Performance testing is about stability, scalability, and resilience—making ...
Yük testi yapmak istiyorsunuz fakat: jMeter, K6, Gatling gibi araçlar üzerinde uzmanlaşacak vaktiniz mi yok? 🤷🏻 Veya Swagger dosyaları, Postman koleksiyonları, Request, Response’lar arasında kayıp mı oluyorsunuz? 🤔 Dahası Testi otomatikleştir...
Introduction In today's era of AI-powered solutions, deploying large language models (LLMs) at scale requires meticulous planning, robust infrastructure, and dynamic scaling to ensure reliability and performance. In this blog, I'll walk you through a...
Introduction: This project is designed to manage AWS infrastructure using Terraform, leveraging Auto Scaling Groups (ASG) and Application Load Balancers (ALB) to dynamically handle server loads. Additionally, SNS and Lambda functions are integrated t...
Many companies dropped load tests. Even though for many years we relied on load tests as the only way to prevent scalability issues, we now have other ways. Let’s see what happened and why you should drop load tests too. Why Load Tests Do Not Work Lo...