0

Is Blazemeter a plugin of JMeter?

If yes, how can I go through the blazemeter code as JMeter is open source?

If no, How does it supports JMeter scripts?

Also, how blazemeter records without certs? what changes it performs to browser settings for recording without certs?

Ori Marko
  • 56,308
  • 23
  • 131
  • 233
rs_
  • 115
  • 18

1 Answers1

2

No. Blazemeter is a Computer Associates company which:

  • has offers paid solutions for testing.

    SaaS, Cloud and on-premise continuous testing solution

  • created open source solutions as taurus

  • partly sponsors and contributes to JMeter plugins,
  • contribute sometimes patches to open source projects as Apache JMeter
UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
  • Thanks! what about recording hsts web apps without certificates? – rs_ Nov 29 '17 at 04:28
  • It uses blazemeter certificate https://guide.blazemeter.com/hc/en-us/articles/207420545-BlazeMeter-Proxy-Recorder-Mobile-and-web-?mobile_site=true – Ori Marko Nov 29 '17 at 04:44
  • Blazemeter app uses mitmproxy server and blazemeter certs. But what about the chrome extension? It must be configuring in chrome to record using the extension. Or it just like a network sniffer that sniffs requests? – rs_ Nov 29 '17 at 13:31