Now that the Selenium Grid nodes are set up and running, there are several ways to direct traffic to them. In most cases, there will be nodes set up on the grid dedicated to a specific platform and browser or mobile device version, but there are other scenarios that will crop up. Let's discuss a few of them here before we move onto third-party grids.
Directing traffic to Selenium nodes
Multiple nodes of the same platform and version
Say you do most of your testing on a particular platform, browser, or mobile device. You can set up a virtual grid node that has multiple instances of that platform, browser, and device. But, after 5-10 instances, the virtual machine may run out of memory.
So, you could clone the VM, create a second...