Skip to content

BlazeMeterUtils guide

Artem Fedorov edited this page Nov 24, 2017 · 12 revisions

Constructor parameters

 - **apiKeyId** and **apiKeySecret** - BlazeMeter Api Key Id and BlazeMeter Api Key Secret. You can find it under your [Settings => API Keys](https://a.blazemeter.com/app/#/settings/api-keys).
 - **address** - BlazeMeter app address: http://a.blazemeter.com/
 - **dataAddress** - BlazeMeter data address: http://data.blazemeter.com/
 - [**notifier**](#User-Notifications) - user notifier. Notify to user about main steps of your workflow.
 - [**logger**](#Logging) - logger, for log events of http requests / response etc.

User Notifications

Logging

HTTP Client

If you use proxy server see instructions how to set up proxy.

Clone this wiki locally