Hi,

this is my first approach to this list, 
and I'm having a lot of trouble getting what I want from JMeter.

My first problem is that i can't get the Link Parser to work as 
documented. A while ago, someone posted the information 
that the link Parser had a bug, which lead to IOExceptions 
because JMeter sent the ".*" as a literal URL. A developer 
stated that the bug was fixed. But I'm getting the same 
effect, using the nightly build from april 9th.

Does anybody know how I can get around this?

My ThreadGroup looks like this:

| HTTPRequestDefaults
| HTTPCookieManager
| HTTPRequest                          (static html, works)

| HTTPRequest                          (static searchform, works
                                              response is the        
                                              search results list (lots
                                              of <a href>'s)
     | HTTPModification Controller     (for the modification of the searchform,
                                                   this WORKS)
             | HTML Parameter Mask      (Name, ID-Prefix = .* (I don't
                                                     understand this usage, 
                                                     and didn't find the
                                                     documentation.
             | HTTP Request           Added Parameters:  "LTX=searchword"
                                              "sid=.*" This works. response is the     
   
                                              search results list (lots
                                              of <a href>'s)
     | HTTPModification Controller    (follow a random link from the results page... 
                                                  this DOES'NT WORK)
             | HTML Parameter Mask      (Name, ID-Prefix = .* (I don't
                                                     understand this usage, 
                                                     and didn't find the
                                                     documentation.
             | HTTP Request               path=.* 

With this last HTTPRequest, i try to follow any link to a detailed view 
of this special search result, but I get an IOException.

Assuming JMeter is probably cleverer than I, I tried to add a HTTP 
Proxy to the workbench, but it isn't in the menu....

So, I'm very frustrated and it seems that nobody in the mailing 
list has the same problem... I would be very greatful if anyone could 
help me out of this.


Tanya


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

Reply via email to