generate summary reports listener in jmeter

generate summary reports jmeter

Open the jmeter properties file from bin folder and search for Sumariser Change sumariser.interva ... Read More

Distribution graph in jmeter

distribution graph jmeter

Shows lines related to 50 percentile and 90 percentile etc. Note in this test the 50 percentile a ... Read More

Bean shell preprocessor to compare between threads

Bean shell preprocessor to compare between threads jmeter

We add a thread group and in that add a request and bean shell preprocessor and in that define a jme ... Read More

BSF sampler in jmeter

bsf sampler jmeter

BSF Sampler can use many coding languages. We can add a BSF sampler as we add other sampler to a th ... Read More

Jmeter distributed mode

Distributed mode jmeter

If we want to put load on a website using 5000 users from a single machine. With limited cpu and ra ... Read More

Selenium and Jmeter integration

selenium jmeter

Let us make a simple selenium project in eclipse We add a class in it and add some junit test c ... Read More

Regualar expression extractor in Jmeter

regualar expression extractor jmeter

Let us say we have a login page and a authenticate page as http requests in a thread group. Lets say ... Read More

Running Jmeter scripts from command prompt

command prompt jmeter

In order to run a jmeter script which has the format of .jmx in command prompt we first have to go t ... Read More

Concurrency thread group in Jmeter

Concurrency thread group jmeter

In concurrency thread group we have many options like * Target Concurrency i.e total no of users ... Read More

Server performance and jmter

server performace jmeter

Jmeter is used to check performance of a website or a web application. We can also monitor server ... Read More