Greetings I'm currently using the Http Link Parser to fill forms as part of my JMeter script. However, im running into a problem caused by the design of the site being tested. In several locations, we have a link that performs two actions. a) transitions to the next page, and b) uses javascript to open a new window, and download a file. Whilst both actions have been modelled in my script, the call to fetch the file means that the following request cannot use a Http Link Parser, because the previous response (the downloaded file) does not contain any form or link data. I am hoping to modify the Http Link Parser to allow the user to specify the name of a HttpRequest object, so that the Link Parser can then use the response to that object. However, having looked at the code, I am uncertain as to how I can access the tree of test elements, how to find the specified Http Request, and how to access the response to that request. Can anyone point me in the right direction ? cheers Geoff p.s. Cheers for the help on finding the classes for the Link Parser last week :)
This e-mail is confidential and privileged. If you are not the intended recipient please accept our apologies; please do not disclose, copy or distribute information in this e-mail or take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Thank you for your co-operation.
