On 16/06/06, Nikolay.Predko <[EMAIL PROTECTED]> wrote:
Hi

Many thanks, Sebb.

Yes, you are right, there is different between using "HTTP Proxy Server" and
"HTTP Request" because other files are fetched as result of Jscript.

As I understand I have write new class which will parse Jscript.


Not necessarily.

You may be able to use the Regex post-processor + For Each Controller
if the Jscript is consistently written.

If the links don't change, just use the Proxy to record them once.

Otherwise, yes, you might need to write your own class, e.g. start
with the the class

org.apache.jmeter.protocol.http.parser.HtmlParserHTMLParser16

and amend it to suit. It will be easy enough to extract the Jscript
code using HtmlParser, but extracting the relevant links from it is
another matter.

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to