What is the best alternative for QUnit unit test frameworks, also easy for understanding for an end user to learn.
What is the best alternative for QUnit unit test frameworks, also easy for understanding
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)