CSS Assertion

2022-07-13 Thread Dave Hreczany
Hi Team, Where can I find the CSS Selector Assertion? If it's not available in JMeter, any pointers on how to contribute this new feature to JMeter? Much thanks, Dave

Re: Repeatedly trying to load included modules

2022-07-13 Thread Tong Sun
On Wed, Jul 13, 2022 at 10:31 AM Felix Schumacher wrote: > I think it is a TODO from the past. See > https://github.com/apache/jmeter/blob/master/src/components/src/main/java/org/apache/jmeter/control/IncludeController.java#L61 > > You probably have five threads and each has its own copy of the >

Re: Repeatedly trying to load included modules

2022-07-13 Thread Felix Schumacher
I think it is a TODO from the past. See https://github.com/apache/jmeter/blob/master/src/components/src/main/java/org/apache/jmeter/control/IncludeController.java#L61 You probably have five threads and each has its own copy of the IncludeController. Is that the case? Is the loading of the