This shows you the differences between two versions of the page.
|
en:host_adaptor_examples [2019/01/31 14:36] tast [UML Diagram and Mapping] |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Host Adaptor examples ===== | ||
| - | |||
| - | {{:TAST-icon.png?nolink&70|}} | ||
| - | |||
| - | |||
| - | ====Description==== | ||
| - | Through the Database Adaptor, TAST connects with a 3270 Host to perform tests into it. 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 Host Adaptor.\\ | ||
| - | \\ | ||
| - | \\ | ||
| - | {{:en:host_adaptor1.jpg?600|}}\\ | ||
| - | \\ | ||
| - | This is an example of interactions between the 3270 Host Adaptor with other adaptors in an E2E test. | ||
| - | \\ | ||
| - | \\ | ||
| - | {{:en:host_adaptor2.jpg?600|}}\\ | ||
| - | \\ | ||
| - | \\ | ||
| - | As part of the mapping process, you should provide the Adaptor’s information, regarding to connect and use it: | ||
| - | |||
| - | * **HOST:** Name of the machine or IP address. Required. SESSION_HOST. | ||
| - | * **PORT:** Connection port. Required.SESSION_HOST_POST. | ||
| - | * **LU Name:** Name of the connection LU, optional. | ||
| - | * **Enhanced:** Indicates whether the Enhanced protocol is used. (by default is not checked). SESSION_TN_ENHANCED. | ||
| - | * **Telnet_Negotiated:** The telnet information. | ||
| - | * **Server Authentication:** Information of authentication to the 3270 Server. | ||
| - | * **Client_Certificate_Autentication:** Certificate for Authentication. | ||
| - | * **Personal Certification:** Personal certificate for Authentication. | ||
| - | * **Personal Certificate File Path:** Path to the Certificate for Authentication. | ||
| - | * **Personal Certificate pass:** Pass to the Certificate for Authentication. | ||
| - | * **Certificate Name:** Name of the Certificate. | ||
| - | * **Certificate Pass:** Pass to the Certificate. | ||
| - | * **Certificate Source:** Source to the Certificate. | ||
| - | * **Certificate URL:** Url to Certificate. | ||
| - | * **Prompt_Required:** PromptRequired. | ||
| - | * **Certificate_Based_Keys:** Certificate Based Keys. | ||
| - | * **SSL:** SSL. | ||
| - | * **KeyStore_FilePath:** KeyStore File Path:. | ||
| - | * **P12_FilePath:** P12 File Path. | ||
| - | * **KeyStore_Pass:** KeyStore Pass. | ||
| - | * **Certificate_Trusted:** Certificate for Authentication. | ||
| - | * **Code_Page:** Code Page. | ||
| - | * **Session_Type:** Session Type. | ||
| - | * **Security_Type:** Security Type. | ||
| - | * **Protocol:** Protocol. | ||
| - | * **Protocol_Version:** Protocol Version. | ||
| - | * **Certificate Type:** Certificate Type. | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | ====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. | ||