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

https://github.com/jnbdz/qa-quickstarts

๐Ÿงชโœ…๐Ÿ” Quality Assurance | Quickstarts ๐Ÿงชโœ…๐Ÿ”
https://github.com/jnbdz/qa-quickstarts

qa quality-assurance quickstart quickstarts

Last synced: 3 months ago
JSON representation

๐Ÿงชโœ…๐Ÿ” Quality Assurance | Quickstarts ๐Ÿงชโœ…๐Ÿ”

Awesome Lists containing this project

README

          

Picture of NASA wind tunnel

# QA | Quickstarts
Quality Assurance Quickstarts

## Fake Data
- [Faker](https://fakerjs.dev/)
- [Faker | GitHub](https://github.com/faker-js/faker)

## Contract tests
Instead of having all the services on your machine to test (DB, Streaming, etc) you can mock them.

- Mocking of services
- It simulates a services (so if request A returns Z from the DB then the Contract test will simulate the return of Z)

Sources:
- [Docs | Pact](https://docs.pact.io/)
- [How Pact works | PactFlow](https://pactflow.io/how-pact-works/)