Hello,
I need help with the ForEach Controller.
I need to test the following:
The application returns a JScript tree.
My first ForEach Controller extracts all links of this tree and requests
all pages.
There can be further links an the recieved pages.
A second ForEach Controller should follow these links. I know that the
following page would create another JScript tree. So, I'd need a third
ForEach Controller.
But my Problem is, that the second ForEach Controller doesn't seem to work
as expected.
I checked the RegEx, I checked the inputvar2_1 all are filled well.
Scematic of my script:
- Thread Group
+ - User Parameter
+ - Uniform Random Timer
+ - HTTP Cookie Manager
+ - HTTP Authorization Manager
+ - Request: startpage
+ - Request: page with customer details
+ - Request: page with JScript tree
+ + - RegEx: all Links in JScript tree (inlinks1)
+ - ForEach 1: inlinks1; outlinks1
+ + - Request: page outlinks1
+ + + - RegEx: possible Links on page (inlinks2)
+ + - ForEach 1.1: inlinks2; outlinks2
+ + + - Display of variables inlinks2_1 and outlinks2
+ + + - Request: page with second JScript tree
<---- does not work
+ + + + - RegEx: all links in JScript
Thanks in advance for your help
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]