OOPS concept
Test Automation Developer Interview Questions
2,938 test automation developer interview questions shared by candidates
Collections
driver.findElements(By.xpath(“”)).get(0).click(); driver.findElement(By.xpath(“”)).click(); Which error we will get in case of our xpath is wrong or it does not match.
Java program to arrange the elements of an array such that all the 0 appears at the start. Find the XPath of a column in a dynamic web table.
What is the output of this code and the reason?
1. Basic OOPS Concepts with real time example where you have implemented in project 2. Multiple inheritance example in java ?? it can be achieved using class explain 3. Design pattern 4. Thread implementation 5. current project frame work 6. Exception handling concepts of java 7. TestNG annotation 8. Data driven annotation and implementation 9. Multiple window & Frame handling 10. How to send data to a particular field with out using send keys 11. Java script execution in selenium 12. Synchronization 13. Locators (More about Xpath) I have mentioned what ever questions i remember. All the Best For interview 👍
How do you determine if a test should be automated?
f2f questions- Oops concept, selenium questions, HTTP request like put, post, get and response codes, Number series questions, Test Scenario for some test requirement.
First technical round: Some easy leetcode level program questions. Framework related questions, etc Second technical round: Deep core java questions based on Interface, OOPS concepts, etc. Practical questions to create xpaths Selenium related questions Sample code to hit a REST API with rest assured
Write a function to identify a palindromic number which can also be determined from adding up reverse of a number in several iterations until the result is a palindrome. You want to return the number of iterations done.
Viewing 1261 - 1270 interview questions