Sunday, September 6, 2015

Validate Http:Post

Validate $HTTP Post using Fiddler

Today I would be talking about validating a Restfull http Post using fiddler.we can validate if the post was successful. 
Steps invloved
  • Open fiddler and specify the Post Url in the composer
  • Specify the action method as Post
  • Create a request body (Data which would be sent)
  • Validate the response message as shown in the snapshot




























Output

No comments:

Post a Comment