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

XML Assertion - XML Validation
How to use XML Assertion to validate XML messages in JMeter? The XML Assertion allows you to validate if the Sampler returns a well-formed XML or not. It does not validate the XML based on a DTD or schema or do any further validation. You can follow this tutorial to see how XML Assertion works. 1. C...
2018-10-08, 4601🔥, 0💬

Load Test Result to MySQL Automatically
How to load JMeter test result MySQL database automatically? I have JDBC connection configured correctly for MySQL server. You can follow this tutorial to load JMeter test result to MySQL database automatically. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-5. jmx".2. Add ano...
2017-09-20, 4436🔥, 0💬

JMeter WebSocket Samplers - A Practical Guide from blazemeter
WebSocket is a protocol that provides a two-way communication channel between a web browser and a server over a single TCP connection. This protocol is becoming more and more popular each year and is supported by most of modern browsers. Unfortunately, Apache JMeter™ doesn’t support the WebSoc...
2017-12-09, 4075🔥, 0💬

POST Request to Send User and Password
How to call the POST request to send user name and password to the server? You can call the POST request to send user name and password to the server as shown in this tutorial. 1. Start JMeter on your computer and open "\fyicenter\Facebook-Login-Tes t-5.jmx".2. Add another HTTP Request sampler to "L...
2018-12-07, 4026🔥, 0💬

Built-in Functions in JMeter
What are built-in functions in JMeter? Built-in functions are functions provided by JMeter that allows you access JMeter/JVM properties, manipulate data, and run scripts. Below is the syntax of calling a built-in function. ${__functionName(param1,param2 ,param3)}Note that if a parameter contains a "...
2018-01-27, 3923🔥, 0💬

JMeter Execution Order - PreProcessors
In what order PreProcessors are executed in JMeter? PreProcessors of all types are executed in the order described in the rules below: If a PreProcessor is attached to a Sampler, it is executed prior to the Sampler. If a PreProcessor is attached to a container (Test Plan, Thread Group, or Logical Co...
2018-08-14, 3916🔥, 0💬

JMeter Execution Order - Samplers
In what order samplers are executed in JMeter? Samplers of all types are executed in the order described in the rules below: Samplers in the same thread group are executed sequentially by traversing the group tree branch from top to bottom. Samplers in a logical controller may not be executed depend...
2018-08-14, 3751🔥, 0💬

Run JMeter Proxy Server
How to Run JMeter Proxy Server? I have the "HTTP(S) Test Script Recorder" component configured. If you have the "HTTP(S) Test Script Recorder" component configured, you can follow this tutorial to Run JMeter Proxy Server. 1. Run JMeter and open "Recording-Controller-HTTP-Pro xy.jmx".2. Open "HTTP(S)...
2018-02-01, 3616🔥, 0💬

JMeter Execution Order - Assertions
In what order Assertions are executed in JMeter? Assertions of all types are executed in the order described in the rules below: If an Assertion is attached to a Sampler, it is executed after all PostProcessors of the Sampler. If an Assertion is attached to a container (Test Plan, Thread Group, or L...
2020-07-07, 3572🔥, 2💬

💬 2020-06-25 FYIcenter.com: @jaro, you are right. We will fix the typo.

💬 2020-06-19 jaro: Hi, should be sampler A and sampler Z exchanged?

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

Set Firefox for JMeter Proxy Server
How to set up Firefox to use the JMeter Proxy Server? If you have the JMeter proxy server running on your local computer and listening at port 8888, you can follow this tutorial to set up Firefox to use it to record all HTTP requests and responses. 1. Run Firefox and click "Options" in the menu. 2. ...
2018-07-18, 3350🔥, 0💬

HTTP POST with JSON Message
How to use HTTP protocol to post a JSON message to a server? You can follow this tutorial to post a JSON message to a server with JMeter. 1. Create a Test Plan called Azure-Echo-API-JSON.jmx with the following HTTP Request in a Thread Group: Protocol: http Server Name: echoapi.cloudapp.net Method: P...
2018-10-08, 3322🔥, 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💬

Working With XML Body Messages
Where to find tutorials on Working With XML Body Messages in JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Working With XML Body Messages in JMeter. HTTP POST with XML Message XML Assertion - XML Validation XPath Assertion - XPath Exp...
2018-03-18, 3106🔥, 0💬

XPath Extractor - Capture XML Data
How to use XPath Extractor to capture data from XML message in JMeter? The XPath Extractor allows you to capture data with an XPath expression match. If a match is found, the matched data is capture in a given variable. You can follow this tutorial to see how XPath Extractor works. 1. Copy and creat...
2018-10-08, 3085🔥, 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, 3050🔥, 0💬

Assertion on Home Page Response Data
How to verify if I am getting the home page HTTP response data correctly? You can add several Response Assertions to the HTTP request to very if you are getting the home page HTTP response data correctly or not as shown in this tutorial. 1. Start JMeter on your computer and open "\fyicenter\Facebook...
2019-08-12, 2967🔥, 1💬

💬 2019-08-12 abcd: good

Working With JSON Body Messages
Where to find tutorials on Working With JSON Body Messages in JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Working With JSON Body Messages in JMeter. HTTP POST with JSON Message Set Content-Type to application/json JSON Extractor - C...
2018-10-08, 2742🔥, 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, 2722🔥, 0💬

Testing Web Application with JMeter
Where to find tutorials on Testing Web Application with JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Testing Web Application with JMeter HTTP Request to Get Home Page Assertion on Home Page Response Data Assertion on Home Page Respon...
2018-10-21, 2719🔥, 1💬

💬 2019-01-26 D I O: KONO DIO DA

JMeter Execution Order - General Rules
What are general rules on the execution order of different types of test elements in JMeter? Here are some general rules on the execution order of different types of test elements in JMeter: 1. The center line of test plan execution is based on Samplers. If a Sampler is not executed, all of its asso...
2018-08-14, 2666🔥, 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, 2633🔥, 0💬

Record Web Session with JMeter
How to record a Web session with the JMeter Proxy Server? If you have the JMeter proxy server running and your Firefox configured to use the proxy server, you can follow this tutorial to record a Web application session in JMeter. 1. Make sure your JMeter proxy server is running. 2. Make sure your F...
2018-07-18, 2553🔥, 0💬

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