June 2017 - All About Testing June 2017

What is the recipe for successful achievement?

To my mind there are just four essential ingredients: Choose a career you love, give it the best there is in you, seize your opportunities, and be a member of the team.

Tuesday, 13 June 2017

CitiusTech Selenium/Java Interview Questions

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...

Xorient Technology Interview Questions

1. Tell me about yourself and project you are working? 2. Why we use static in the main method in java? 3. What is FindElement in WebDriver?Is it method or class? 4. What is WebDriver? 5. How do you write XPath? Give some example. 6. What is page object model? How will you implement this? 7. If we need to automate IRCTC website using page object model. How will you do this? 8. What is an object? What is the use of it? 9. What is the use of this code:         WebDriver driver = new ChromeDriver();    Please...

Friday, 2 June 2017

IbS Software Interview Questions

1. How do you create a project with the data of existing project? 2. After creating a new project with old data what are the changes you do? 3. What are the methods available in TestNG which are not there in JUnit? 4. What are benefits of using a method driven framework? 5. Reverse string "arshad - shaik", Output should like "Dahsra - kiahs"? 6. How do you handle if you getNoClassFoundException?? 7. If you want to run only few test script then what is your scope? 8. How do you debug fail test cases? 9. Explain your current project? 10....

Capgemini Interview Questions

1. Explain the framework which is used in your project. 2. Write the code to fetch data from excel sheet. (most important question asked in most of the interview) 3. What is StaleElementReferenceException ? 4. What is Encapsulation? 5. What is polymorphism? Real time example? 6. What is the difference between /a and //a[tr] ? 7. Write a program to reverse the string? 8. What is the difference between implicit and explicit wait? Write syntax? 9. List the pop-ups and write code to handle it? 10. Write an anagram program? 11. Write a program...