GoofyRaccoon
GoofyRaccoon
23mo

Trending @Infosys; Interview questions for automation tester with 2 yrs of experience

I got released from one project in testing and now I am on the bench and my previous manager told me to prepare for an interview for another projects. Can anyone provide me what type of interview questions will be asked for an automation tester with 2 yrs of experience.

23mo ago
GigglySushi
GigglySushi
  1. What is Selenium Grid? How do you use it for parallel testing?
  2. Explain the difference between implicit wait, explicit wait, and fluent wait in Selenium WebDriver.
  3. What is a WebElement in Selenium WebDriver?
  4. How do you handle SSL certificate issues in Selenium WebDriver?
  5. What is the difference between driver.findElement() and WebElement.findElement()?
  6. Explain the concept of TestNG annotations.
  7. How do you capture screenshots in Selenium WebDriver?
  8. What are the advantages and disadvantages of using XPath and CSS selectors for locating elements?
  9. How do you handle alerts, prompts, and confirmations in Selenium WebDriver?
  10. What are the different types of exceptions you may encounter while working with Selenium WebDriver, and how do you handle them?
  11. Explain the concept of headless testing and how it can be achieved using Selenium WebDriver.
  12. What is the difference between driver.navigate().refresh() and driver.get()?
  13. How do you perform keyboard actions (e.g., pressing keys like Enter or Tab) in Selenium WebDriver?
  14. What are the different types of waits in Selenium WebDriver, and when would you use each type?
  15. How do you handle file uploads in Selenium WebDriver?
  16. What are the limitations of XPath and CSS selectors in Selenium WebDriver?
  17. Explain the concept of data-driven testing and how it can be implemented using Selenium WebDriver.
  18. How do you handle synchronization issues in Selenium WebDriver?
  19. What are some best practices for writing efficient and maintainable Selenium WebDriver tests?
  20. Explain the difference between assert and verify in Selenium WebDriver.
GigglySushi
GigglySushi
  1. What is Selenium?
  2. Explain the different components of Selenium WebDriver.
  3. What are the advantages of using Selenium WebDriver?
  4. What is the difference between findElement() and findElements() methods in Selenium WebDriver?
  5. Explain the difference between driver.close() and driver.quit() methods.
  6. What is XPath? How do you find elements using XPath in Selenium WebDriver?
  7. What is the difference between implicit wait and explicit wait in Selenium WebDriver?
  8. How do you handle dynamic elements in Selenium WebDriver?
  9. Explain the concept of Page Object Model (POM) in Selenium WebDriver.
  10. What are the different types of locators available in Selenium WebDriver?
  11. What is the difference between Absolute XPath and Relative XPath?
  12. How do you handle dropdowns in Selenium WebDriver?
  13. Explain how you can handle multiple windows in Selenium WebDriver.
  14. What is TestNG? How do you use it with Selenium WebDriver?
  15. What are the advantages of using TestNG over JUnit?
  16. How do you handle frames in Selenium WebDriver?
  17. Explain the difference between getText() and getAttribute() methods in Selenium WebDriver.
  18. How do you perform mouse hover actions in Selenium WebDriver?
  19. What is WebDriverWait? How do you use it in Selenium WebDriver?
  20. What are the limitations of Selenium WebDriver?
Discover more
Curated from across