Building Web APIs Part 2

preview_player
Показать описание
This is the second of a three part series where Robert is joined by Chris Woodruff who shows how to build ASP.NET Core Web APIs. In this episode, Chris discusses what to do after building your APIs. He shows Integration Testing, a new testing framework from the ASP.NET Core team that will allow you and your team to test your APIs externally. Integration Testing uses our knowledge of unit testing but takes it to the next level..

Resources

Episodes:
Part 2: Testing ASP.NET Core 2.1 Web API Solutions (this episode)
Рекомендации по теме
Комментарии
Автор

Awesome content. Do you have plans to make a video about bearer tokens in WebApi?

krzysztofdraszek
Автор

getting error error while running the tests !!!
at value, String parameterName)
at optionsBuilder, String connectionString, Action`1 sqlServerOptionsAction)

brightstar
Автор

install-package microsoft.aspnetcore.mvc
install-package
install-package microsoft.aspnetcore.testhost

For those that don't want to write the commands by hand.

unrealgamer
Автор

Sneakily, they did not run the tests...

robl
Автор

Please try to optimise .net core and make it robust like .net

devd