Questions

Are there any technical challenges with Selenium?

Are there any technical challenges with Selenium?

One of the top challenges faced in Selenium automation is the handling of dynamic web content. Selenium solves for it using the explicit wait feature, where you specify a pre-defined time for the automation testing process to wait for new content to load.

What are the technical limitations while using Selenium?

Selenium cannot extend support to the Windows applications, it only works on the web based applications. Selenium is not capable of performing mobile automation on its own. Selenium does not have any inbuilt reporting feature. Selenium is not accurate while dealing with handling dynamic web elements.

What are the challenges and limitations of Selenium WebDriver?

READ ALSO:   Can we win money in KBC play along regular?

Challenges and limitations of Selenium WebDriver

  • We cannot test windows application.
  • We cannot test mobile apps.
  • Limited reporting.
  • Handling dynamic Elements.
  • Handling page load.
  • Handling pop up windows.
  • Handling captcha.

What Cannot be automated with Selenium?

Bitmap comparison is not possible using Selenium WebDriver. Automating Captcha is not possible using Selenium WebDriver. We can not read bar code using Selenium WebDriver. We can not automate OTP submission.

What selenium Cannot do?

As Selenium WebDriver is specifically used for automated testing of web applications, we cannot use it for windows based applications. For example, if we want to automate tests for a Windows application, such as a native ‘Calculator’, it is not possible via Selenium.

What all we Cannot automate using selenium?

You cannot automate desktop Application. Selenium is only for Web Based application. Finding elements is only possible with id, css, xpath, name, partial link etc. We cannot find elements by using images(image based search in website).

READ ALSO:   What will happen in Saudi 2030?

What Cannot be automated using selenium?

What are the pros and cons of selenium?

Advantages and Disadvantages of Selenium

  • 1) Selenium is an Open Source Software.
  • 2) Selenium supports various programming languages to write programs (Test scripts)
  • 1) No reliable Technical Support from anybody.
  • 2) It supports Web-based applications only.
  • 3) Difficult to use, takes more time to create Test cases.

What Cannot automated?

Here are some examples of test cases that cannot be automated: Exploratory tests. UX tests. UI tests.