<< < 1 2 3 4 5 > >>   Sort: Rank

jMeter Tutorial - A Practical Guide from tutorialspoint
jMeter is an Open Source testing software. It is 100% pure Java application for load and performance testing. jMeter is designed to cover categories of tests like load, functional, performance, regression, etc., and it requires JDK 5 or higher. This tutorial will give you great understanding on jMet...
2017-12-09, 1572🔥, 0💬

Pass Windows Environment Variable to JMeter
How to Pass Windows Environment Variable to JMeter? I want to use Windows temporary folder environment variable in my test plan. JMeter can not access Windows environment variables directly. You can follow this tutorial to access Windows environment variable indirectly through JMeter system properti...
2017-12-04, 12880🔥, 0💬

Call JMeter Command in Windows Batch
How to call JMeter command in a Windows batch file? I want to create a single batch job to run JMeter command line multiple times. You can follow this tutorial to create a Windows batch file to run JMeter command line multiple time. 1. Create a batch file, facebook.bat, with these lines: echo off se...
2017-12-04, 8507🔥, 0💬

Override JMeter Variable from Command Line
How to Override a JMeter Variable from Command Line? I want to run the same test plan multiple times by changing the value of a variable I defined in the test plan. JMeter command line does not allow you to override any variables you defined in the test plan. But it allows you to override any JMeter...
2017-12-04, 7931🔥, 0💬

Substring of Windows Environment Variable
How to Get a Substring of a Windows Environment Variable? I need to pass a part of the variable value to JMeter. You can Get a Substring of a Windows Environment Variable by following this tutorial. If you want to a substring of a Windows Environment Variable value, use the following syntax: %varnam...
2017-12-04, 2228🔥, 0💬

Windows Command to Aggregate Files
What is the Windows command to aggregate multiple files into a single file? I want to combine test result files from multiple JMeter test projects into a single one. If files contains text data, you can aggregate them using the "type ... &gt;&gt; ..." command as shown below: type jmeter*.jtl...
2017-12-04, 1835🔥, 0💬

JMeter Firefox Add-on by Richard Friedman
Selenium-IDE Plugin to record web traffic and create performance tests for JMeter. Our plugin captures Selenium test playback which can then be downloaded as a standard JMeter .jmx file. This can be uploaded back into JMeter or run via a cloud test. Visit site ...
2017-12-04, 1460🔥, 0💬

Use JMeter in Performance Testing with HTTP(S) Protocol from medium.com
How QA experts use Apache JMeter in daily work or web application performance testing with HTTP(S) protocols and csrf tokens? Today, web application testing needs complex and full approach which includes key and general steps: functional testing, GUI testing and load/performance testing (why testing...
2017-12-04, 1327🔥, 0💬

Custom Plugins for Apache JMeter at jmeter-plugins.org
This project is an independent set of plugins for Apache JMeter, the popular Open-Source load and performance testing tool. Visit the site ...
2017-12-04, 1082🔥, 0💬

Apache JMeter FAQ
Are you a Software QA engineer or Software tester? Need to update your software QA/testing knowledge or need to prepare for a job interview? Check out this collection of Apache JMeter FAQ... Full article ...
2017-11-26, 1555🔥, 0💬

Run Apache JMeter load tests with VSTS from Microsoft
To run a JMeter load test: 1. Sign in to your VSTS account (https://your-account-name.vis ualstudio.com).2. Go to the Load Test hub, open the + New menu and choose Apache JMeter test. Full article ...
2017-11-26, 1785🔥, 0💬

JSON Extractor - Capture JSON Data
How to use JSON Extractor to capture data from JSON message in JMeter? The JSON Extractor allows you to capture data with a JSON expression match. If a match is found, the matched data is capture in a given variable. You can follow this tutorial to see how JSON Extractor works. 1. Copy and create a ...
2017-11-26, 3281🔥, 0💬

Download and Install Apache JMeter
How to Download and Install Apache JMeter on my Windows computer? If you want to try Apache JMeter, you follow this tutorial to download and install JMeter on your Windows computer. 1. Go to Apache JMeter Website . 2. Click "Download Releases" on the left menu. You see the download page. 3. Click on...
2017-11-18, 5353🔥, 0💬

JMeter Test Elements and Execution Order
Where to find tutorials on JMeter Test Elements and Execution Order? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on JMeter Test Elements and Execution Order. What Are Test Elements in JMeter Types of Test Elements Supported in JMeter Test Plan...
2017-11-18, 2721🔥, 0💬

Start Up Apache JMeter
How to Start Up Apache JMeter on my Windows computer? There are 2 ways to startup Apache JMeter on your computer: 1. Run the JMeter command in a command window: C:\fyicenter&gt;\fyicenter \jmeter\bin\jmeter2. Double-click on the batch file: \fyicenter\jmeter\bin\jmeter.b atchin Windows Explorer....
2017-11-18, 2257🔥, 0💬

Create My First JMeter Test
How to Create my First Test with JMeter? I have just installed JMeter on my computer. You can follow this tutorial to create your first JMeter test. 1. Start JMeter on your computer. 2. Right-click on "Test Plan" in left panel and select "Add &gt; Threads (Users) &gt; Thread Group". You see ...
2017-11-18, 2179🔥, 0💬

HTTP Request to Get Home Page
How to use the HTTP Request Sampler to get the home page from a Website? This tutorial shows you how to use the use the HTTP Request Sampler to get the home page from www.facebook.com. 1. Start JMeter on your computer. 2. Change the default Test Plan name to "Facebook Login Test Plan". 3. Add a chil...
2017-11-18, 2035🔥, 0💬

Run My First JMeter Test
How to Run my First Test with JMeter? If you have created your first test in JMeter as described in the previous tutorial, you run it using these steps. 1. Start JMeter on your computer. 2. Click "File &gt; Open" menu to open your first JMeter test stored in "\fyicenter\First-Test.jmx". You see ...
2017-11-18, 1957🔥, 0💬

What Is JMeter Test Plan
What Is JMeter Test Plan? A JMeter Test Plan is a container that hold a group of related test cases. A JMeter Test Plan is the highest data entity that you can manage and run in a single JMeter session. A JMeter Test Plan has the following main attributes: Name - Name for this Test Plan. Comments - ...
2017-11-18, 1798🔥, 0💬

Assertion on Home Page Response Time
How to verify if I the home page responds less than half a second? You can add Duration Assertions to the HTTP request to very if the home page HTTP responds faster enough or not as shown in this tutorial. 1. Start JMeter on your computer and open "\fyicenter\Facebook-Login-Tes t-2.jmx".2. Right-cli...
2017-11-18, 1760🔥, 0💬

What Is JMeter HTTP Request
What Is JMeter HTTP Request? A JMeter HTTP Request is a kind of test step (also called Sampler) that sends a HTTP request to a remote server. A JMeter HTTP Request has the following main attributes: Name - Name for this Thread Group. Comments - Comments about this Thread Group. Protocol - The protoc...
2017-11-18, 1673🔥, 0💬

JMeter Command Line Options
What are JMeter command line options? You can get see JMeter command line options by running this command: C:\fyicenter&gt;\fyicenter \jmeter\bin\jmeter--? 3.3 r1808647 Copyright (c) 1999-2017 The Apache Software Foundation --? print command line options and exit -h, --help print usage informati...
2017-11-18, 18312🔥, 0💬

Append Test Result to Old File
How to append test result to an old existing file? I want test results to be saved in a single file. You can follow this tutorial append JMeter test result to an old existing file. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-2. jmx".2. Run the test plan again. You will get ...
2017-11-18, 7095🔥, 0💬

Save Test Result to File
How to save test result to file? I want to keep them so that I can compare them with later runs. You can follow this tutorial to save test result of your first JMeter load test. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-2. jmx".2. Click to open "View Results in Table" scr...
2017-11-18, 4684🔥, 0💬

<< < 1 2 3 4 5 > >>   Sort: Rank