4

What is the best alternative for QUnit unit test frameworks, also easy for understanding for an end user to learn.

Abdul
  • 90
  • 1
  • 9

1 Answers1

3

You could give Jasmine a try. See these references for some comparison between QUnit and Jasmine:

Easy for an end user to understand - what is that end user supposed to do? Write tests? Look at the results and decide if the product is stable enough? Unit tests are usually for the team, not for the end user (unless the end user is a technical guy/girl and can appreciate the value of unit tests)

Community
  • 1
  • 1
Ando
  • 11,199
  • 2
  • 30
  • 46