Since testing web applications is a non-trivial task, testing nodejs based web applications is harder to test because of its asynchronous nature. Here today, i’ll introduce you ‘nodeunit’ unit testing library developed by the wise guy Caolan McMahon and its ‘httptool’ extension to write down unit test cases for web applications also the ones those use web frameworks such Express and Meryl. ‘httpto