| 12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Testing Overview</title>
- <!-- try to load the basic UI5 styles -->
- <link rel="stylesheet" type="text/css" href="../../../../../../resources/sap/ui/core/themes/sap_horizon/library.css">
- </head>
- <body class="sapUiBody sapUiMediumMargin sapUiForceWidthAuto">
- <h1>Testing Overview</h1>
- <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>
- <ul>
- <li><a href="index.html">index.html</a> - start the app (with real service)</li>
- <li><a href="test/mockServer.html">test/mockServer.html</a> - start the app (with local mock data)</li>
- <li><a href="test/testsuite.qunit.html">test/testsuite.qunit.html</a> - run all tests in test suite</li>
- <li><a href="test/unit/unitTests.qunit.html">test/unit/unitTests.qunit.html</a> - run all unit tests</li>
- <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>
- <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>
- <li>
- <b>run this in phone emulation mode!</b>
- <a href="test/integration/opaTestsPhone.qunit.html">test/integration/opaTestsPhone.qunit.html</a> - run all integration tests for phone
- </li>
- </ul>
- </body>
- </html>
|