TDD javascript Application POST-IT NOTES with the help of QUnit. Test Driven Development of javascript has big advantage of writing clean code.
Post-it notes app entirely built on javascript with the help of Facade Design pattern(jQuery).It mainly consists of three sections:
- Add Notes
- Change color of the Notes
- Delete Notes
- Complete javascript webapp created with TEST DRIVEN DEVELOPMENT
- Customized QUNIT html file for viewing the test cases
- Qunit framework is used for UNIT TESTING
- Integrated with phantomJS headless browser for CLI
- INSTALL PHANTOMJS
- CLONE THE unitTest_JS_Qunit REPOSITORY
- open shell and navigate to the unitTest_JS_Qunit REPOSITORY
- Execute the following command - $ phantomjs run-qunit.js test/qunit.html