1.

What Are The Important Apis Of Qunit?

Answer»

Some of the important CATEGORY of QUnit are:

  • Assert: A set of assert methods.
  • Async Control: For asynchronous operations.
  • Callbacks: When integrating QUnit into other TOOLS such as CI servers, these callbacks can be used as an API to READ the test results.
  • Configuration and UTILITIES: These methods and properties are used as utility helpers and to configure QUnit. For example, to adjust the runtime behavior directly, extend the QUnit API via custom assertions, etc.
  • Test For testing operations.

Some of the important Category of QUnit are:



Discussion

No Comment Found