0

Can anybody suggest jmeter script recording alternatives other than blazemeter? Blazemeter is not providing necessary data in the recorded script.

sijo
  • 89
  • 1
  • 2
  • 14
  • You should Definitely take a look at this **ultimate guide** reviewing most [Open-Source Load Testing tools](https://octoperf.com/blog/2017/11/21/open-source-load-testing-tools/) available on the market. – Jerome L Dec 14 '17 at 09:49

5 Answers5

2

Have you considered the most excellent test script creation utility with Octoperf?

James Pulley
  • 5,606
  • 1
  • 14
  • 14
1

If you can switch Jmeter, then there are tools like LoadRunner and Tsung.

BDL
  • 21,052
  • 22
  • 49
  • 55
s s
  • 286
  • 2
  • 14
1

First of all JMeter has its own built-in recording mechanism - HTTP(S) Test Script Recorder, given you are trying to capture HTTP or HTTPS traffic it should catch all the requests properly. If it doesn't - raise a ticket in JMeter Issue Tracker.

Reference Material:


Be aware that not everything can be recorded, i.e. if your application uses WebRTC or WebSockets or relies on custom plugin content like Silverlight or Java - most likely you won't be able to record the "uncommon" or proprietary protocols.

Dmitri T
  • 159,985
  • 5
  • 83
  • 133
0

It is not a record alternative, in the sense that it generates your Jmeter requests, but try Fiddler to analyze the traffic and base your script on that.

That is what I mostly use as I don't want to rely on recorders and it takes too much time to rewrite/de-cluther the recorded script in many cases anyway. Also a much better way to see and understand what is actually happening. And useful for different protocols, like Websockets. Just my 2cnts.

Ray Oei
  • 1,827
  • 1
  • 17
  • 21
0

You can try SmartMeter's Recorder. SmartMeter is compatible with Jmeter.

klingac
  • 463
  • 3
  • 10