Recall & Review
beginner
What is Selenium Grid?
Selenium Grid is a tool that allows running tests on multiple machines and browsers at the same time.
Click to reveal answer
beginner
How does Selenium Grid enable parallel execution?
It distributes tests across different machines (nodes) so tests run at the same time instead of one after another.
Click to reveal answer
beginner
What is the role of the Hub in Selenium Grid?
The Hub acts like a traffic controller. It receives test requests and sends them to available nodes to run tests.
Click to reveal answer
beginner
Why is parallel execution useful in testing?
It saves time by running many tests at once, helping find bugs faster and speeding up the release process.
Click to reveal answer
beginner
What is a Node in Selenium Grid?
A Node is a machine registered to the Hub that runs the tests. Multiple nodes allow many tests to run in parallel.
Click to reveal answer
What does Selenium Grid use to run tests in parallel?
✗ Incorrect
Selenium Grid uses multiple nodes connected to a hub to run tests simultaneously.
What is the main purpose of the Hub in Selenium Grid?
✗ Incorrect
The Hub controls and distributes tests to different nodes for parallel execution.
Why is parallel execution important in automated testing?
✗ Incorrect
Parallel execution speeds up testing by running multiple tests simultaneously.
In Selenium Grid, what is a Node?
✗ Incorrect
A Node is a machine registered to the Hub that runs tests.
Which of the following is NOT a benefit of using Selenium Grid?
✗ Incorrect
Selenium Grid automates tests; manual execution is not a benefit.
Explain how Selenium Grid enables parallel execution of tests.
Think about how the Hub and Nodes work together.
You got /4 concepts.
Describe the roles of Hub and Node in Selenium Grid.
Focus on the responsibilities of each component.
You got /4 concepts.