Practice free →
HomeSoftware TestingSoftware Testingtools_automation_cicd › Selenium WebDriver is used to automate

Selenium WebDriver is used to automate

AMobile device gestures on iOS only
BDatabase queries on relational systems
CNetwork packet capture for analysis
DBrowser interactions for web app tests
Answer & Solution
Correct answer: D. Browser interactions for web app tests
Selenium WebDriver provides language bindings (Java, Python, C#, JS, Ruby) that drive real browsers (Chrome, Firefox, Edge, Safari) through native automation APIs. For mobile: Appium. For DB: DbUnit. For packets: Wireshark.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions