Home › Software Testing › Software Testing › tools_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.
Related questions
In Scrum, the 'Definition of Done' (DoD) typically includesTest pyramid (Mike Cohn) advocates forA 'flaky test' is a test thatBehaviour-driven development (BDD) tools commonly usePerformance testing in general is BROADER than load testing because it includesAccessibility testing primarily ensures thatPenetration testing is a form ofMutation testing measures the effectiveness of