Selenium Real Time Interview Questions And Answers - All About Testing Selenium Real Time Interview Questions And Answers

Thursday 5 October 2017

Selenium Real Time Interview Questions And Answers

Que. 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.
Que. What is your Project Operating environment?

Ans -  Microsoft Windows 8.1

Que. What is your project domain and Application Environment?
Ans -  Our project is Banking Application, Our AUT (Application Under Test) developed using Java Technology and Database is Oracle.
Que. What are the major challenges in Functional Test Automation?

Ans -  Object Identification, Debugging Issues. etc...

Que. What are the difficulties that you faced in Object identification?

Ans - Some Elements (Objects) not recognized properly using Selenium WebDriver Element locators.
Que.How you conductedData-driven Testing in your project?
Ans -  We conducted Data-driven Testing using external Excel file as Resource, we added some third party excel jar files to Java Project in Eclipse.
Que. How you conducted Batch Testing in your project?

Ans -  We conducted Batch Testing using TestNG Testing Framework.

Que.  How you conducted Cross browser testing in your project?

Ans -  Using Mozilla Firefox, IE and Google Chrome browsers(Downloaded IE and Google Chrome Browser drivers). we executed Test cases.

Que.  How you handled duplicate Elements in your project?

Ans -  Using index property of Elements we handled duplicate objects.

Que. How many Test cases you wrote for your Project/Module?

Ans -  I prepared around 220 Test cases in my Module. 

Que. How many defects you detected and give one example?

Ans -  I detected nearly 18 Defects in which 5 defects are Severe defects. 

Que. How you selected Test cases for Regression Testing?

Ans -  We selected Test cases for Regression Testing based on Defect effected Test cases and from defect dependent Test cases.

Que. How you organized your Test Automation resources?

Que. Did you use any build management tool in your project?

Ans -  We used Maven build management tool in our project.

Que. How you handled errors in your Test scripts?

Ans -  We handled errors in our Test Scripts using Java Error handling features.

Que. Did you create any reusable components?

Ans -  Yes, We created some reusable components in our project for Login Functionality, Registration Functionality etc...

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

Que. How to execute multiple Java programs at a time?

Ans -  We execute multiple Java programs using XML file in TestNG framework. 

Que. How to conduct parallel Test execution?

Ans -  Usually, We conduct Parallel Test Execution using Selenium Grid, but no parallel test execution in my Current project.

Que. What Defect management / Test management tool you used in your project?

Ans -  We are using Jira Test Management tool in our project with Selenium.

Que. How you communicated with the development team to resolve the issues.

Ans -  We communicate Development team via Our Test Manager. 

Que. Did you involve in Selenium Test environment Setup?

Ans -  Yes, I involved in Selenium Environment Setup in my Current Project.
As per my project, we selected Java, Selenium WebDriver and TestNG Framework and Maven.
We Downloaded Eclipse IDE  and Extracted.
Downloaded Java Software and Installed.
Environment Variable path setup. 
Downloaded Selenium WebDriver Java language bindings(jar files) and added to Java Project in Eclipse.
Downloaded and Installed TestNG Framework from Eclipse IDE.
Installed Maven build management tool.

0 comments:

Post a Comment