An open API service indexing awesome lists of open source software.

https://github.com/webmasterdevlin/softwaretesting

Writing automated tests in DotNet
https://github.com/webmasterdevlin/softwaretesting

Last synced: 2 months ago
JSON representation

Writing automated tests in DotNet

Awesome Lists containing this project

README

          

# Writing Automated Tests

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

## Installing Database using Docker

- https://github.com/webmasterdevlin/docker-compose-database
- install docker client for your OS
- Install Azure Data Studio
- docker commands of each database are located on each Readme.md file

## Commands

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