Database Adaptor examples
Description
Through the Database Adaptor, H-TEST connects and tests Database applications and components. It’s possible to perform single tests with this adaptor or End to end tests connecting with other adaptors either.
UML Diagram and Mapping
This is an example of a UML Diagram which uses the Database Adaptor.
This is an example of interactions between the Database Adaptor with other adaptors in an E2E test.
NECESITO IMAGEN
As part of the mapping process, you should provide the Adaptor’s information, regarding to connect and use it:
-
Host: represents the ip address or the machine's dns name where the database resides.
-
Port: the port number that listens for incoming connections to the database.
-
DbName: name of the instance or database service.
-
User: user name.
-
Password: user password.
-
DbType: indicates the provider or type of database to which we want to connect.
Test Set Execution
After the test set execution, immediately you have the results. There are two main elements you can verify:
-
Logs: the step by step information of the execution, with:
-
the results.
-
the methods had been executed.
-
the timelines.
-
-
Evidences: the screenshots or evidence information by step, in case they have requested.
