It's 6 p.m. and that automated test script is still running on your test platform. It's time to go home, but if the test stops for some reason when you've left for the night, you'll have to start all over in the morning. What do you do? Well, if you've planned ahead, you can remotely access your test platform using any of a number of remote access/remote control software products.One of the oldest and most popular remote control programs is VNC. VNC (Virtual Network Computing) provide two small applications, the server (which runs on the target machine) and the viewer (which runs on your local platform), which transmit the keyboard and mouse input from the viewer and return the display from the server as if you were sitting in front of the computer. There are several benefits to VNC:
However, VNC is not by definition a secure protocol (don't forget to at least set a password), and is best used through a VPN or SSH connection for security purposes. In addition, it will also typically require you to open a port in your firewall for access, usually port 5900.But the benefit of being able to see/control your platform remotely can't be measured.