<< < 14 15 16 17 18 19 20 >   Sort: Rank

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, 4607🔥, 0💬

Extract Login URL from Home Page Response
How to extract the login page URL from the home page response text? You can add a Regular Expression Extractor to the HTTP request to extract the login page URL from the home page HTTP response text. as shown in this tutorial. 1. Start JMeter on your computer and open "\fyicenter\Facebook-Login-Tes t...
2017-11-18, 4600🔥, 0💬

HTTP Cookie Manager for Web Testing
How to use the HTTP Cookie Manager to help returning cookies received from the Web server? For most Web applications, the Web server is expecting you to send back cookies received from the previous HTTP calls. You can use the HTTP Cookie Manager to help returning cookies received from the Web server...
2017-11-18, 3346🔥, 0💬

Call Login Page with Extracted URL
How to call the login page with the extracted URL from the previous sampler? I have the URL saved in the reference (variable) name. You can call the login page with the extracted URL from the previous sampler as shown in this tutorial. 1. Start JMeter on your computer and open "\fyicenter\Facebook-L...
2017-11-18, 2472🔥, 0💬

Run JMeter Test Plan in Command Line
How to run a JMeter Test Plan in command line mode? I have a Test Plan stored in Facebook-Login-Test-7.jmx. To run a JMeter Test Plan in command line mode, you need to: 1. Make sure you have "View Result in Table" listener included in the test plan to generate result. 2. Run JMeter using the followi...
2017-11-18, 2382🔥, 0💬

Running JMeter in Command Line Mode
Where to find tutorials on Running JMeter in Command Line Mode? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Running JMeter in Command Line Mode. JMeter Command Line Options Run JMeter Test Plan in Command Line Override JMeter Variable from ...
2017-11-18, 2207🔥, 0💬

Load Testing with JMeter
Where to find tutorials on Load Testing with JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Load Testing with JMeter. What Is Load Testing What Is JMeter Thread Group Create My First JMeter Load Test Run My First JMeter Load Test Save ...
2017-11-18, 1916🔥, 0💬

View Result in Table for Entire Test Plan
How to use the View Result in Table listener list result from all samplers in a table format? You can follow this tutorial to learn how to use the View Result in Table listener. 1. Open "\fyicenter\Facebook-Login-Tes t-6.jmx".2. Right-click on the "Facebook Login Test Plan", and select "Add &gt;...
2017-11-18, 1893🔥, 0💬

What Is JMeter Thread Group
What Is JMeter Thread Group? A JMeter Thread Group represents a load test case which runs a sequence of test steps in multiple threads (also called users) repeatedly. A JMeter Test Plan has the following main attributes: Name - Name for this Thread Group. Comments - Comments about this Thread Group....
2017-11-18, 1849🔥, 0💬

Run My First JMeter Load Test
How to Run my First Load Test with JMeter? You can follow this tutorial to run your first JMeter load test. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test.jm x".2. Right-click on the "Facebook Login Test Plan", and select "Add &gt; Listener &gt; View Result in Table". ...
2017-11-18, 1793🔥, 0💬

Create My First JMeter Load Test
How to Create my First Load Test with JMeter? I have just installed JMeter on my computer. You can follow this tutorial to create your first JMeter load 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"...
2017-11-18, 1743🔥, 0💬

What Is Load Testing
What is load testing? Load testing, also called stress testing or performance testing, is to measure response time of a system under certain usage load. There are several key considerations on performing load testing: Size of the Load - This is to consider the number of users who are using the syste...
2017-11-18, 1579🔥, 0💬

Saving Test Results to MySQL Database
Where to find tutorials on Saving JMeter Test Results to MySQL Database? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Saving JMeter Test Results to MySQL Database. JMeter MySQL Connection Requirement Create MySQL Table for Test Result Load T...
2017-11-18, 4597🔥, 0💬

View Load Test Result Summary
How to view load test result summary? I want to know the average time of repeating sampler execution times. You can follow this tutorial to view result summary of your first JMeter load test. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-2. jmx".2. Right-click on the "Faceboo...
2017-11-18, 2577🔥, 0💬

Load Test Result to MySQL Manually
How to load my JMeter test result manually to MySQL server? I want to verify if the test result fields match with the table columns or not. You can follow this tutorial to load your JMeter test result manually to MySQL server. 1. Start JMeter on your computer, open "\fyicenter\First-Load-Test-3. jmx"...
2017-11-18, 2417🔥, 0💬

Create MySQL Table for Test Result
How to Create Table to Store JMeter Test Result in MySQL database? You can follow this tutorial to create a table in MySQL database to store JMeter test result. 1. Run MySQL command line client. 2. Connect to the MySQL server and database with the server information and your username/password. \fyic...
2017-11-18, 2400🔥, 0💬

Add JDBC Connection Configuration
How to add JDBC Connection Configuration to my JMeter Test Plan? You can follow this tutorial to add JDBC Connection Configuration to my JMeter Test Plan. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-3. jmx".2. Right-click "Test Plan" and select "Add &gt; Config Element ...
2017-11-18, 2262🔥, 0💬

JMeter MySQL Connection Requirement
How to prepare for JMeter connection to MySQL database server? You can prepare for JMeter connection to MySQL database server by following this tutorial. 1. Download the JDBC Driver for MySQL - Go to https://dev.mysql.com/download s/connector/j/and download the latest version, for example, mysql-con...
2017-11-18, 2249🔥, 0💬

What Is Apache JMeter?
What Is Apache JMeter? Apache JMeter is an Apache application that can be used as a load testing tool for analyzing and measuring the performance of a variety of services, with a focus on web applications. The Apache JMeter™ application is open source software, a 100% pure Java application designed ...
2017-11-18, 3020🔥, 0💬

Getting Started with Apache JMeter
Where to find tutorials on getting started with Apache JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on getting started with Apache JMeter. What Is Apache JMeter? Download and Install Apache JMeter Start Up Apache JMeter Create My First ...
2017-11-18, 2166🔥, 0💬

List Variables with Debug PostProcessor
How to list all variables with the Debug PostProcessor in JMeter? If you want to see a list of all your user defined variables and their values, you can use the Debug PostProcessor as shown in this tutorial. 1. Open Get-Exchange-Rate-3.jmx. 2. Add a post-processor, Debug PostProcessor, after the "Th...
2017-11-10, 6566🔥, 0💬

Modify MySQL Table to Store New Field
How to Modify the MySQL Table to Store New Fields? I have just added "testID" to the test result file. You can follow this tutorial to modify the MySQL table to store the new field. 1. Run MySQL client tool and with this command: mysql&gt; alter table jmeter_test_result add column testID INT; 2....
2017-10-16, 1710🔥, 0💬

View Result of JDBC Request Sampler
How to view test result of a JMeter JDBC request? I created one to verify access to my MySQL server. You can follow this tutorial to view test result of a JMeter JDBC request. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-5. jmx".2. Add a "View Result Tree" in the "tearDown T...
2017-10-11, 3431🔥, 0💬

Generate Test Summary Report from MySQL
How to generate test summary report from the test result table in MySQL? You can follow this tutorial to generate test summary report from the test result table in MySQL. 1. Run "\fyicenter\First-Load-Test-6. jmxmultiple files. 2. Run MySQL client tool with the following query: select testID, runID,...
2017-10-04, 1693🔥, 0💬

<< < 14 15 16 17 18 19 20 >   Sort: Rank