What are the advantages of testing your Javascript with Jasmine - a BDD approach? [closed]
What are the advantages of using Jasmine to test your Javascript?
How does it differ from traditional testing of JavaScript?
If you google it, you can find plenty of articles about BDD and Jasmine. I recently read some good articles about BDD and Jasmine. These will explain what you want to know.
- Introducing BDD http://dannorth.net/introducing-bdd/
- Pragmatic JavaScript Testing with Jasmine http://blog.carbonfive.com/2011/07/06/pragmatic-javascript-testing-with-jasmine/
And the Wikipedia also has good explanations about BDD.
精彩评论