Best Sniffing Tools For JMeter Tester

April 9, 2024
5 min read
Share this post

Here are some great tools which are beneficial for a JMeter tester for debugging the requests:

FIDDLER:

Fiddler helps to capture the HTTP(S) traffic and debug the requests and analyze web session caching, cookie and header properties in detail in the Inspector tab. We can get network stats of the requests using Statistics tab. Composer to execute the requests and Timeline allows you to visualize the traffic on a 'waterfall' diagram.

We can also capture the mobile traffic by setting the proxy on mobile device.

FrugalTesting capture mobile traffic fiddler

To get Fiddler: Click Here

POSTMAN:

Postman is a tool chain for API developers to share, test, document and monitor APIs. This helps the users to check or debug HTTP/HTTPS request along with their response data.

We can save the entire requests under collection. Also we can export the collection to JMeter by setting up the proxy in JMeter and running the collection in Postman. Open JMeter, add HTTP Test Script Recorder to the Test Plan and enter port number and Start the Recorder.

Frugaltesting recording postman jmeter

Now go to the network settings and set up the same port which we set in JMeter.

FrugalTesting network setting postman jmeter

Now go to Runner tab of Postman, which will lead us to another window and select the collection which you want to RUN.

FrugalTesting postman runner

Now go to JMeter, you can find the requests are being recorded.

FrugalTesting recorded requests postman jmeter

To get Postman: Click Here

BADBOY:

BadBoy is another tool which helps the testers to record the flow without any proxies and can see the flow without any switching of tabs. Testers can easily export the script to jmx by selecting Export to JMeter option (Files -> Export to JMeter).

FrugalTesting export to jmeter badboy

To get Badboy: Click Here

GOOGLE DEVELOPER TOOL / FIREFOX WEB DEVELOPER:

This tool also helps to record, debug and analyse the request along with the external / resources of that request. Testers can save the request as .har file.

FrugalTesting google developer tool
FrugalTesting web developer for firefox

Summarising the above points:

More tools from this category are:

  • Charles Proxy: Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).
  • Mitmproxy: Mitmproxy is a console tool that allows interactive examination and modification of HTTP traffic.
  • DebugBar: An Internet Explorer plug-in which supports to view HTTP/s request to check cookies, GET and POST parameters, view server info. All can be exported into a HAR file.

Rupesh Garg
Rupesh Garg
CEO and Chief Architect
Our blog

Latest blog posts

Discover the latest in software testing: expert analysis, innovative strategies, and industry forecasts
Software Testing
Testing Tools

How does Frugal Testing Achieve Client Expectations Throughout the Project Lifecycle?

Rupesh Garg
Rupesh Garg
April 25, 2024
5 min read
Mobile Testing
Software Testing

5 Signs Your Application Needs Software Testing in 2024

Rupesh Garg
Rupesh Garg
April 24, 2024
5 min read