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

Test JDBC Connection Configuration
How to test JDBC Connection Configuration in my JMeter Test Plan? You can follow this tutorial to test JDBC Connection Configuration in my JMeter Test Plan. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-4. jmx".2. Right-click "Test Plan" and select "Add &gt; Threads (User...
2017-09-22, 2542🔥, 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, 2510🔥, 0💬

JMeter Execution Order - PostProcessors
In what order PostProcessors are executed in JMeter? PostProcessors of all types are executed in the order described in the rules below: If a PostProcessor is attached to a Sampler, it is executed after the Sampler. If a PostProcessor is attached to a container (Test Plan, Thread Group, or Logical C...
2018-10-13, 2492🔥, 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, 2444🔥, 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, 2438🔥, 0💬

JMeter Execution Order - Timers
In what order Timers are executed in JMeter? Timers of all types are executed in the order described in the rules below: If a Timer is attached to a Sampler, it is executed after PreProcessors of the Sampler. If a Timer is attached to a container (Test Plan, Thread Group, or Logical Controller), it ...
2018-10-13, 2412🔥, 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, 2405🔥, 0💬

JMeter Interview Questions & Answers from guru99.com
1) Explain what is JMeter? JMeter is a Java tool, which is used for performance Load Testing. 2) Explain how JMeter works? JMeter acts like a group of users sending requests to a target server. It collects response from target server and other statistics which show the performance of the application...
2017-12-09, 2388🔥, 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, 2308🔥, 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, 2270🔥, 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💬

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, 2238🔥, 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💬

What Are User Defined Variables
What Are User Defined Variables in JMeter? User defined variables are variables defined in JMeter at different places. Values of user defined variables can be set or updated at different points during the execution process. There are several ways to define a User defined variable: 1. Variables defin...
2018-06-20, 2217🔥, 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, 2196🔥, 0💬

JMeter Execution Order - Configurations
In what order Configurations are executed in JMeter? Configurations of all types are executed in the order described in the rules below: If a Configuration is attached to a Sampler, it could be applied to the Sampler. If a Configuration is attached to a container (Test Plan, Thread Group, or Logical...
2018-10-13, 2185🔥, 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💬

Run Recorded Session in JMeter
How to run the recorded Web session in JMeter? If you have a Web session recorded with the JMeter proxy server, you can follow this tutorial to run it in JMeter without any changes. 1. Run JMeter and open "Login-Logout-Session.jmx". You see the recorded session displayed in the test plan. 2. Click "...
2018-07-18, 2177🔥, 0💬

Variables and Functions in JMeter
Where to find tutorials on Using Variables and Functions in JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using Variables and Functions in JMeter. What Are User Defined Variables Define Variable as Part of Test Plan Define Variable as...
2018-06-26, 2086🔥, 0💬

Define Variable as Part of Post-Processors
How to define a variable as part of an extractor post-processor? You can follow this tutorial to define a variable as part of an extractor post-processor. 1. Open Get-Exchange-Rate.jmx. 2. Add a post-processor, Regular Expression Extractor, after the "Latest Exchange Rate" HTTP request: Reference Na...
2018-05-27, 2083🔥, 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💬

Setup JMeter Proxy for Recording
How to setup JMeter to be a proxy server for HTTP communication recording? You can follow this tutorial to setup JMeter to be a proxy server for HTTP communication recording. 1. Run JMeter and click "File &gt; Template" menu or the template icon. You see the template screen. 2. Select the "Recor...
2018-02-01, 2026🔥, 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💬

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

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