InterviewSolution
Saved Bookmarks
| 1. |
How to unit test Web API? |
|
Answer» We can unit test the WEB API using the Fiddler tool. Below are the settings to be done in Fiddler –Compose Tab -> ENTER REQUEST Headers -> Enter the Request BODY and execute. |
|