Hi all

I am trying to make a jmeter plan to realize following regression loop:

TestPlan
        Thread Group
                Http InitPage
                        XPath ID
                For Each ID
                        Http Request:   Path:.../files/${ID}
                                XPath ID
                        For Each ID
                                Http Request:   Path:.../files/${ID}
                                        XPath ID
                                For...
                                        ...
                                                                          
...

The plan will stop until all related IDs have been found and requested.
I can't use counter or variable to define a fixed looping depth level.
I've tested Module Controller, from one module call back to it's caller, it
caused stackoverflow,nothing happened,

Thanks!
-- 
View this message in context: 
http://old.nabble.com/how-to-use-jmeter-plan-to-realize-jmeter-regression-loop-tp27156441p27156441.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to