Automation Question:

Tell me does the Selenium have any limitations?

Automation Interview Question
Automation Interview Question

Answer:

Selenium supports only web based applications testing. So, here are the limitations of it:

☛ Mobile applications cannot be tested using Selenium
☛ Desktop applications cannot be tested using Selenium
☛ Captcha and Bar code readers cannot be tested using Selenium
☛ User should use third-party tools like TestNG or jUnit to write test scripts and generate reports
☛ Programming language knowledge is required to create robust scripts in Selenium WebDriver


Previous QuestionNext Question
What is Selenium?Tell me what is an Absolute XPath?