Testing Strategies #887
Answered
by
kooya3
lissakariuki
asked this question in
Q&A
-
Question: Testing is a developers' safety net, but which nets do we cast? Dive into unit tests
|
Beta Was this translation helpful? Give feedback.
Answered by
kooya3
Mar 21, 2024
Replies: 1 comment
-
Testing the guardian of code quality, comes in various flavors. Let's untangle the threads of unit tests, integration tests, and end-to-end (E2E) tests, and weave a safety net that won't suffocate us. 🕸️ 1. Unit Tests (Jest, Mocha, etc.)
2. Integration Tests (Cypress, TestCafe, etc.)
3. End-to-End Tests (Puppeteer, Playwright, etc.)
Avoiding Testing Fatigue
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lissakariuki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing the guardian of code quality, comes in various flavors. Let's untangle the threads of unit tests, integration tests, and end-to-end (E2E) tests, and weave a safety net that won't suffocate us. 🕸️
1. Unit Tests (Jest, Mocha, etc.)
2. Integration Tests (Cypress, TestCafe, etc.)