12/08/2018, 16:07

Part 1: HOW TO RUN PERFORMANCE TESTS USING JMETER ON MOBILE APPS

Introduction: In this tutorial, we will look like overview of how to install and start Jmeter 3.2 and we will also learn about the basic Jmeter and how to run performance tests on mobile apps. What is Jmeter? JMeter is a 100% Java application, open source software, designed to load test for ...

Introduction: In this tutorial, we will look like overview of how to install and start Jmeter 3.2 and we will also learn about the basic Jmeter and how to run performance tests on mobile apps. What is Jmeter? JMeter is a 100% Java application, open source software, designed to load test for analyzing and measuring the performance of variety of applications , with a focus on web applications. Why Jmeter? Open source testing tool and the most popular performance tool. Easy to download and install. Have huge community support. Can test for web app or mobile app Can view result by table, graph Prequities: JMeter now requires Java 8. JMeter logging has been migrated to SLF4J and Log4j 2. Downloading and Installing Jmeter Step 1: Download file and Install the latest JRE or JDK. This is needed as JMeter is a pure Java application. Link : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htm Read more

0