JavaScript is now a popular choice of language for developing web applications. To test the applications developed in JavaScript, there seem too many end to end testing frameworks and tools which help in Unit testing, UI testing. However, to use one of them, one has to go through and analyse each tool and framework to know which suits their application » Continue Reading.
Tag: Node.js
Installing node.js and npm on Windows
Installation Download the Windows installer package from Node.js website (nodejs.org). Run the downloaded msi package. Accept the license agreement and click NEXT a few times until you get below screen. Observe that Setup window shows following packages –
Installing NodeJs and NPM can be done like any other windows application using the installer downloaded from Node.js website.
Steps- Node.js » Continue Reading.