Update testing in Node.js roadmap (#1652)
* Update testing in Node.js roadmap * Update content/roadmaps/107-nodejs/content/111-nodejs-testing/readme.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1657/head
parent
7db448a824
commit
89551efa55
1 changed files with 7 additions and 1 deletions
@ -1 +1,7 @@ |
|||||||
# Nodejs testing |
# Testing |
||||||
|
|
||||||
|
Software testing is the process of verifying that what we create is doing exactly what we expect it to do. The tests are created to prevent bugs and improve code quality. |
||||||
|
|
||||||
|
The two most common testing approaches are unit testing and end-to-end testing. In the first, we examine small snippets of code, in the second, we test an entire user flow. |
||||||
|
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/difference-between-end-to-end-testing-and-unit-testing/'>Differences between end-to-end testing and unit testing</BadgeLink> |
Loading…
Reference in new issue