Hi,
I'm currently evaluating your product.
We have a complex WebApi with which I've written a replacement for. We don't currently have automated tests and they are expensive to develop due to the size of the API and our data. I was hoping to use Fiddler as a web proxy to record requests manually initiated from use of the app against the live WebApi *version* such that we can then replay the requests and validate results against the new version that we are testing. Effectively I'm trying to make cheap automated testing. This would be our main use for this product.
I tried following this guide which indicates that this is possible with *Fiddler Everywhere*...
How to: Test Your API with Fiddler (telerik.com)
The document is possibly stale because I cant find this APITest tab on Fiddler Everywhere?
I did have some success against "Fiddler Classic" although I'm not sure this is entirely fit for purpose.
Our validation rules will require comparing JSON fields which are not necessarily in the same case or order. The validators for Fiddler Classic in this context are not sufficient for this behaviour.
How do I achieve this please?
Thanks.