Reputation: 93
I'm preparing a JMeter plan as simple as the steps below
this plan can be seen in picture "Project plan-A"
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
Upvotes: 1
Views: 1226
Reputation: 1991
In your project tree choose the Transaction Controller and check Generate parent sample
After that you can see each nested request under transaction controller in your View Results Tree
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