Re: HTTP Proxy Server problem.... [bcc][faked-from]

2004-11-18 Thread Andrew M
Hi Chris, thanks for your reply. The value I wish to use is indeed within the html page. When I view the http request for the page in question in Jmeter I get the following output: Name | Value | Encode stockID | 4657829 | Do I specify the regular expression where the existing stockID value is,

RE: HTTP Proxy Server problem.... [bcc][faked-from]

2004-11-18 Thread Krahe, Chris
Andrew- You must alter your test after recording it. Assuming the ID's you need are in the returned HTML, use a regular expression to extract them, store them in a JMeter variable, and use them in a later request. The alternative is restoring your database after each series of tests. -Chris