Found 3 Articles for JMeter

How to create record and playback scripts in JMeter using the Chrome browser?

Debomita Bhattacharjee
Updated on 08-Feb-2022 10:04:29
We can create record and playback scripts in JMeter using the Chrome browser with the help of the BlazeMeter extension. To get the extension, navigate to the below link −https://chrome.google.com/webstore/detail/blazemeter-thecontinuous/ mbopgmdnpcbohhpnfglgohlbhfongabi?hl=enThen click on Add to Chrome.After BlazeMeter has been added to our Chrome browser, it should appear on the menu bar. For time users, click on the Signup button.Next, we have to give user details for the registration. After successful registration, if we now click on the BlazeMeter icon on the menu bar, we shall see the input field to enter the test name, recording options(start, pause, and so on). ... Read More

Explain JMeter installation in macOS

Debomita Bhattacharjee
Updated on 08-Feb-2022 10:53:02
JMeter installation is done in MacOS by following the below steps −Step1 − Navigate to the below URL −https://jmeter.apache.org/download_jmeter.cgiStep2 − Navigate to the section Apache JMeter , then click on the link with the .tgz file(to download) as highlighted below −Step3 − Click on the downloaded file, a folder named: apache-jmeter-5.4.3 gets created. Here, 5.4.3 is the JMeter version. Open the folder, we should have the content as shown below −Step4 − Open Terminal and navigate to the location of the bin folder(which is within the apache-jmeter-5.4.3 folder) and run the below command −sh jmeter.shAfter successfully running the above command, ... Read More

Jmeter server error while perform load testing on SAP application

John SAP
Updated on 17-Feb-2020 12:43:31
Load testing is performed to see volume of traffic your website or an application can handle. Apache Jmeter is an open source, free, java based and configurable tool to perform performance and load testing. You can download Jmeter from the following link:LinkNow to test SAP application using Jmeter, you need to follow below steps for recording:First it to right click on the thread group and you need to choose “Add → Logic controller → Recording Controller”. This will store the recording in the new node named Recording controller.Next step is to right click on “WorkBench”, choose “Add → Non-test elements ... Read More
1
Advertisements