A.K.K
A.K.K

Reputation: 93

Why View Result Tree listener not showing individual requests under transaction controller

I'm preparing a JMeter plan as simple as the steps below

  1. Open Home Page
  2. Click on "Shop" link
  3. Click "Region"

this plan can be seen in picture "Project plan-A"

enter image description here

But when this plan is executed the View Result Tree does not show me individual requests under respective "Transaction Controllers" which are "Open Home Page, Open Shop Page, Open Region" etc I thought the tree would show me some thing like

1--> Open Home Page
1a. 138/home
2--> Open Shop Page
2a. 173 /Middle-East/UAE.....
2b. 187 /product/.....
but instead it is showing me some like
enter image description here

Upvotes: 1

Views: 1226

Answers (1)

Vadim Yangunaev
Vadim Yangunaev

Reputation: 1991

In your project tree choose the Transaction Controller and check Generate parent sample

enter image description here

After that you can see each nested request under transaction controller in your View Results Tree enter image description here

In parent mode, the individual samples can still be seen in the Tree View Listener, but no longer appear as separate entries in other Listeners. Also, the sub-samples do not appear in CSV log files, but they can be saved to XML files.

Upvotes: 1

Related Questions