Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/prod_testing
https://github.com/fchristenson/prod_testing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/prod_testing
- Owner: fChristenson
- Created: 2020-02-25T19:21:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:37:45.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:22:03.187Z (over 1 year ago)
- Language: TypeScript
- Size: 177 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Production testing
## What we will cover
- What does prod testing mean?
- Why do we want to do prod testing?
- What issues do we face with prod testing?
- How can we solve these problems?## Notes
Testing in production is considered by many as either a very bad idea or at the very least really hard.
However this is the best form of testing if we can pull it off.
If we can be sure that we don't cause any problems like sending out data to third parties or log metrics
we can get the most realistic testing there is.