Tagged Questions
8
votes
3answers
991 views
Is Test Driven Development in Javascript helpful for front-end developers?
I really need your advice. I'm reading a few articles about TDD in JavaScript but I'm really struggling to understand how to use it in my daily work. For instance I'm currently working on a page that ...
5
votes
4answers
570 views
TDD in JavaScript [closed]
I'm about to participate in a Coding Kata and I would like to do it in JavaScript.
What tools and libraries do I need for TDD in JavaScript?
1
vote
2answers
857 views
Using JSTestdriver to test UI/DOM?
Can JSTestDriver be used to test DOM behaviors and interactions?
I see I can write tests to exercise pure JS but how do I go about testing against HTML or DOM?
Can I deliver with each test HTML for ...
12
votes
8answers
865 views
What do you use for JavaScript Testing (TDD)?
What do you use for JavaScript testing both server-side and client-side?