Hi,
In general, Denodo Testing Tool allows users to easily automate the testing. If I would like to test the access protocol in the Denodo Testing Tool then I would configure the values in the "%EXECUTION[]" and "%RESULT[]" in the Denodo Test file.
For example, if I would test the REST web service then I would configure the values as mentioned below:
```
%EXECUTION[ws]
{user:<user_id>, password:<password>}
http://<host>:<port>/server/database/<webservice_name>/views/base_view?value
# ---------------------------------------------------------------------------
%RESULTS[ws]
{column_1:<column1_value>,column_2:<column2_value>}
http://<host>:<port>/server/database/<webservice_name>/views/base_view?value
```
You could also refer to the [**Denodo Testing Tool - User Manual**](https://community.denodo.com/docs/html/document/denodoconnects/8.0/en/Denodo%20Testing%20Tool%20-%20User%20Manual#h.45304gz949ym) for more information about Denodo Testing Tool.
Hope this helps!