Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (41.4k points)

 How do I explain Java-Selenium automation project in interview?

1 Answer

0 votes
by (106k points)

At the time of interview while answering the question the one and only important thing you need to keep in mind is, It should be brief and to the point so that the interviewer should not lose interest from our answer.

So whenever we need to give an answer about framework we can divide the framework in terms of different components which we are using to build a structure which we called a framework and which we use in our company. You must read the following Selenium Interview Question to know the trend of the questions asked in the interviews.

We can start like mentioned below:-

  1. We are using Page Object with Page Factory framework with functional/structural implementation.

  2. Make sure you know what is functional/structural implementation in this framework.

  3. We have maintained a page class for every page in our application and a page test class to maintain test for those pages. e.g. product listing page, Add to cart page, Payment page, Invoice generation page.

  4. Make sure you know we maintain the different page and page test class and all different annotations in page factory

  5. We have maintained the separate package for page and page test e.g.

  6. com.companyName.page1 com.companyName.page Test1

  7. Maintaining different packages is always a good practice to follow.

  8. We also have a base page class for common functions used by all pages.

  9. Make sure you know why we have Base Page class in the page object

  10. We also have library package to maintain common functions related to Selenium/waits/directory creations etc

  11. We are using JAVA/Ruby as our binding language

  12. We use Java because it is known to most people when we started the automation.

You should also watch the following video tutorial to know more about interview trends and all about Selenium.

.

If you are interested to learn Selenium on a much deeper level and want to become a professional in the testing domain, check out Intellipaat’s Selenium training!

Browse Categories

...