31. How you conducted batch testing in your project?
We conducted batch testing using TestNG testing framework, we grouped our test cases and executed in test batches.


32. How you conducted Cross Browser Testing in your project?
We conducted cross browser testing using Chrome, Firefox, and IE-Edge browsers to perform cross browser testing.
We downloaded browser server drivers for all browsers, & instantiated browser drivers in our test scripts.
Then conducted cross browser testing. Only browser drivers configuration is different, remaining test cases will be the same.


33. How do you handle duplicate Elements in your project?
Using Index properties of the elements, we can handle duplicate elements.


34. How many Test cases you wrote for your project/module?
Around 120 test cases in my project.


35. How many defects have you detected and give one example?
I detected nearly 20 to 25 defects in my project, in which 5 defects were severe defects.
In my Admin login functionality, reset option was not working.
Sometimes Login button is also not functioning properly.


36. How you selected test cases for regression testing?
We selected test cases for regression testing based on the defect affected test cases and defect dependent test cases.


37. How you organized your test automation resources?
We organized our test automation resources by using test management tool JIRA.


38. Did you use any build management tool in your project?
Yes, we have used MAVEN as the build management tool.


39. How you handled errors in your test scripts?
We handled errors in our test scripts using Java Exceptional handling mechanism.


40. Did you create any reusable components in your project?
Yes, we created some reusable components in our project  e.g. , for login functionality, registration functionality, etc.
Using reusable components we can reduce the code size and maintenance is also easy.
Using Java user-defined methods we can create reusable components.


One response to “Selenium Interview Questions for Freshers and Experienced”

Leave a Reply