|
Answer» The following are the disadvantages of USING Selenium as a testing TOOL: - Tests web applications only: Selenium supports the testing of only web-based applications. Mobile applications, Captcha, and Barcode readers cannot be tested using Selenium unless integrated with third-party tools like Appium and TestNG.
- No built-in reporting and test management facility: Selenium can generate reports only using third-party tools like TestNG or JUnit.
- Unavailability of reliable tech support: Since Selenium is an open-source tool, no dedicated support for USER issues is available.
- May require the KNOWLEDGE of programming languages: Some prior programming knowledge is required to USE Selenium.
|