QUnit vs Jasmine? [closed]

你离开我真会死。 提交于 2019-12-03 01:17:39

问题


What are the main differences between these two testing frameworks?

I am a totally new to Test Driven Development and starting from the very beginning.


回答1:


QUnit is very easy to get started with, as you only need to include two files and a little bit of markup, then you can start writing tests.

Jasmine strength, afaik is its BDD-style syntax, if that is something that you prefer (probably not a selling point for you) and tight integration into Ruby/Rails tools.

In the end both get the job done. I recommend to start with QUnit. Once you're feeling comfortable, try Jasmine and check if the BDD style fits better. If it does and you still want to keep using QUnit, you can add Pavlov to the mix, which provides BDD-style methods for QUnit.



来源:https://stackoverflow.com/questions/7047419/qunit-vs-jasmine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!