Script Generic Adaptor examples
Description
Through the Script Generic Adaptor, H-TEST 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.
This is an example of interactions between the Script Generic Adaptor with other adaptors in an E2E test.
As part of the mapping process, you should provide the Adaptor’s information, regarding to connect and use it:
-
Host address: Ip address 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 address 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.