Practice free →
HomeSoftware TestingSoftware Testingtools_automation_cicd › Selenium Grid enables

Selenium Grid enables

ARecording manual test cases automatically
BWriting test plans in spreadsheet format
CRunning tests across many browsers and machines
DStoring test results in a relational database
Answer & Solution
Correct answer: C. Running tests across many browsers and machines
Selenium Grid distributes test execution to a hub-and-node cluster of browsers/OS combinations, enabling parallel cross-browser testing at scale. It is part of the Selenium ecosystem alongside WebDriver and IDE.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions