JSUnit Question:

Explain 3 levels of JSUnit grouping?

Tweet Share WhatsApp

Answer:

suite: the first level
unit: collections of tests
test: collections of assertions (simple checks and validations)

Download JSUnit PDF Read All 3 JSUnit Questions
Previous QuestionNext Question
What is JsUnit?Tell me list of JSUnit Testing assertions that we can use?