VAIBHAV SINGH
Selenium Interview Question

Question : What are the limitations of Selenium?

Following are the limitations of Selenium:

1 - Selenium supports testing of only web based applications
2 - Mobile applications cannot be tested using Selenium
3 - Captcha and Bar code readers cannot be tested using Selenium
4 - Reports can only be generated using third party tools like TestNG or Junit.
5 - As Selenium is a free tool, thus there is no ready vendor support though the user can find numerous helping communities.
6 - User is expected to possess prior programming language knowledge.


Back