Answers for "What is in the Selenium tool set?"

0

What is in the Selenium tool set?

• Selenium IDE: implemented as a Chrome and Firefox extension, 
and allows you to record, edit, and debug tests. 
• Selenium RC: to write automated web application 
UI tests in any programming language 
• Selenium WebDriver: execute your tests against different browsers 
• Selenium GRID: run your tests on different machines 
against different browsers in parallel.
Posted by: Guest on June-15-2021

Code answers related to "What is in the Selenium tool set?"

Browse Popular Code Answers by Language