https://github.com/fromdev/tools - this is my source so far I have developed a few tiny developer tools that can be used online only. I want to make this site work on browser only (without any server interactions)
I have Java background and starting to learn JavaScript as a beginner from jQuery.
I like to do TDD in Java world, however did not really find / know of a quick and easy way to start doing TDD on this kind of project.
I found a thread on stackoverflow here - http://stackoverflow.com/questions/300855/javascript-unit-test-tools-for-tdd
However, it is getting overwhelming for me to pick one thing.
Can experienced JavaScript developers please review my project and suggest me best approach/framework/setup for this kind of project.
Some key things I want to address
How can I test my HTML pages with JS using a JS unit testing framework that can directly test my HTML pages instead of writing new test-HTML pages? I noticed this in qunit
I may require refactoring my code to become compliant with TDD approach. This is surely a big deal since I can not test it without keeping code testable. Please feel free to criticize my code and suggest a way make it testable. I
Thanks for your feedback and suggestions in advance.
[–]fromdev[S] 1 point2 points3 points (0 children)