This is a migrated thread and some comments may be shown as answers.

Is there a way to automate input validation on all Wexford fields

2 Answers 55 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Serge
Top achievements
Rank 1
Serge asked on 25 Mar 2014, 03:01 PM
I want to test input validation of all WebForm fields for any given field,  and not have to breakpoint and manually change values for each of the fields,  and then be able to view the results pages.  

Is this feasible with Fiddler? 

Thanks 

2 Answers, 1 is accepted

Sort by
0
Serge
Top achievements
Rank 1
answered on 25 Mar 2014, 03:03 PM
I meant "WebForm" 
0
Eric Lawrence
Telerik team
answered on 26 Mar 2014, 07:35 PM
Hi, Serge--

Fiddler can modify any aspect of any request or response, either manually using breakpoints/inspectors, or automatically using the FiddlerScript engine (Rules > Customize Rules).

Fiddler can also generate new requests based on existing requests; for instance, drag a request from the Web Sessions list to the Composer tab, make any modifications you like, and click Execute.

So, at a high-level, Fiddler can definitely accomplish the task you've described, but the exact procedure may vary depending on what exactly you're trying to accomplish and what sort of automation you're looking for.

Regards,
Eric Lawrence
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
Tags
Fiddler Classic
Asked by
Serge
Top achievements
Rank 1
Answers by
Serge
Top achievements
Rank 1
Eric Lawrence
Telerik team
Share this question
or