A Blog full of Web ProjectsA Blog full of Web Projects
Tests
02-July-2023
Types of Tests used creating this Blog and the Web Projects
- Usability Tests to involve the future Users of the Blog and Projects with the goal of satisfied Users
- End-to-end Tests or Functional Tests for making sure that the workflows work as expected. The authentication of a User could be an example
- Integration Tests across several units to achieve their goals
- Unit Test for testing functions or classes by supplying input and making sure the output is as expected
Below a demo of testing with Jest and Supertest in a Node.js Express TypeScript App
The code at GitHubBelow a demo of Unit testing with xUnit and .NET Core console App
The code at GitHubA Blog made with Gatsby React and GraphQL