Skip to content

webmasterdevlin/SoftwareTesting

Repository files navigation

Writing Automated Tests

  • Note: Create an instance of the database before running the tests
  • Name the database "TestDB"

Installing Database using Docker

Commands

  • dotnet tool install --global dotnet-ef
  • dotnet ef migrations add InitialCreate
  • dotnet ef database update

About

Writing automated tests in DotNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages