Performance testing - Jmeter transaction controller

Transaction:

In performance testing, a transaction refers to a complete operation process from end to end, such as a login, a filter query, a payment, etc. Technically speaking: a transaction is composed of one or more requests.

transaction controller

The transaction controller is similar to a simple controller, integrating single or multiple requests into an overall business. It contains two options, which can highlight the concept of transactions.

Generate parent sample

If there are multiple samplers (requests) under the transaction controller, after checking, you can see not only the transaction controller, but also each sampler in the viewing result tree, and whether the transaction defined by the transaction controller is successful depends on Depending on whether all sub-transactions are successful, any failure represents the failure of the entire transaction.

Include duration of timer and per-post processors in generated sample

Whether to include the timer, pre-processing and post-processing delay time. Selecting this option will count the time of the timer (timer), otherwise only the time of the sampler (sample) will be counted.

Example: as shown below

Finally, I would like to thank everyone who has read my article carefully. Looking at the increase in fans and attention, there is always some courtesy. Although it is not a very valuable thing, if you can use it, you can take it directly!

Software Testing Interview Document

We must study to find a high-paying job. The following interview questions are the latest interview materials from first-tier Internet companies such as Alibaba, Tencent, Byte, etc., and some Byte bosses have given authoritative answers. After finishing this set I believe everyone can find a satisfactory job based on the interview information.
 

Insert image description here

 

Guess you like

Origin blog.csdn.net/myh919/article/details/132839172