Wednesday, November 14, 2018

Introduction to Selenium Grid

The previous article was about Selenium WebDriver. Now I am going to write about the Selenium Grid.
Selenium Grid is a tool used together with Selenium RC to run parallel tests across different machines and different browsers all at the same time. Parallel execution means running multiple tests at once.


Features:
  • Enables simultaneous running of tests in multiple browsers and environments.
  • Saves time enormously.
  • Utilizes the hub-and-nodes concept. The hub acts as a central source of Selenium commands to each node connected to it.

Ref – RedBush Technologies, it is the Software Development and Training Institute. It is the Best Selenium Training Institute in Gurgaon and provides the Best Selenium Training in Gurgaon.

No comments:

Post a Comment

Introduction to C Language

C is a procedural programming language. It was at first created by Dennis Ritchie somewhere in the range of 1969 and 1973. It was essentia...