1 2 3 4 5 > >>   Sort: Rank

JMeter Execution Order - Thread Groups
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups", "setUp Thread Groups", and "tearDown Thread Group", are executed in the order described in the rules below: "setUp Thread Groups" are executed first, even they are placed at the bottom of the "Test ...
2023-04-26, 19226🔥, 4💬

💬 2023-04-26 KJ: I find out the "Thread Groups" executes in parallel

💬 2023-02-28 FYIcenter.com: @ahmed, you are right!

💬 2023-02-28 ahmed: tear down should be executed last as per the theory

(More comments ...)

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, 3533🔥, 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?

Set Content-Type to application/json
How to set Content-Type to application/json? The server requires the Content-Type to be application/json. You can follow this tutorial to set Content-Type to application/json using the "HTTP Header Manager" Config Element. 1. Copy and create a Test Plan called Azure-Echo-API-JSON-3.jmx. 2.Add a "Con...
2020-03-03, 33853🔥, 2💬

💬 2020-03-03 Poonam: Thanks, this is really helpful.

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, 2876🔥, 1💬

💬 2019-08-12 abcd: good

Auto Flush JMeter Test Result to File
How to force JMeter to automatically flush test result to file immediately after each sampler is executed? I need to send the test result file to database in the tear down thread. You can follow this tutorial to change JMeter configuration to automatically flush test result to file. 1. Open \fyicent...
2018-12-23, 8272🔥, 1💬

💬 2019-01-18 Shubham: Thanks

Free JMeter Tutorial from guru99.com
This is a free JMeter Tutorial class provided at guru99.com. <p Class Summary JMeter is a popular open source performance testing tool. Following 11 tutorials cover all aspects of JMeter to make you a testing pro. What should i know? The tutorials are designed for beginners with little or no perf...
2018-12-10, 4852🔥, 1💬

💬 2018-12-10 rony: excellent

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, 3980🔥, 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, 2681🔥, 1💬

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

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, 2454🔥, 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, 2369🔥, 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, 2141🔥, 0💬

JMeter Execution Order - Listeners
In what order Listeners are executed in JMeter? Listeners of all types are executed in the order described in the rules below: If a Listener is attached to a Sampler, it is executed after all Assertions of the Sampler. If a Listener is attached to a container (Test Plan, Thread Group, or Logical Con...
2018-10-13, 1792🔥, 0💬

XPath Assertion - XPath Expression Matches
How to use XPath Assertion to validate XML message in JMeter? The XPath Assertion allows you to validate the response XML message with an XPath expression match. If a match is found, the assertion is passed. You can follow this tutorial to see how XPath Assertion works. 1. Copy and create a Test Pla...
2018-10-08, 4683🔥, 0💬

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, 4543🔥, 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, 3275🔥, 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, 2996🔥, 0💬

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, 2688🔥, 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, 3852🔥, 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, 3681🔥, 0💬

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

Test Plan Element Tree in JMeter
What is the Test Plan Element Tree in JMeter? A test plan element tree in JMeter is a tree diagram of test elements that represents the test plan structure. Rules to remember when building a test plan tree in JMeter: Test Plan is the top level tree node. Thread Groups are second level tree nodes. Co...
2018-08-06, 1814🔥, 0💬

Pass Session ID to Subsequent HTTP Requests
How to Pass Session ID to Subsequent HTTP Requests query string parameters? If your Web application uses cookie to manage session ID, you should have no problem to run the test plan recorded by the JMeter proxy server. However, if your Web application uses query string parameter to manage session ID...
2018-07-18, 4570🔥, 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, 3226🔥, 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, 2503🔥, 0💬

1 2 3 4 5 > >>   Sort: Rank