Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 813 Bytes

test-starter-032be2c.md

File metadata and controls

19 lines (10 loc) · 813 Bytes

Test Starter

The test starter is a concept intended to simplify the test setup for SAPUI5 applications and libraries by orchestrating your QUnit and OPA5 tests.

Using the test starter concept in your project:

  • reduces the boiler plate code needed to write a QUnit test;
  • ensures the loading of the most commonly used testing frameworks (for example, QUnit, Sinon.JS, qunit-reporter);
  • ensures these testing frameworks and your test modules are loaded completely asynchronously and comply with the Content Security Policy;
  • allows moving the configuration of the testing frameworks out of the test code.