HttpClient in C# built-in. It is another great way for API Testing. It is fater than ResteSharp, but has little bit higher learning curve.
- Download Students api, update your server name in StartUp.cs file.
- Run the application. (This will create Students db)
- Download PI_Testing_Using_HttpClient.
- Change Connction String in App.config file.
- Run the tests in API_Testing_Using_HttpClient.
- Can_Retrieve_All_Students
- Can_Retrieve_Specific_Student
- Can_Update_Existing_Student_Info
- Can_Create_A_New_Student
- Can_Delete_A_Student