Re: Test::WWW::Mechanize - submit form with invalid values

2006-08-19 Thread Ricardo SIGNES
* Gabor Szabo <[EMAIL PROTECTED]> [2006-08-19T10:40:37] > During testing sometimes I would like to submit a form > either with values missing from a selection list or with illegal values > supplied. I recently released HTML::Form::ForceValue, which lets you do this. I believe this feature should

Re: Test::WWW::Mechanize - submit form with invalid values

2006-08-19 Thread Gabor Szabo
On 8/19/06, Michael Peters <[EMAIL PROTECTED]> wrote: Gabor Szabo wrote: > During testing sometimes I would like to submit a form > either with values missing from a selection list or with illegal values > supplied. > > Similarry ocassionally I would like to supply fields and values that > are

Re: Test::WWW::Mechanize - submit form with invalid values

2006-08-19 Thread Michael Peters
Gabor Szabo wrote: > During testing sometimes I would like to submit a form > either with values missing from a selection list or with illegal values > supplied. > > Similarry ocassionally I would like to supply fields and values that > are not in the real form. > > How can I do this? Not with

Test::WWW::Mechanize - submit form with invalid values

2006-08-19 Thread Gabor Szabo
During testing sometimes I would like to submit a form either with values missing from a selection list or with illegal values supplied. Similarry ocassionally I would like to supply fields and values that are not in the real form. How can I do this? Gabor