1. Introduction to Selenium
2. Features of Selenium
3. Versions of Selenium
4. Record and Playback (Selenium IDE)
Q12. Can Selenium IDE tests be exported to WebDriver scripts?
Correct Answer: B) Yes, to multiple languages
Explanation:
Modern versions of Selenium IDE (3.0+) allow exporting recorded tests to WebDriver scripts in multiple languages including Java, Python, C#, Ruby, and JavaScript. This feature helps bridge the gap between quick prototyping and more robust test automation.
5. Advanced MCQs