AW: Problem with HTTP HTML LINK PARSER

2005-07-20 Thread Christian Baumgartner
ED] Gesendet: Mittwoch, 20. Juli 2005 14:29 An: JMeter Users List Betreff: Re: Problem with HTTP HTML LINK PARSER to really spider a website completely, a different tool should be used. there are link checker tools out there, so maybe that will fit your needs. peter On 7/20/05, Michael Stover <

Re: Problem with HTTP HTML LINK PARSER

2005-07-20 Thread Peter Lin
to really spider a website completely, a different tool should be used. there are link checker tools out there, so maybe that will fit your needs. peter On 7/20/05, Michael Stover <[EMAIL PROTECTED]> wrote: > If that is your literal test script, then the reason it doesn't work is > because the H

Re: Problem with HTTP HTML LINK PARSER

2005-07-20 Thread Michael Stover
If that is your literal test script, then the reason it doesn't work is because the HTTP HTML Link Parser is looking for a previous response from which to parse the path info. Since you only have one sampler, there is no previous response the first time, and so the path value (.*) is not replaced,

Problem with HTTP HTML LINK PARSER

2005-07-19 Thread Christian Baumgartner
Hello, I've searched the List about the HTTP LINK PARSER, but cannot find an answer to my problem. The usual structure should be (as i saw in other posts): TEST PLAN THREAD GROUP HTTP REQUEST (domain: www.mydomain.com; path: .* HTTP HTML LINK PARS