开发者

Interleave controller Issue - JMeter

开发者 https://www.devze.com 2023-01-17 23:45 出处:网络
I am trying to simulate a sequential call to couple of webservices by putting them under Interleave controller.Although I have uncheck开发者_开发知识库ed \"ignore sub-controller blocks\", jmeter still

I am trying to simulate a sequential call to couple of webservices by putting them under Interleave controller. Although I have uncheck开发者_开发知识库ed "ignore sub-controller blocks", jmeter still runs only one of the controllers living under interleave controller and alternates it for each iteration. What I need is a sequential call to all .

Any help is appreciated. Cheers


The Interleave Controller is running as it should do. It will alternate through one web service for each iteration

If you want a Sequential call to both web services on each request, then just put them directly under the Thread Group - without any logic controller or keep a Simple Controller

Unless I'm misunderstanding your question, why do you need the Interleave Controller?


Jose

Thanks for the answer. Keeping them directly under thread group did not call them sequentially. You can try it. I currently have about 10 webservices (let us call them 1..10) some are heavy and some are light there by resulting in different response times. However, I would like to run these in order that is from 1 to 10.

Directly placing them under thread group did not call them sequentially, so I used interleave controller with "ignore sub-controller blocks" unchecked.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号