Categories

Frequently Asked Selenium Interview Questions

CTA

Selenium is an open-source tool used for automation testing, which allows you to test web applications across a range of browsers. It was introduced once manual testing started to pose several challenges, and there was a high demand for a method that automates the testing process. This Selenium Java interview questions blog has a compiled list of most of the questions that are asked during Selenium job interviews. The most-asked Selenium interview questions for experienced and freshers are mentioned below:

Q1. What is automation testing?
Q2. Is Selenium 2.0 different from Selenium 3.0? If so, how?
Q3. Mention some of the popular tools used for automation testing.
Q4. What is a locator? How will you locate an element in Selenium?
Q5. What are the test types supported by Selenium?
Q6. What is XPath?
Q7. Explain the difference between the single slash and double slash in XPath.
Q8. Why should you use Selenium for test automation?
Q9. Does Selenium have any technical limitations? If so, what are those limitations?
Q10. What is an object repository?

Below are the three major parts that this Selenium interview questions blog is divided into:
1. Basic Interview Questions

2. Intermediate Interview Questions

3. Advanced Interview Questions

Watch this video on Selenium Interview Questions and Answers:

Youtube subscribe

Basic Selenium Interview Questions for Freshers

1. What is automation testing?

Automation testing refers to the use of software tools to automate manual testing processes. It involves writing scripts that can simulate user interactions with a system, such as clicking buttons and entering data, to ensure that the system is functioning correctly.

Automation testing can be used to speed up testing processes, reduce errors, and improve the overall quality of software. It is commonly used in agile development environments where there is a need to test software frequently and efficiently.

Enroll today in our Selenium Course to know more about Selenium!

2. Is Selenium 2.0 different from Selenium 3.0? If so, how?

Selenium 3.0 is an updated version of Selenium 2.0, with several improvements and new features. One major difference is that Selenium 3.0 includes the WebDriver API by default, while in Selenium 2.0 it had to be separately downloaded and installed. 

Other changes include improved browser support, better handling of browser plugins and extensions, and improved security features. 

Additionally, Selenium 3.0 has better compatibility with the latest versions of web browsers and operating systems.

3. Mention some of the popular tools used for automation testing.

There are several popular tools used for automation testing, including;

  • Selenium
  • Appium
  • TestComplete
  • Katalon Studio
  • Ranorex
  • HP Unified Functional Testing (UFT)
  • Apache JMeter, and many more. 

These tools help automate the testing process, improve efficiency, and reduce the risk of human error.

4. What is a locator? How can you find elements in Selenium?

Selenium uses locators to find and match the elements of a web page that it needs to interact with. There are different types of Selenium locators to identify various web elements on a web page:

Selenium Locator

  • ID
  • Name
  • Class
  • Partial Link
  • XPath
  • CSS Selector
  • Link Text

5. What are the test types supported by Selenium?

For testing web-based applications, Selenium can be used.

The test types supported by Selenium are:

  • Functional testing: It verifies if each function of a software application performs in accordance with specific requirements. This testing primarily involves black-box testing, and it is not concerned about the source code of the application.

Functional Testing

  • Regression testing: It is nothing but a full or partial selection of the already executed test cases to be re-executed to ensure whether the existing functionalities work fine.

Regression Testing

Get 100% Hike!

Master Most in Demand Skills Now !

6. What is XPath?

While DOM is the recognized standard way for navigating through an HTML element tree, XPath is the navigation tool used to locate a web element based on its XML path.

XML stands for ‘Extensible Markup Language’ and is used to store, organize, and transport arbitrary data. It stores data in a key–value pair that is very much similar to HTML tags. Both being markup languages and falling under the same umbrella, XPath can be used to locate HTML elements.

The fundamental concept behind locating elements using XPath is traversing between various elements across the entire page and thus enabling a user to find an element with the reference of another element.

7. Explain the difference between single slash and double slash in XPath.

  • Single slash (/): Single slash is used to create an XPath with an absolute path. In this case, the XPath would start selection from the document’s start node.
  • Double slash (//): Double slash is used to create an XPath with a relative path. In this case, the XPath would start selection from anywhere within the document.

8. Why should you use Selenium for test automation?

Selenium should be used for test automation as it:

  • Is a free and open-source tool
  • Has a large user base and community support
  • Has cross-browser compatibility (Firefox, Chrome, Internet Explorer, Safari, etc.)
  • Has great platform compatibility (Windows, Mac OS, Linux, etc.)
  • Supports multiple programming languages (Java, C#, Ruby, Python, Perl, etc.)
  • Has fresh and regular repository developments
  • Supports distributed testing

CTA

Become a Test Architect

9. Does Selenium have any technical limitations? If so, what are those limitations?

Yes, Selenium has a few limitations:

  • Testing of only web applications is possible using Selenium.
  • Testing of mobile applications or desktop applications is not possible.
  • Captcha and barcode readers cannot be tested using Selenium.
  • A third-party tool like TestNG or JUnit should be used to generate reports.
  • As Selenium is a free tool, there is no ready vendor support through which users can find various helping communities.
  • Prior programming language knowledge is expected from users.

10. What is an object repository?

An object repository allows testers to accumulate web elements of the application under test (AUT), along with their locator values, in one or more centralized locations as restricted to hard-coding them within the test scripts.

Object Repository

11. What is Selenium?

Selenium is a popular open-source software that is used to automate web-based applications. It is a set of multiple software tools, and each tool has a different approach to automated testing.

Selenium has four major components, namely:

  • Selenium Integrated Development Environment
  • Selenium Remote Control
  • Selenium WebDriver
  • Selenium Grid

12. What is Selenium WebDriver?

Selenium WebDriver is the most popular component of the Selenium framework. It is a powerful tool that allows you to automate web browsers. With Selenium WebDriver, you can write automation scripts in various programming languages and execute them on different browsers like Chrome, Firefox, Safari, and more.

13. What is the difference between type keys and type commands?

TypeKeys() will trigger JavaScript events, while type() won’t. TypesKeys collects different value attributes using JavaScript. Whereas, the type commands imitate an actual user typing.

14. What are the advantages of Selenium?

  • Selenium is a purely open-source and portable automation testing tool.
  • It supports different languages such as C#, PHP, Java, Perl, Python, JS, and Groovy.
  • It also supports different OS, including Windows, Linux, UNIX, and Mac OS.
  • It provides powerful methods such as Xpath, DOM, and CSS to locate elements.
  • Since it is an open-source tool, developers can customize the code. Also, the developer community is supported by Google.

CTA

Watch this video on Selenium automation testing tutorial:

Youtube subscribe

15. Define automation testing, and list down its advantages.

Automation testing or test automation is the process of automating the testing process by using tools to write and execute test cases without any human intervention. It allows us to create scripts that can be executed frequently and generate detailed test reports of the application.

Its advantages are as given below:

  • It helps in the performance and functional testing of an application.
  • It makes the execution of repeated test cases easy.
  • It supports the parallel execution of multiple test cases.
  • It boosts the accuracy and efficiency of the application by cutting down the chances of human error.
  • It easily performs testing on a large-scale test matrix.
  • It saves time and money by reducing the burden of arbitrary tasks.

If you want to become a professional Selenium with Python expert. Learn and master this technology by enrolling in Intellipaat’s Selenium with Python Online Training.

16. What are the significant changes/upgrades made to various Selenium versions?

Selenium’s first version included only three sets of tools: Selenium IDE, Selenium RC, and Selenium Grid. There was no WebDriver included in the first version. Later, Selenium WebDriver was introduced and hence included in Selenium V2. However, as WebDriver got included, the use of Selenium RC was discouraged with time and is not much in use ever since. Selenium 3 is in use. There are some newly added Selenium features such as IDE and WebDriver. Selenium 4 is the latest released version.

17. How many types of WebDriver APIs are available in Selenium?

The following is the list of WebDriver APIs:

  • AndroidDriver
  • ChromeDriver
  • EventFiringWebDriver
  • FirefoxDriver
  • HTMLUnitDriver
  • InternetExplorerDriver
  • iPhoneDriver
  • iPhoneSimulatorDriver
  • RemoteWebDriver

Career Transition

18. What is an exception test in Selenium?

An exception test is a test that looks forward to an exception to be thrown inside a test class. It anticipates the @Test annotation followed by the expected exception name. For example, @Test(expectedException = NoSuchElementException.class) is an exception test for missing elements in Selenium.

Note: Keep in mind the syntax, where the exception is suffixed with .class.

19. What is TestNG in Selenium?

TestNG is a popular testing framework that is widely used in Selenium. It is used to manage and run test cases in a more efficient and organized manner. TestNG provides features like grouping, parallel testing, and reporting.

20. What is POM (Page Object Model)? What are its advantages?

Page Object Model is a design pattern used to create object repositories for the web UI elements. Every web page of an application has a corresponding page class that is responsible for locating the web elements and performing actions on them.

Its advantages are as follows:

  • It provides support to separate operations and flows on the UI from verification, hence improving code readability.
  • As the object repository is independent of test cases, multiple tests can use the same object repository.
  • It increases the reusability of the code

That’s all for the basic Selenium Java interview questions. Let’s move on to the next section of intermediate Selenium WebDriver interview questions.

Intermediate Selenium Interview Questions and Answers

21. What are the different types of annotations used in Selenium? Explain the JUnit annotation linked with Selenium.

In Java, a special form of syntactic metadata can be added to Java source code, which is known as ‘annotations’. Variables, parameters, packages, methods, and classes are annotated. Some of the JUnit annotations are:

  • Test
  • Before
  • After
  • Ignore
  • BeforeClass
  • AfterClass
  • RunWith

JUnit annotations linked with Selenium are:

JUnit AnnotationsJUnit Annotations

  • @Test: The @Test annotation finds a method to be a test method. When used before a test method, it is mentioned as ‘@Test’; it informs the JUnit framework that the following method is a test method.
  • @Before: The @Before annotation is used to find the method that is executed before executing the test method. This method can be used to set up the test environment.
  • @After: The @After annotation is a method that is executed after executing the test method. This method can be used to do a teardown, i.e., it is a method used to delete all temporary data, set up default values, clean up the test environment, etc.
  • @BeforeClass: The @BeforeClass method is used only once before the start of all tests. Basically, this is used to perform cumbersome activities, like connecting to a database.
  • @AfterClass: The @AfterClass method is used only once after executing all tests. This is used to carry out clean-up activities, like disconnecting from a database.

Download the Selenium Cheat Sheet and use it whenever required especially during your interviews.

22. Why do testers choose Selenium over QTP?

Selenium is more widely used than QTP since:

  • Selenium is an open-source tool, whereas QTP is a profitable tool
  • Selenium is used specifically for testing web-based applications, while QTP can be used for testing client–server applications too
  • Selenium supports multiple browsers like Firefox, IE, Opera, Safari, etc. and has multiple operating systems compatibility too. Selenium-supported OS platforms are Windows, Mac, Linux, etc. On the other hand, QTP is limited to Internet Explorer on Windows
  • Selenium supports multi-programming language compatibility. Languages supported by Selenium are Python, Ruby, Perl, etc. But, QTP supports only VBScript

You can find more on Selenium by visiting our Selenium Community!

Watch this video on Selenium tutorial:

Youtube subscribe

23. What are the four elements that you have to pass in Selenium?

Four parameters that need to be passed in Selenium are:

  • Host
  • Port number
  • Browser
  • URL

24. What is Same-origin Policy? How can we avoid it?

The ‘Same-origin Policy’ is introduced for security reasons.

Same Sign Policy

  • It ensures that the content of our site will never be accessible by a script from another site.
  • As per the policy, any code loaded within the browser can only operate within that website’s domain.

To avoid this same-origin policy, the proxy injection method is used. In the proxy injection mode, Selenium Server tricks the browser to be a real HTTP URL, i.e., it acts as a client-configured HTTP proxy, which sits between the browser and the application under test (AUT) and then masks the AUT under a fictional URL.

25. What are data-driven framework and keyword-driven framework?

A data-driven framework in Selenium is an approach of separating a ‘dataset’ from the actual ‘test case’ (code). This framework is completely dependent on the input test data. The test data is inserted from external sources, such as from an Excel file, a CSV file, or from any database. It also allows us to easily control how much data needs to be tested. We can easily increase the number of test parameters by adding more username and password fields to the Excel file (or other sources).

Data Driven Framework

A keyword-driven framework is an extension to the data-driven testing framework in the sense that it not only isolates the test data from the scripts but also keeps the particular section of the code belonging to the test script in an external data file. These sets of code are known as keywords, and hence the framework is so named. Keywords are self-guiding and work based on what actions need to be performed on the application.

Keyword Driven

26. How will you use Selenium to upload a file?

If the file is on the same machine or in a mapped network drive, it is really straightforward: We have to just type the ‘path’ of the file in the FileUpload control.

Example:

driver = webdriver.Firefox()
element = driver.find_element_by_id("fileUpload")
element.send_keys("C:\myfile.txt")

Learn more about Selenium from this informative Selenium Tutorial!

27. What is the difference between getwindowhandles() and getwindowhandle()?

  • getwindowhandles(): It is used to get the address of all open browsers, and its return data type is Set<String>.
  • getwindowhandle(): It is used to get the address of the current browser where the control is, and its return type is a string data type.

28. What is a Selenium Maven project?

A Selenium Maven project is a Java project that uses Maven as a build tool and Selenium WebDriver to automate browser testing. Maven is a powerful tool for managing dependencies and building Java projects, and it simplifies the process of configuring Selenium WebDriver in a project.

Maven enables developers to create a structure for the project, including source code, test code, and resource files, and automate the build process. This makes it easier to maintain, distribute, and collaborate on the Selenium project.

29. What is a WebElement in Selenium, and how is it used?

A WebElement is an interface in Selenium used to represent a web element on a web page. It is used to interact with the element, such as by clicking a button or entering text into a field.

30. What is Selenese, and what are the three types of Selenese?

Selenese is a set of commands in Selenium used for running a test.

Three types of Selenese are as follows:

  • Actions: They are used for performing interactions and operations with the target elements.
  • Accessors: They are used for storing values in a variable.
  • Assertions: They are used as a checkpoint.

31. If you want to insert a breakpoint in Selenium IDE, how can you do that?

To insert a breakpoint:

  • First, select ‘Toggle Breakpoint’ by right-clicking on the command in Selenium IDE
  • Then, press ‘B’ on the keyboard and select the command
  • The same step should be repeated for deselecting a breakpoint

32. How do you handle alerts in Selenium?

Alerts are pop-up windows that are displayed on a web page. You can handle alerts in Selenium using the Alert interface. The Alert interface provides methods like accept(), dismiss(), and getText() to handle alerts.

33. How do you launch the web browser using WebDriver?

The following syntax can be used to launch the browser corresponding to the system’s operating system:

WebDriver driver = new FirefoxDriver();

Or

WebDriver driver = new InternetExplorerDriver();

Or

WebDriver driver = new ChromeDriver();

34. What is the difference between getText() and getAttribute() in Selenium?

getText() returns the visible text of a web element, while getAttribute() returns the value of a specific attribute of the web element.

35. List down some of the technical challenges with Selenium.

  • Testing a Windows application: Selenium is just a web-based driver. It does not support Windows-based apps and only supports web apps.
  • Testing mobile apps: With the help of Selenium, we can test web apps on any OS and browser that run on desktops. But, we cannot test mobile apps with Selenium because it does not work with OS such as Android and iOS. However, there is an alternative for this, i.e., Appium. It is an open-source automation testing tool that uses the WebDriver protocol to drive native, hybrid, and iOS and Android, which is built specifically for testing mobile apps.
  • Limited reporting: It is one of the key challenges. In Selenium, we cannot generate efficient and accurate reports. Accurate reports help developers fix all bugs and errors. We can create reports using TestNG or ExtentReports.
  • Handling dynamic elements: With the surge in the use of web apps, the management of dynamic elements should be as much efficient as possible. When a web page loads, the content present on the page changes depending on the user, location, and other factors. Most of today’s web apps are dynamic in nature for better user experience, e.g., e-commerce websites. In Selenium automation, the handling of dynamic web content is a major challenge. However, Selenium provides an explicit wait feature, where we can set a time interval for the automation testing process to hold the process for the new content to load. Also, another alternative is to utilize the implicit wait feature.
  • Handling page load: Some of the web pages in a web app are user-specific. They load elements depending on the user. Also, some elements may be loaded depending on the user’s previous activities. During background processes, the Selenium script might not be able to identify a specific element. To overcome this, we can use explicit waits to provide sufficient time to load and discover the element.
  • Handling pop-up windows: Whenever any simple, prompt, or confirmation alert pops up, it is difficult to automate it. Windows-based OS alerts are beyond Selenium’s capabilities as they are part of the OS instead of the browser. However, Selenium WebDriver can utilize multiple windows, and the web-based alerts can easily be handled with the help of the switchTo method. It manages the OS-based pop-ups while keeping the browser running in the background.

 

36. What is the difference between setSpeed() and sleep() methods?

Both setSpeed() and Sleep() in Selenium are used to delay the speed of execution.

  • setSpeed: Sets the execution speed with a delay of milliseconds, followed by the Selenium operation. By default, the delay is 0 milliseconds.
  • sleep: Causes the suspension of execution of the current thread for a specified period.

That is all in the section of intermediate Selenium framework interview questions. Let’s move on to the next section of Selenium advanced interview questions.

Advanced Selenium Interview Questions for Experienced Professional

37. What are the different types of waits available in WebDriver?

There are two types of waits available in WebDriver:

Explicit and Implicit Wait

  • Implicit wait: These waits are used to provide a default waiting time (say, 30 seconds) between the consecutive test steps across the entire test script. Hence, the subsequent test step would only be executed when the 30 seconds are over after executing the previous test step.
  • Explicit wait: These waits are used to halt the execution until a particular condition is met or the maximum time has elapsed.

Explicit waits are instantiated for a particular instance only, whereas implicit waits are not.

Want to learn about Selenium with Python! Check out our blog on Selenium Python Tutorial for beginners.

38. How do you handle a frame in WebDriver?

An iframe (an acronym for ‘inline frame’) is used to insert another document within the current HTML document.

Selecting iframe by ID:

driver.switchTo().frame(“ID of the frame“);

Locating iframe using the tagName:

driver.switchTo().frame(driver.findElements(By.tagName(“iframe”).get(0));

Locating iframe using index:

  • frame(index)
driver.switchTo().frame(0);
  • frame(“Name of the Frame”)
driver.switchTo().frame(“name of the frame”);
  • frame(WebElement element)
    Select Parent Window
driver.switchTo().defaultContent();

Go through the Selenium Course in London to get a clear understanding of Selenium!

39. How do you set the test case priority in TestNG?

Setting Priority in TestNG:

Test Execution Sequence:

  • Method1
  • Method2
  • Method3

40. What are the different types of frameworks?

Different types of frameworks are as follows:

Testing Frameworks

  • Module-based testing framework: This framework divides the entire application under test (AUT) into a number of logical and isolated modules. For each module, we create a separate and independent test script. Thus, when these test scripts are taken together, it builds a larger test script representing more than one module.
  • Library architecture testing framework: Instead of dividing AUT into test scripts, with this framework, we segregate the application into functions or rather common functions that can be used by the other parts of the application as well. Thus, we create a common library constituting common functions for AUT. Therefore, these libraries can be called from the test scripts whenever required.
  • Data-driven testing framework: The data-driven testing framework helps us segregate the test script logic and the test data from each other. It lets us store the test data into an external database. The data is conventionally stored in ‘key–value’ pairs. Keys can be used to access and populate the data within the test scripts.
  • Keyword-driven testing framework: The keyword-driven testing framework is an extension to the data-driven testing framework in the sense that it not only segregates the test data from the scripts but also keeps a certain set of codes belonging to the test script in an external data file.
  • Hybrid testing framework: A hybrid testing framework is a combination of more than one of the above-mentioned frameworks. The best thing about such a setup is that it leverages the benefits of all kinds of associated frameworks.
  • Behavior-driven development framework: The behavior-driven development framework allows the automation of functional validations in an easily readable and understandable format for Business Analysts, Developers, Testers, etc.

41. Describe the difference between Selenium and QTP.

Feature Selenium Quick Test Professional (QTP)
Browser compatibility It supports almost all popular browsers: Firefox, Chrome, Safari, Internet Explorer, Opera, etc. QTP supports Internet Explorer, Firefox, and Chrome. It only supports Windows operating system
Distribution It is distributed as an open-source tool and is freely available It is distributed as a licensed tool and is commercialized
Application under test (AUT) It supports the testing of web-based applications only It supports the testing of both web-based and Windows-based applications
Object repository Object repository needs to be created as a separate entity in Selenium QTP automatically creates and maintains the object repository
Language support It supports multiple programming languages like Java, C#, Ruby, Python, Perl, etc. It supports only VBScript
Vendor support As Selenium is a free tool, users would not get the vendor’s support in troubleshooting issues Users can easily get the vendor’s support if they face any issues

Learn more about Selenium in this Selenium Training in New York to get ahead in your career!

CTA

42. In Selenium, what are breakpoints and start points?

Breakpoints: Breakpoints are used to stall the execution of the test. The execution will stop whenever a breakpoint is implemented, and this will help us check whether the code is working properly or not.

Start points: Start points are the points from where the execution should begin. Start points can be used when we want to run the test script from the middle of the code or after a breakpoint.

43. Mention the need for session handling while working with Selenium.

While working with Selenium, we need session handling. This is because, during test execution, Selenium WebDriver has to interact with the browser all the time to execute the given commands. It is also possible that, before the current execution completes, someone else starts the execution of another script in the same machine and in the same type of browser. So, to avoid such a situation, we need session handling.

44. Mention the types of listeners in TestNG.

The types of listeners in TestNG are:

  1. IAnnotationTransformer
  2. IConfigurable
  3. IConfigurationListener
  4. IExecutionListener
  5. IHookable
  6. IInvokedMethodListener
  7. IInvokedMethodListener2
  8. IMethodInterceptor
  9. IReporter
  10. ISuiteListener
  11. ITestListener

45. How can we handle Windows-based popups with Selenium?

Selenium solely supports web application testing. It does not support the testing of Windows-based applications or mobile applications. To handle Windows-based popups, third-party intervention is required. AutoIt and Robot Class are examples of third-party tools that we can use alongside Selenium to handle Windows-based popups.

Interested in learning Selenium? Check out our Selenium Training in Sydney!

46. How can you take screenshots in Selenium?

Selenium provides a method called getScreenshotAs() which can be used to capture a screenshot of the current browser window. We can then save the screenshot to a file or attach it to the test report.

47. For the database testing in Selenium WebDriver, what API is required?

For the database testing in Selenium WebDriver, we need the JDBC (Java Database Connectivity) API. It allows us to execute SQL statements.

48. How can you identify an object in Selenium?

We can use isElementPresent (string locator) to find an object in Selenium. It takes a locator as the argument and, if found, returns a Boolean.

Become a master of Selenium by taking up this online Selenium Course in Toronto!

49. How do you implement data-driven testing in Selenium?

Data-driven testing allows the same test script to be executed with multiple sets of data, making it easier to test different scenarios and edge cases. The candidate should know how to use external data sources, such as Excel or CSV files, to feed the test data into the script and how to handle the output results.

50. Mention the use of XPath in Selenium testing.

XPath is used to define web elements on a web page. The major advantage of XPath is that it helps us in identifying the elements dynamically.

There are two types of XPath:

  • Absolute XPath
  • Relative XPath

51. Can WebDriver test mobile applications?

No, WebDriver is a testing tool used for web-based applications. So, we cannot test mobile applications with Selenium WebDriver.

52. Explain how Selenium Grid works.

Selenium Grid creates a test suite that works by forwarding test cases to the hub, and from there, the test cases are redirected to Selenium WebDriver. WebDriver will then execute them in the browser. The test suite allows for running tests in parallel.

Hope you find our comprehensive blog on Selenium testing interview questions useful. Do let us know in the comments section if you could make use of these Selenium topics for the interview.

Check out our blog to learn about Types of Software Testing!

53. How do you handle synchronization issues in Selenium WebDriver?

Synchronization issues can occur when the script moves too quickly, and the web page is not ready for the next step. To handle synchronization issues in Selenium WebDriver, we can use different types of waits like Implicit Wait, Explicit Wait, or Fluent Wait.

We can also use the Thread.sleep() method to pause the execution of the script for a specified amount of time. However, this method should be used sparingly as it can make the script slower and less efficient.

54. Explain the difference between driver.close() and driver.quit() commands in Selenium.

The following is the major difference between both commands:

  • close() command closes the currently active browser window, which is being used by the user or which is currently accessed by the web driver.
  • quit() command closes all the windows opened by the program, unlike the driver.close () command.

Both the commands do not take any value and also do not accept any parameter.

55. Explain the difference between findElement() and findElements() in Selenium.

The difference between findElement() and findElements() is as follows:

  • findElement(): It finds one particular element within the current page using the locating mechanism. It returns the first element located by the locator.
  • findElements(): It finds all the elements within the current page with the help of the locating mechanism. Hence, it returns a list of matching web elements found by the locator.

Get ready for a Manual Testing job by going through these Top Manual Testing Interview Questions and Answers prepared by Industry Experts!

56. Mention the types of navigation commands.

The following are the navigation commands provided by Selenium:

  • navigate().back(): It takes the user back to the previous or the last-used web page, according to the history.
  • navigate().forward(): It takes the user to the next web page, according to the browser history.
  • navigate().refresh(): It allows the user to refresh the current web page by reloading all the web elements.
  • navigate().to(): It takes the user to a new web page in a new window, depending on the URL specified.

57. How do you find broken links in Selenium WebDriver?

We can detect whether the given links are broken or not by using the following process:

  1. First, accumulate all the links present on a web page using the <a> anchor tag. For each <a> tag, use the attribute ‘href’ value to obtain the hyperlink
  2. Send HTTP requests for each link and verify the HTTP response code
  3. Based on the HTTP response code, determine if the link is valid or broken. Then, use the driver.get() method to navigate to a URL, which will respond with a status of 200 – OK (200 – OK indicates that the link is working). If we get any other status, then it indicates that the link is broken
  4. Repeat the same process for all the links captured

Preparing for a Software Testing Interview! Check out our Software Testing Interview Questions.

58. What is the use of the ‘ExpectedConditions’ class in Selenium?

The ‘ExpectedConditions’ class in Selenium is a utility class that provides a set of predefined conditions that can be used to wait for a certain condition to be met before proceeding with the next step in a test. These conditions can be used in conjunction with the ‘WebDriverWait’ class to wait for elements to be visible, clickable, or to have a certain text, among other things.

For example, the ‘ExpectedConditions.visibilityOfElementLocated(By.id(“elementId”))’ can be used to wait for an element with a specific ID to be visible on the page. The ‘WebDriverWait’ class can then be used to wait for this condition to be met before interacting with the element. This helps to ensure that the element is present and visible before the test interacts with it, which can help prevent errors and improve the stability of the test.

59. Explain the significance of the @FindBy annotation in POM.

@FindBy annotation is used to identify web elements in POM. The candidate should be able to explain its importance in improving code readability and maintainability.

60. How do you handle multiple windows in Selenium WebDriver?

Handling multiple windows in Selenium WebDriver involves switching between the different windows that are open in the browser. The process of switching between windows can be accomplished using the ‘switchTo()’ method of the ‘WebDriver’ interface.

Here are the steps to handle multiple windows in Selenium WebDriver:

First, you need to get the current window handle by using the ‘getWindowHandle()’ method of the ‘WebDriver’ interface. This will give you the handle of the current window.

Next, you need to get all the window handles by using the ‘getWindowHandles()’ method of the ‘WebDriver’ interface. This will give you a set of all window handles that are currently open.

Once you have all the window handles, you can use a loop to iterate through them and check for the window handle of the window you want to switch to.

Once you have the window handle of the window you want to switch to, you can use the ‘switchTo()’ method of the ‘WebDriver’ interface and pass in the window handle as a parameter. This will switch the focus of the web driver to the specified window.

After that, you can perform any actions you need on the new window.

When you are done with the new window, you can switch back to the original window by using the window handle of the original window that you stored earlier.

It’s important to note that when you switch to a new window, Selenium WebDriver will automatically switch the focus to the new window and you can interact with it. Once you are done with the new window, you can switch back to the original window and continue with the test.

61. How do you handle browser cookies in Selenium WebDriver?

Handling browser cookies in Selenium WebDriver can be done using the ‘manage()’ method of the ‘WebDriver’ interface, which returns an instance of the ‘Options’ interface. The ‘Options’ interface provides several methods to work with cookies, including adding, deleting, and getting the value of a cookie.

Here are the steps to handle browser cookies in Selenium WebDriver:

First, you need to get an instance of the ‘Options’ interface by calling the ‘manage()’ method of the ‘WebDriver’ interface.

Next, you can use the ‘getCookieNamed(String name)’ method of the ‘Options’ interface to retrieve a specific cookie by its name.

You can also use the ‘getCookies()’ method of the ‘Options’ interface to retrieve all the cookies in the browser.

To add a cookie, you can use the ‘addCookie(Cookie cookie)’ method of the ‘Options’ interface, where ‘cookie’ is an instance of the ‘Cookie’ class containing the name, value, and other attributes of the cookie.

To delete a cookie, you can use the ‘deleteCookieNamed(String name)’ method of the ‘Options’ interface, where ‘name’ is the name of the cookie you want to delete.

To delete all cookies, you can use the ‘deleteAllCookies()’ method of the ‘Options’ interface.

It’s important to note that, when working with cookies, you need to be aware of the fact that some cookies are automatically added by the browser, such as session cookies. These cookies are deleted when the browser is closed, whereas other cookies have longer lifetimes and will not be deleted until they expire or are manually deleted.

Also, it’s worth noting that, cookies are browser dependent and the way to handle cookies might vary depending on the browser you are using.

62. How can you perform mouse hover actions in Selenium?

To perform a mouse hover action in Selenium, we can use the Actions class. We first need to create an object of the Actions class and then use the moveToElement() method to move the mouse to the element we want to hover over. We can then perform the required action on the element using click() or other similar methods.

63. What is Cucumber?

Cucumber is a BDD testing tool that enables developers to write test cases in a natural language format that can be understood by non-technical stakeholders. It supports multiple programming languages, including Java, Ruby, and Python, and can be integrated with various testing frameworks, including Selenium WebDriver.

It allows developers to write executable specifications in a readable format and automate the testing process. It enables developers to collaborate and communicate effectively with the team, including product owners, developers, and testers.

64. How do you perform Cross browser testing using Selenium?

Cross-browser testing using Selenium involves running the same set of tests on different browsers to ensure that the application is compatible and functions correctly on different browser environments. There are several ways to perform cross-browser testing using Selenium:

Using different browser drivers: Selenium WebDriver supports multiple browser drivers, such as ChromeDriver, FirefoxDriver, and InternetExplorerDriver, to run tests on different browsers. By instantiating the appropriate driver class, tests can be run on different browsers.

Using Selenium Grid: Selenium Grid allows you to run tests on different machines and different browsers simultaneously. By configuring a Selenium Grid, tests can be run on different browsers on different machines, which can help to speed up cross-browser testing.

Using cloud-based testing platforms: Cloud-based testing platforms like BrowserStack and Sauce Labs provide a way to run Selenium tests on a wide variety of different browsers and operating systems. These platforms allow you to run your tests on real browsers and devices, which can help to ensure that your application is compatible with different environments.

Using a Cross-browser testing tool like LambdaTest, CrossBrowserTesting, etc. These tools will have pre-configured browsers and OS versions that which user can select to test the application on.

It’s important to note that Cross-browser testing is a process of testing the application on different browsers and different versions of the same browser. It helps in making sure that the application is working fine on all browsers, which can help to ensure that the application is compatible with different environments.

65. Can you explain how to run Selenium tests in parallel?

Running Selenium tests in parallel can improve the test execution time and reduce the overall test suite duration. The candidate should know how to set up a Selenium grid or use a cloud-based testing service to run tests in parallel on multiple machines or browsers.

66. Can you explain how you would perform drag-and-drop operations in Selenium WebDriver?

Performing drag-and-drop operations in Selenium WebDriver can be done using the ‘Actions’ class. The ‘Actions’ class provides several methods for simulating mouse and keyboard actions, including drag-and-drop.

Here are the steps to perform drag-and-drop operations in Selenium WebDriver:

First, you need to instantiate an instance of the ‘Actions’ class by passing in the ‘WebDriver’ instance as a parameter.

Next, you need to locate the source and target elements on the page. These are the elements that you want to drag and drop.

Once you have located the source and target elements, you can use the ‘drag and drop (WebElement source, WebElement target)’ method of the ‘Actions’ class to simulate a drag-and-drop operation.

You can use the ‘build()’ method and ‘perform()’ method of the ‘Actions’ class to build the drag-and-drop action, and then perform it on the elements.

Here’s an example of how you would perform a drag-and-drop operation using Selenium WebDriver:

WebElement sourceElement = driver.findElement(By.id("source"));
WebElement targetElement = driver.findElement(By.id("target"));
Actions actions = new Actions(driver);
actions.dragAndDrop(sourceElement, targetElement).build().perform();

67. How do you handle dynamic web elements in Selenium?

Dynamic web elements are those elements that change continuously on a web page. You can handle dynamic web elements using various methods such as:

  • Using regular expressions in locators
  • Using XPath functions like contains, starts-with, ends-with
  • Using CSS selectors

68. Can you explain how you would automate the login functionality of a web application using Selenium WebDriver?

To automate the login functionality of a web application using Selenium WebDriver, we first need to identify the username and password fields on the login page using locators such as ID, name, or CSS selector.

Once we have located the elements, we can use the sendKeys() method to enter the username and password into the respective fields. We can then use the click() method to click the login button to submit the login form.

69. How do you handle dynamic dropdowns in Selenium WebDriver?

Dynamic dropdowns are those where the options change based on the selection made in another dropdown. To handle dynamic dropdowns in Selenium WebDriver, we first need to locate the parent dropdown and select an option from it. Then, we need to wait for the child dropdown to populate with new options before locating and selecting an option from it.

70. Can you explain how you would automate the testing of a file upload functionality using Selenium WebDriver?

To automate the testing of a file upload functionality using Selenium WebDriver, we first need to locate the file upload button on the web page using locators like ID, name, or CSS selector.

We can then use the sendKeys() method to enter the file path of the file we want to upload into the upload button. We can also use the AutoIT tool to handle the file upload dialog box, as Selenium WebDriver does not have the capability to interact with it.

71. Can you explain how you would automate the testing of a responsive web application using Selenium WebDriver?

To automate the testing of a responsive web application using Selenium WebDriver, we can use the browser window resize method to resize the browser window to different sizes to test how the application behaves on different screen sizes. We can also use the browser developer tools to emulate different devices and test how the application behaves on those devices.

72. Can you explain how you would automate the testing of a pop-up window using Selenium WebDriver?

To automate the testing of a pop-up window using Selenium WebDriver, we first need to locate the element that triggers the pop-up window using locators like ID, name, or CSS selector.

We can then use the click() method to trigger the pop-up window. We can switch to the pop-up window using the switchTo() method of WebDriver and perform the necessary actions on the pop-up window. We can then switch back to the main window using the same method.

73. How would you automate a web application that uses a CAPTCHA to prevent automated access?

CAPTCHA is a popular security mechan.ism that requires users to prove that they are human. 

  • Use a CAPTCHA-solving service: There are many third-party services that offer CAPTCHA-solving solutions. These services use machine learning algorithms and human workers to solve CAPTCHAs. You can integrate these services into your automation script and use them to automatically solve the CAPTCHA.
  • Train a machine learning model: You can use machine learning to train a model to recognize and solve CAPTCHAs. This requires a large dataset of CAPTCHA images and corresponding solutions, as well as expertise in machine learning algorithms. However, once the model is trained, it can be used to automatically solve CAPTCHAs.
  • Use OCR technology: Optical Character Recognition (OCR) technology can be used to automatically read and recognize the characters in a CAPTCHA image. This requires a high-quality image and accurate OCR software, but it can be a viable solution for some CAPTCHA types.
  • Use human input: In some cases, it may be more efficient to use human input to solve CAPTCHAs. You can hire human workers or use crowdsourcing platforms to solve CAPTCHAs as part of your automation process.

74. How would you test a web application that uses a single-page application (SPA) framework like Angular or React?

SPAs are becoming increasingly popular, and testing them requires a different approach than testing traditional web applications. To test a web application that uses a single-page application (SPA) framework like Angular or React, you can use a combination of manual and automated testing techniques.  

Manual testing can involve running functional tests to ensure that the application is working as intended. Automated testing can be done using tools like Selenium, Cypress, or Protractor to test the functionality of the application across different browsers and devices. 

You can also use tools like Jest or Mocha to test the components and modules of the application. Overall, a combination of manual and automated testing is recommended to ensure the quality and functionality of the web application.

75. How would you test a web application that uses WebSocket or real-time communication?

WebSocket and real-time communication are becoming increasingly popular in web applications, and testing them requires a different approach. To test a web application that uses WebSocket or real-time communication, you can use tools like Fiddler or Wireshark to monitor and analyze the WebSocket traffic. 

You can also use testing frameworks like JMeter or Gatling to simulate high volumes of WebSocket traffic and test the application’s performance under load.

Additionally, manual testing can be done by emulating different scenarios and ensuring that the WebSocket connection is established and maintained properly. Testing the application’s error-handling capabilities and security measures is also important in ensuring the reliability and security of real-time communication.

76. How would you handle a scenario where a web application requires user authentication before accessing certain pages?

User authentication is a common requirement in web applications, and testing it requires a different approach. To handle a scenario where a web application requires user authentication before accessing certain pages, the application can implement a login system that verifies user credentials and grants access to authorized users. 

This can involve using secure authentication methods like password hashing and using cookies or tokens to maintain user sessions. Testing should ensure that only authenticated users can access restricted pages and that access controls are properly implemented.

Additionally, testing should cover scenarios such as session timeouts, session hijacking, and other security risks associated with user authentication.

77. How would you handle a scenario where a web application uses third-party APIs or services?

Web applications often use third-party APIs or services, and testing them requires a different approach. A hybrid framework in Selenium combines both keyword-driven and data-driven approaches to test automation.

To implement it, you need to define a set of keywords that represent the actions and assertions you want to perform on the application. Then, you create test scripts that use these keywords to interact with the application and verify its behavior.

78. How would you handle a scenario where a web application has dynamic URLs?

Dynamic URLs can be challenging to test, as they change frequently. When dealing with a web application that has dynamic URLs, it is important to implement a consistent and logical URL structure that is easy for both users and search engines to understand. 

This can be achieved by using descriptive keywords in the URL and implementing URL rewriting techniques to ensure that the URLs remain clean and user-friendly. Additionally, using canonical tags and setting up proper redirects can help avoid issues with duplicate content and broken links.

79. What is BDD (Behavior Driven Development)?

Behavior Driven Development (BDD) is an Agile software development approach that focuses on defining the behavior of a software application in a way that is understandable by all stakeholders, including developers, testers, and business analysts. 

It is based on the principles of Test Driven Development (TDD), but it emphasizes collaboration and communication between team members. It uses natural language descriptions of features, scenarios, and acceptance criteria to define the expected behavior of the software.

80. How would you handle a scenario where a web application uses complex data structures like trees or graphs?

When dealing with a web application that uses complex data structures such as trees or graphs, it is important to have a clear understanding of the underlying data model and how it relates to the application’s functionality. 

Implementing efficient algorithms and data structures to manipulate and traverse these data structures is crucial for optimal performance. Additionally, proper testing and error handling should be implemented to ensure data integrity and prevent potential issues with memory allocation and resource management.

81. How would you handle a scenario where a web application uses a lot of AJAX calls to update its UI?

AJAX calls can make the web application dynamic, but it can also create issues while automating it. To handle a scenario where a web application uses third-party APIs or services, it is important to ensure that the application can properly communicate with external services and handle errors that may occur. Testing should cover scenarios such as network outages, rate limiting, and invalid responses from the API. 

Additionally, the application should handle authentication and authorization to access external services securely. Ensuring proper error handling and logging can help diagnose issues with third-party APIs and services. Regular testing can also ensure that the application is still working properly if the external APIs or services undergo changes or updates.

82. How would you optimize your Selenium scripts for speed and performance?

Optimizing Selenium scripts for speed and performance is crucial to reduce execution time. To optimize Selenium scripts for speed and performance, you can take several steps. One approach is to minimize the number of page refreshes and waits, and instead use conditional waits that are triggered by specific page elements. 

You can also use headless browsers or cloud-based services to run tests in parallel, reducing the overall test run time. Another technique is to reduce the amount of data transferred between the browser and server by using efficient selectors and by reducing unnecessary data requests. Additionally, reducing unnecessary logging and optimizing the test environment can also improve the performance of Selenium scripts.

83. How would you handle a scenario where a web application has multiple languages and requires localization testing?

Localization testing is critical when the web application is used in different languages. To handle a scenario where a web application has multiple languages and requires localization testing, you can perform several steps. 

Firstly, the application should support localization through language packs or resource files, which can be tested to ensure that translations are accurate and consistent across different languages. The application’s UI and layout should be tested to ensure that they are compatible with the different character sets and formats of different languages. 

Additionally, testing should cover scenarios like date and time formats, currency symbols, and other regional variations.

84. How would you handle a scenario where a web application uses browser-specific features like ActiveX or Java applets?

Browser-specific features can create compatibility issues while automating web applications. To handle a scenario where a web application uses browser-specific features like ActiveX or Java applets, it is important to ensure that the application can properly communicate with the browser and handle any compatibility issues that may arise. 

Testing should cover scenarios like browser versions, operating systems, and browser security settings that may impact the use of these features. Additionally, ensuring that alternative solutions are available for users who cannot use these features can help maintain accessibility and functionality for all users.

85. How would you handle a scenario where a web application uses security mechanisms like SSL or OAuth?

Security mechanisms like SSL and OAuth are crucial in web applications. To handle a scenario where a web application uses security mechanisms like SSL or OAuth, it is important to ensure that the application properly implements these mechanisms and handles any security-related issues that may arise.

Testing should cover scenarios like secure communication over HTTPS, token-based authentication using OAuth, and ensuring that user credentials are properly encrypted and stored. 

86. How would you handle a scenario where a web application uses third-party plugins like Adobe Flash or Microsoft Silverlight?

Third-party plugins can create compatibility issues while automating web applications. To handle a scenario where a web application uses third-party plugins like Adobe Flash or Microsoft Silverlight, it is important to ensure that the application can properly communicate with the plugins and handle any compatibility issues that may arise. Testing should cover scenarios like browser versions, operating systems, and plugin security settings that may impact the use of these plugins. 

87. How do you ensure the stability and reliability of your Selenium tests?

Selenium tests can be fragile and prone to failures due to various factors, such as browser versions, network issues, or changes in the application under test. To ensure the stability and reliability of Selenium tests, it is important to use robust and maintainable test code that can handle dynamic changes to the application. This involves using efficient selectors, modularizing the test code, and reducing the use of hard-coded values.

88. Can you explain how Selenium works under the hood?

A skilled Selenium developer should have a good understanding of how Selenium interacts with browsers and how it executes commands and retrieves results using the WebDriver API.

Selenium is a suite of tools used to automate web browsers. Selenium WebDriver is the most commonly used tool, which communicates with the browser through a set of commands and interfaces, simulating user interactions with the web application. 

These commands are sent to a browser-specific driver, which translates them into browser-specific actions. Selenium WebDriver also includes a range of APIs that can be used to interact with elements on a web page, including finding, clicking, and entering text into form fields. Selenium can be used to automate functional and regression testing, as well as other web automation tasks

89. How do you implement a Hybrid Framework in Selenium?

A Hybrid Framework is a combination of different design patterns and approaches, such as Data-Driven, Keyword-Driven, or Behavior-Driven Testing, to improve the modularity, reusability, and maintainability of Selenium tests.

To implement a Hybrid Framework in Selenium, you would first identify the different types of tests required, such as functional, regression, or performance testing.

Then, you would create modular test scripts using a combination of data-driven and keyword-driven approaches. 

These scripts can be managed through a test management tool and executed using a test runner. Additionally, implementing a reporting mechanism can provide valuable insights into the test results and aid in debugging and analysis.

90. How do you handle security testing in Selenium?

Security testing involves testing the web application’s vulnerabilities and threats, such as XSS, CSRF, or SQL injection, to ensure that it meets the security standards and regulations.

When handling security testing in Selenium, it is important to test for vulnerabilities such as cross-site scripting (XSS), injection attacks, and broken authentication and session management. ]

This can be achieved by using security testing tools such as OWASP ZAP or Burp Suite in conjunction with Selenium. Additionally, implementing secure coding practices and ensuring that all inputs and outputs are properly validated can help prevent potential security breaches.

91. How do you integrate Selenium with other testing tools, such as Jenkins or TestNG?

Selenium can be integrated with other testing tools and frameworks to improve the automation workflow and generate useful reports and metrics. Integrating Selenium with other testing tools such as Jenkins or TestNG involves configuring the testing tools to work with Selenium. 

This can be achieved by adding Selenium libraries to the project and setting up test configurations to run Selenium tests. Additionally, integrating with a continuous integration tool like Jenkins allows for automated testing and reporting, while TestNG provides advanced testing features such as grouping and parallel execution.

92. How do you implement performance testing in Selenium?

Performance testing involves measuring the web application’s response time, throughput, and scalability under different loads and stress levels. To implement performance testing in Selenium, you would use load testing tools such as JMeter or LoadRunner to simulate heavy user traffic and measure the performance of the web application. 

Selenium scripts can be integrated with these tools to simulate real user behavior and generate load on the application. Additionally, using performance profiling tools can help identify bottlenecks and areas for optimization in the application

93. Is it common to implement AI and ML techniques in Selenium? Give one example to explain so.

AI and Machine Learning techniques can improve the efficiency, accuracy, and reliability of Selenium tests, such as using Natural Language Processing or Computer Vision to automate test cases and generate useful insights. It is not common to implement AI and Machine Learning techniques in Selenium, as it is primarily a testing tool. 

However, some AI and ML techniques can be used in conjunction with Selenium to enhance the testing process. For example, image recognition can be used to identify UI elements, and natural language processing can be used to generate test cases from user stories.

94. Can you explain how to handle and automate complex web elements, such as iframes, pop-ups, or drag-and-drop elements?

To handle and automate complex web elements such as iframes, pop-ups, or drag-and-drop elements in Selenium, first identify the element using appropriate locators such as ID or XPath.

For iframes, switch to the frame using the driver’s switchTo() method. For pop-ups, use the Alert class to handle the pop-up window. For drag-and-drop elements, make use of the Actions class to perform drag-and-drop operations. 

95. What is a DesiredCapabilities class in Selenium?

The DesiredCapabilities class is a part of the Selenium WebDriver API and is used to configure the capabilities of a WebDriver instance. It is essentially a set of key-value pairs that specify the various properties of the browser or device that the WebDriver will use to run the tests.

Some examples of the properties that can be set using DesiredCapabilities include; browser type, version, platform, proxy settings, and browser language.

It is particularly useful for cross-browser testing, where you may need to run the same tests on different browsers or platforms. By setting the capabilities using this class, you can ensure that the WebDriver will use the correct settings for each browser/platform, and your tests will run consistently across all environments.

96. What is a WebDriverEventListener in Selenium and how is it used?

A WebDriverEventListener is an interface in Selenium that allows you to listen to various events that occur during the execution of your tests. Some examples of events that can be listened to include beforeNavigateTo, afterNavigateTo, beforeClickOn, afterClickOn, beforeFindBy, and afterFindBy.

By implementing the WebDriverEventListener interface and defining methods for each of these events, you can perform custom actions or log during your tests.

97. What is Gherkin?

Gherkin is a simple, natural language syntax used to describe the behavior of a software application in a way that is understandable by non-technical stakeholders. It is used in conjunction with Cucumber to define the acceptance criteria and scenarios for a software feature.

It uses keywords, such as Given, When, and Then, to describe the steps of a scenario in a clear and concise manner. Gherkin allows developers to write executable specifications that can be easily understood and reviewed by the team.

Course Schedule

Name Date Details
Selenium Course 25 Mar 2023(Sat-Sun) Weekend Batch
View Details
Selenium Course 01 Apr 2023(Sat-Sun) Weekend Batch
View Details
Selenium Course 08 Apr 2023(Sat-Sun) Weekend Batch
View Details

7 thoughts on “Top 95+ Selenium Interview Questions for 2023”

  1. With this Interview Q and A. I come to know some technical tips on Selenium. It will be very helpful for my interview preparation.

  2. I like the questionaire. It summarises well what questions and key points that both employers and emplyees need to know.
    Thanks for sharing that.
    @roger_uk

  3. I was looking for selenium interview questions for 5 years experience professionals and found this, it helped me to crack the interview for the role of selenium tester in a reputed MNC.

Leave a Reply

Your email address will not be published. Required fields are marked *