Part 3 - Simple GET operation with RestSharp in C# (API testing)

preview_player
Показать описание
In this video we will be Performing Simple GET operation with RestSharp in C# .NET.

We will be using the Fake JSON server to serve our request and get the responses.

This is the first ever video series which is going to take a deep dive into the nook and corner of API testing and the power of RestSharp in much greater details

#restsharp #csharp #net #visualstudio #executeautomation

Рекомендации по теме
Комментарии
Автор

Hi can you please explain how to deserialize the response data which has array of objects without properties in latest version 110? I did try different ways but no luck. Thanks

NagarjunReddyK
Автор

Hi, Thanks for the valuable tutorials. I did everything exactly what was discussed in this tutorial but the script is not hitting the Fake json server. Not sure if I am doing something wrong. The server is started and I can use it from the browser but not from the Visual Studio. Can someone please help? @ExecuteAutomation

sunilkundu
Автор

como consuir un metodo get que envia parametros en el cuerpo en c# help meeee

richardalbertoaguilarlago
Автор

Thanks for sharing, I get " System.UriFormatException: Invalid URI: The URI scheme is not valid.." error during the azure build pipeline run . Basically, I get the client restsharp url variable from Azure pipeline and set it into var client = new RestClient(Azure_URL_ENV).in my test script. Very appreciated if you have any solution

qa_engineer
Автор

How can we use bearer token authorization? Can you please help

bhavinjain
Автор

Hi. How can i compare database and json response if there are large data.?

yashuneerkaje
Автор

Demos no longer work as shown, likely because this content is 4 years old.

RobotronGuide