JMeter Script Generation through AI

AI is getting better in many areas, so why hasn’t it been used much in performance testing? Creating performance test scripts with AI isn’t very hard. The real challenge is instructing AI, exactly what you need, so it gives you the right results. This is where prompt engineering becomes important. In this article, we’ll show … Read more

Prompt Engineering for Performance Testing

Prompt Engineering for Performance Testing

Prompt engineering for performance testing involves crafting precise and goal-oriented prompts that effectively assess and evaluate the behavior, reliability, and responsiveness of a system, especially when dealing with AI models, APIs, or software components under various workloads. What is Prompt Engineering? Prompt engineering is the art of writing clear and well-structured instructions (called prompts) so … Read more

Performance Testing – System Failures & Losses

If we dig down the history, many incidents occurred that led to system failures and business losses in terms of money and brand value. Among them, some could have been avoided with continuous server monitoring and proper performance testing. So, let’s discuss what history says to us and what we can learn from it. As … Read more

Mobile Application Performance Testing

Mobile Application Performance Testing

Mobile Application Performance Testing is a new domain opening the door to new challenges due to the lack of a properly defined approach, tool etc. Read the article to understand what are the key points that you need to keep in mind as a Performance Engineer: Challenges in Mobile Application Performance Testing Performance Optimization of … Read more

GC Time Ratio Value Calculator

GC time ratio Calculator

Parallel Garbage Collector or Throughput Collector has an argument to set the target application throughput. The argument is: -XX:GCTimeRatio=<N> To set the target throughput, you need to calculate the correct GC Time Ratio value and input in the file. The below calculator helps you to calculate the correct GC Time Ratio value (N) on the … Read more