After this training session:
- you know the test explorer and the
Run tests
button - you can execute tests within the IDE
- you've knowledge about the command line based testing
- you know, where you find something about test coverage
In the tutorial, there are a couple predefined tests shipped they can be executed.
-
Open the test explorer
-
Run the tests by clicking on
Run Tests
-
See the test results
Alternative workflow
You can also execute the tests by command line command. You've just to enter
apax test
in a terminal.apax test
Note: in case of executing the tests by command line, the test explorer results will not be updated. The test results will be shown in the command line output.
If you're interested regarding the test coverage, you'll find information here.
Goal reached? Check yourself...
- you know the test explorer and the
Run tests
button ✔ - you can execute tests within the IDE ✔
- you've knowledge about the command line based testing ✔
- you know, where you find something about test coverage