diff --git a/content/roadmaps/107-nodejs/content/111-nodejs-testing/readme.md b/content/roadmaps/107-nodejs/content/111-nodejs-testing/readme.md index 585d4aa3c..e08a981ac 100644 --- a/content/roadmaps/107-nodejs/content/111-nodejs-testing/readme.md +++ b/content/roadmaps/107-nodejs/content/111-nodejs-testing/readme.md @@ -1 +1,7 @@ -# Nodejs testing \ No newline at end of file +# 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. + +Differences between end-to-end testing and unit testing \ No newline at end of file