Parameters of forms |
Recording and replaying of value/pairs
Action string of the form looks like
<form action='data2html2.asp?pos=2&pax=2pp' method=get>
name=hallo default input type is text type=text name=hallo2 value='I have no name' type=checkbox name=chkbox1 value=good type=checkbox name=chkbox2 type=radio name=radio1 value=bad type=radio name=radio1 type=submit value=submitQuery type=submit name=Submit value=Execute |
Results:
Build 617 problems:
Build 651 ok
Build 652 error: Wrong funtion recorded
Special Buttons
Action string of the form looks like
<form action=data2html.asp method=post>type=button name= button1 value= Button
type=Image name=ImgSubmit value=IgnoreValueAttribute
type=Image |
Results:
Build 651 errors:
Replay: ImageButtonControls were incorrectly replayed. Instead of 'button.x=34&button.y=4' simply 'button=' was
replayed.