Selenium WebDriver Interview Resources





I have gathered together a few resources that may be useful to manual testers that either

  • prepare for test automation interviews or
  • want to interview test automation engineers



BASIC TEST AUTOMATION CONCEPTS


1. WebDriver driver = new FirefoxDriver()


You see this line of code in any test automation project.

Why does it use 2 different types (WebDriver and FirefoxDriver) for creating the driver object?

Why can you create a FirefoxDriver() object and assign it to a WebDriver object?



2. How Does Selenium WebDriver Work?

Selenium WebDriver is a library that allows the test script to drive the website in the browser.





3. Why is unit testing essential for test automation?

Can Selenium WebDriver test automation be done without unit testing?




4. How do JUNIT assertions work?

Each test automation script uses assertions.

assertTrue, assertEquals, assertFalse, etc.


How are they implemented?




TEST AUTOMATION INTERVIEW QUESTIONS

The interview questions are group in categories:
  • explicit waits
  • locators
  • unit testing
  • selenium webdriver architecture
  • framework
  • maven
  • selenium webdriver library
  • java



SELENIUM WEBDRIVER PRACTICAL TEST

If you need to go beyond asking questions about test automation, this is a practical test from a real interview.





NEW

Do you need help to prepare for a Selenium WebDriver interview?

I can help you with it (not free).

Email me at alex@alexsiminiuc.com for more details.

Share this

0 Comment to "Selenium WebDriver Interview Resources"

Post a Comment