Webclient Run Tests - Medisana/vitadock-api GitHub Wiki

Here you can launch different read and write tasks over the API on your account to see how the communication with the server works.

  • Role: Depending on your role, you are supplied with more or less detailed information of the test run.

  • Server: Choose the server you want to run the test agains.

  • User your own application token: If you have registered an own application to communicate over the API with the server, you can enter the application token/secret here. The webclient will then try to run a test using that token/secret and thus test your access rights.

  • Output options: Only as with the role 'Developer' you can adjust the output options. Here you can control which information you want to see in the test log.

  • Tests: Select which modules should be tested.

The process flow is:

  1. Select the tasks to execute and the server to run the test agains.
  2. You need to login into your account and give the webclient the permission to modify data on your account.
  3. After beeing redirected again to the webclient GUI you click on the "next" button to launch a test.

The Authorization Flow of the webclient can be found here:

Authorization flow