Skip to content

seralaci/IntegrationTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API and UI Integration Testing (.NET)

Create a self-signed certificate

dotnet dev-certs https -ep cert.pfx -p Test1234!

The 5 integration testing steps

  1. Setup
  2. Dependency Mocking (API)
  3. Execution
  4. Assertion
  5. Cleanup

WebUI Integration Testing

If you are getting issues when you're running your tests with that docker-compose.integration.yml file, try changing the line:

To:

About

API and UI Integration Testing (.NET Playground)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors