Questions

What are the scenarios that Cannot be automated using Selenium?

What are the scenarios that Cannot be automated using 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.

Did you find any test scenarios that not to be automated in your project using Selenium?

24 Testing Scenarios you should not automate with Selenium

  • Windows apps Testing.
  • Mac apps Testing.
  • Native apps Testing for Mobiles/Tablets.
  • Smart TV apps Testing.
  • WatchOS apps Testing.
  • Device / Hardware / Embed Testing.
  • Captcha Verification.
  • Barcode / QR Code Verification.

How do you create a test scenario from requirements?

How to Write Test Scenarios

  1. Step 1: Read the Requirement Documents like BRS, SRS, FRS, of the System Under Test (SUT).
  2. Step 2: For each requirement, figure out possible users actions and objectives.

How do you write a test scenario from a user story?

Best Practices to Create Test Scenarios

  1. Create one test scenario for a single requirement or user story for simplicity’s sake.
  2. If one test scenario does have to accommodate multiple requirements, then ensure that each requirement has been checked in isolation beforehand.
READ ALSO:   What does a * mean in texting?

What is automation in selenium?

Selenium is a free (open-source) automated testing framework used to validate web applications across different browsers and platforms. You can use multiple programming languages like Java, C#, Python etc to create Selenium Test Scripts.

Which scenarios we Cannot automate?

Originally Answered: What are scenarios 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.