© 2023 Hashnode
#jmeter
Performance testing with JMeter is a widely used approach to measure and evaluate the performance, scalability, and stability of web applications. JMeter is an open-source tool developed by Apache that allows you to simulate various types o…
Non-function Testing To determine how fast the system performs under particular workload To know the response time for the server under certain workload / response time of the app under certain workload Compare between two servers or two…
Prerequisites Java Development Kit (JDK) installed on your system. Have Ubuntu Linux on your machine. Installation Install and check Java version $ apt-get install openjdk-8-jdk -y $ java --ver…
One of the popular choices for carrying out high-load tests is Apache JMeter. Being capable of doing everything needed for load testing (and doing it well), it is not, however, the easiest tool to set up in the cloud. To make it easier, we …
In the previous article of this series, we introduced the open-source test tool JMeter and took a simple HTTP test as an example to see the capabilities of JMeter. In this article, we will further int…
Hi there, Being a developer can be both challenging and stressful, the joy however of every developer is building a usable product that is loved by the users. However, if your app or website becomes u…