I've got a somewhat involved test plan, so far with one issue.

On one of my pages, a form is generated, I need to pass all the data in that form, to the next page. 95% of it is simple, it's static, I can just put it in the next http request, and it works. One entry has to be unique, but I'm generating that using a counter.

One however is a hidden, unique, variable and has to match what's in the page. I thought the way to do this was with the URL rewriter, but I've attached it both the page with the form data, and, alternately to the page where it gets submitted, added pending_id and ${pending_id} to the name/value field of the send parameters table, and all I get in my assertion log is http://blahblah?blah=blah&pending_id=${pending_id}

I'm running 1.9 and jdk 1.4.2...

Any idea what I'm doing incorrectly?

--
Mike Lindsey
"They're all the same speed with the power off."


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



Reply via email to