What We Are Learn On This Post
Huron Consulting Group Testing Interview Questions
- How to take all the data only from a particular cell?
Example: using the id tc001. Need to take all the data of tc001? - How will you identify, which test cases need to be automated? And when a new module is added to the application, what will you do? Will you make the changes in the PO class? If not what will you do? How you will pick the test case to automate?
- What error you get, when you write
Webdriver driver = new webdriver (); - What are the listeners, you use in your project. What is the need of the listener?
- What is the use of the annotations @beforeClass and @BeforeTest? What will happen, if write both the annotations together? Where you have used @beforeTest in your project?
- In the page, there is a username tag, in the parent div and child is password under another div tag and after that, there is an ok button in another div tag, I need to click only the ok button. Nothing is present in username and password. Can you write the XPath?
- How to print only the header of the webtable?
- Which locater you prefer in your project. Write the locators based on the order preference?
- What are the exceptions you get one a daily basis?
- Write a common method for the explicit wait?
Leave a Reply