You can translate the question and the replies:

How to test Access Protocols in DENODOTEST file.

In DENODOTEST, I need to test the JDBC access protocol that is present in the **configuration.properties** file. e.g. "jdbc:vdb://<localhost>:<portNumber>/<databaseName>". Is there any information about testing protocols in DENODO? The combination of **JDBC** and **REST** protocols also needs to be tested. *Thank you in advance for any help you can provide.*
user
15-11-2022 12:22:49 -0500
code

1 Answer

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!
Denodo Team
16-11-2022 08:51:21 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here