Selenium Questions
Selenium Questions
What are the Selenium Tools, and Testing framework that you are using in your Current
Project?
Ans: We are using,
Selenium WebDriver for Creating Test Cases.
Java Programming for Enhancing Test cases.
TestNG Testing Framework for Grouping Test cases, executing Test batches and generating Test
reports. Also used,
Firebug and Firepath for inspecting elements.
IE Browser driver, Chrome browser driver for Cross Browser testing.
Did you find any Test Scenarios that not to be automated in your project using Selenium?
Ans: Yes, We find some Some Test Scenarios in our Current project, Functionalities that require more
user interaction, Functionalities that require Dynamic test data submission.
What Defect management / Test management tool you used in your project?
Ans: We are using Jira Test Management tool in our project with Selenium.
How you communicate with the development team to resolve the issues.
Ans: We communicate Development team via Our Test Manager.
Suppose one element is there, which will appear after 20 sec. We have given explicit wait of 10 sec
to that element and implicit wait of 20 sec in that class, then what will happen? will it show an
exception or what?
How to prioritize the testng classes using testng.xml? How many ways to do it?
Write down any test script that you are currently working in your company.
What are the Testing levels and in which role you are currently?