Difference between funcunit and jasmine?

468 Views Asked by At

Hi! Can anyone give the exact difference between FuncUnit and Jasmine unit test frameworks for Javascript. I went to the Jasmine Framework and found it little easy but I need to find the exact differences between these two frameworks.

1

There are 1 best solutions below

2
On

The biggest difference I can see is that FuncUnit is a unit test framework, but Jasmine is a framework for building using the Behaviour-Driven Development methodology, not specifically for writing unit tests.