1. What is the difference between Grid and Webdriver API?
2. How would you save a cookie value in Webdriver?
3. How would you locate a button which is present on UI with only Span class? It doesn't have an Id, class or
anything.
4. Write a code for the explicit wait.
5. How will you invoke Firefox browser?
6. What will be the logic behind fetching a data from the data provider and inserting it on UI?
7. How will you specify a data provider under Test annotation?
8. Write a program for the reverse string.
9. How does method overriding differs...