epgw release 3.13
We're happy to announce Eggplant Gateway 3.13.
Eggplant Gateway for RDP connection
With this release the Eggplant Gateway for RDP implementation has now able to perform connection to remote desktop server. This release enabled the following remote connection features:
- Support
add rdp
command in the Eggplant Gateway for user to add inrdp
connection settings - Support
vnc
to rdp connection in Eggplant Gateway to establish connection to remote desktop server. - Support
Mouse
event triggering from Eggplant Functional test script using sensetalk command. - Support
Keyboard
event triggering from Eggplant Functional test script using sentalk command. - This release tested with client machine with Windows and Linux as the operating system.
- For Linux client machine, user need to install
FreeRDP
before start up the SUT connection- Sample command to install FreeRDP in Linux terminal
sudo apt-get update
sudo apt-get install -y libfreerdp-client2-2
- Sample command to install FreeRDP in Linux terminal
- For Linux client machine, user need to install