Skip to main content

Posts

Showing posts from March, 2020

Learning about Performance Testing with JMeter

What is Performance Testing? It is a process of determining the speed, responsiveness, and stability of a computer, software application, network or device under a workload. Why is so important Performance Testing nowadays? Currently, there are many people connected to the Internet, so most of the software applications should be able to support huge users traffic.  An organization can also use performance testing as a diagnostic aid to locate computing or communications bottlenecks within a system. What is Apache JMeter? There are many tools to do performance testing,  but the most famous framework is JMeter . It is an open source software, a 100% pure Java application designed to load test functional behavior and measure performance. Ones of its features are: Ability to load and performance test to many different applications/server/protocol types (HTTPS, SOAP/RES, databases, LDAP, shell, FTP, TCP) IDE to do recordings CLI mode Full multithreading fram