test.html 1.5 KB

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Testing Overview</title>
  5. <!-- try to load the basic UI5 styles -->
  6. <link rel="stylesheet" type="text/css" href="../../../../../../resources/sap/ui/core/themes/sap_horizon/library.css">
  7. </head>
  8. <body class="sapUiBody sapUiMediumMargin sapUiForceWidthAuto">
  9. <h1>Testing Overview</h1>
  10. <p>This is an overview page of various ways to test the generated app during development.<br/>Choose one of the access points below to launch the app as a standalone application.</p>
  11. <ul>
  12. <li><a href="index.html">index.html</a> - start the app (with real service)</li>
  13. <li><a href="test/mockServer.html">test/mockServer.html</a> - start the app (with local mock data)</li>
  14. <li><a href="test/testsuite.qunit.html">test/testsuite.qunit.html</a> - run all tests in test suite</li>
  15. <li><a href="test/unit/unitTests.qunit.html">test/unit/unitTests.qunit.html</a> - run all unit tests</li>
  16. <li><a href="test/integration/opaTests.qunit.html">test/integration/opaTests.qunit.html</a> - run integration tests (separated in 2 test pages to run fast (in less than 30s)</li>
  17. <li><a href="test/integration/opaTestsNavigation.qunit.html">test/integration/opaTestsNavigation.qunit.html</a> - run integration tests (separated in 2 test pages to run fast (in less than 30s)</li>
  18. <li>
  19. <b>run this in phone emulation mode!</b>
  20. <a href="test/integration/opaTestsPhone.qunit.html">test/integration/opaTestsPhone.qunit.html</a> - run all integration tests for phone
  21. </li>
  22. </ul>
  23. </body>
  24. </html>