- This topic has 0 replies, 1 voice, and was last updated 2 weeks, 1 day ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Info & Off-Topic Discussion › How to perform testing on node js app with 10 individual modules using jest?
I am very new with testing , I have built a web app with node js, ejs, express . The web app has 10 different modules ,
the modules function on their own and they are not connected to each other.
I have tested functions and components on each module as they were “units” and tested them for integration to check if combining functions with variables on each module would work… I have not tested each module as a unit and test these units for integration. Would you then class those tests as unit and integration tests or should I put functions in different modules and consider each module as a unit testing them for integration using import methods?
How would you perform a system test in this case?
Sorry but I could not find any example of these tests performed on a node js app on the web. Thanks for the help!
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.