This shows you the differences between two versions of the page.
en:script_generic_adaptor_examples [2019/01/30 16:23] tast [UML Diagram and Mapping] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Script Generic Adaptor examples ===== | ||
- | |||
- | {{:TAST-icon.png?nolink&70|}} | ||
- | |||
- | ====Description==== | ||
- | Through the Database Adaptor, TAST connects to a remote machine and execute commands, doesn’t matter the Operating System. 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 Script Generic Adaptor.\\ | ||
- | \\ | ||
- | \\ | ||
- | \\ | ||
- | In this case, \\ | ||
- | \\ | ||
- | As part of the mapping process, you should provide the Adaptor’s information, regarding to connect and use it: | ||
- | |||
- | * **Host address:** Ip addres of the Host machine. | ||
- | * **Username:** User name authorized to access to the Host machine. | ||
- | * **Password:** Password of a user authorized to access to the Host machine. | ||
- | * **Port:** Port for the Ip addres of the Host machine. | ||
- | * **Connection Type:** Type of connection to the Host machine. For example, SSH (Secure connection). | ||
- | |||
- | ====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. | ||
- | |||
- | |||
- | |||