[Webtest] clickButton problem
davidM
webtest@lists.canoo.com
Wed, 12 Jul 2006 05:17:48 -0700 (PDT)
hi all, I have a problem with a <clickButton> step with webtest 2.0.
I have this fragment of HTML code:
<form>
<input type="submit" name="b1">
<input type="submit" name="b2">
<input type="submit" name="b3">
</form>
and in my test I have :
...
getting to my page (this is OK, I can see in report result page)
...
<clickButton name="b1">
...
When I run test, I can see that webtest send request with following
parameters:
Current response now:
http://localhost:9080/myapp/example?b1=...&b2=...&b3=...
Why webtest send all my submit buttons as parameters(b1, b2, b3)?
Thank you so much for help, I'm confused with it.
--
View this message in context: http://www.nabble.com/clickButton-problem-tf1930503.html#a5287508
Sent from the WebTest forum at Nabble.com.