Blaze-meter flow with Recording

ABARNA S
YavarTechWorks
Published in
3 min readDec 1, 2022

Hi friends in this blog we are going to see the Blaze meter flow!! 8-)

Blaze meter: Blaze meter is an load testing platform with the open source Apache J-meter and it is an Performance testing framework

  • It allows to record the functionality of the application and it will store the script data and we can convert it into Jmx file

Step 1: After adding the Blaze meter we have to add it on the chrome extension

Step2: We have to enter the Application name

Step3: The record will start getting record

Step 4: Now I’m going to record the View source page functionality so we should add the step for View source page

Step5: Now we are going to add step for and record the View history page

Step6: Now we have to stop the recording and if we give save button we have to save it as Jmx file and it will automatically get download

Step7: We have to open the Jmx script file in the apache j meter

Step8: In the Thread Group we can see the recording controller with the given names

Step9: Now in the Thread group we can give thread group add

  • No. of users
  • Ramp up period seconds
  • Loop count

Step10: In the Thread group we have to

add ===>listener ===>view results in tree

So that we can see the status which is getting passed will be on green colour, and Red colour means that the testing has been failed

Step11: In the Thread group we have to

Add ===>Listener===>View results in Table

So that we can check the status, sample time, latency, Connect Time

In the View results tree we can see the status and the the status will be in green colour and in the view results in table we can see the results in the table view will contains the bytes, send bytes, latency period and connect Time we can format the result into the csv file and in the latency period

Thank You!!

--

--