Odoo provides a way to run client-side test cases from the UI. This helps you to see the status of each test case from the user interface.
Running client-side test cases from the UI
How to do it...
You can run both the QUnit test case and the tours test case from the UI. It is not possible to run Python test cases from the UI. In order to see the options to run test cases from the UI, you need to enable developer mode.
Running QUnit test cases
Click on the bug icon to open the drop-down menu, as shown in the following image. Click on the Run JS Tests option:
![](https://static.packt-cdn.com/products/9781789618921/graphics/assets/6b0d6dcc-70c6-4ed8-8fbf-2caad8874d0b.png)
This will...