Skip to content

Releases: dahlsailrunner/automation-testing-strategies-aspnet

pipeline-and-action

28 Apr 13:23

Choose a tag to compare

Added an azure devops pipeline yaml file and a github action yaml file. Fixed a flaky test by using a seed in different fakers.

perf-with-nbomber

24 Apr 10:52

Choose a tag to compare

Created simple performance test against API with NBomber.

e2e-with-playwright

16 Apr 11:07

Choose a tag to compare

Added end-to-end tests with Playwright.

ui-and-wiremock

24 Mar 13:56

Choose a tag to compare

Added integration tests for the UI that include the use of AngleSharp and WireMock.Net. Also includes a test of a form submission using cookies with an email validation (uses Testcontainers!).

data-mgmt

10 Mar 11:45

Choose a tag to compare

Includes some test data management where integration tests can use either in-memory Sqlite database, or the TestContainers library with Postgres or SQL Server. Includes more on test coverage as well.

initial-tests

25 Feb 14:25

Choose a tag to compare

Created first set of tests:

  • unit tests for the product validator
  • integration tests for the API

The integration tests for the API use a custom API factory and a test authentication handler to allow for easier testing of authentication and authorization logic.

no-tests

22 Feb 15:56

Choose a tag to compare

Feature complete application (see readme for details) with no tests written.