====== Database Adaptor examples ====== =====Description===== Through the Database Adaptor, TAST 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.\\ \\ {{:en:database1.jpg?600|}} \\ \\ This is an example of interactions between the Database Adaptor with other adaptors in an E2E test. \\ \\ {{:en:database2.jpg?600|}}\\ \\ \\ 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.