The tests were created as functional testing, on every test run some checks and validation are done with certain inputs to verify that data is inserted, displayed, updated and deleted correctly. Also ...
When working with APIs you might often need to interface with public APIs and perform CRUD operations. To connect to and work with such APIs, you have libraries aplenty. One of the most popular is ...
REST is an acronym for Representational State Transfer, an architectural style that has become extremely popular over the past few years. A RESTful API is one that it is built in accordance with the ...
This small project was written with dotNet Core SDK 5.0.4. So use that version as a base line. I wrote the tests under Linux with VS Code but running it under Windows should be fine as well. Previous ...
Interfacing with a public API from a .NET application is something that many developers find themselves needing to do. They can take several different approaches, but my favorite is an open source ...
Recognize the key learnings of this course Reflect on how you will apply adding automated API checks at your own workplace Know how to continue your learning of RestSharp and API automation API ...