Limitations of Selenium...
1. Selenium supports Web based Applications only, it doesn't support Desktop Applications/Windows based Applications.
2. Selenium doesn't have built-n Object Repository like UFT/QTP to maintain objects/elements in a centralized location, but we can overcome this limitation using Page Object Model.
3. Selenium WebDriver (main tool in Selenium's tool suite. doesn't have IDE (Integrated development Environment., so we need to write code for every Test step.
4. Selenium doesn't have built-in Result Reporting facility, we can overcome this drawback using Testing Framework Assert Methods/Commands or using programming features.
5. Since selenium is Open Source Software no reliable Technical Support like Commercial tools UFT, RFT etc...
6. Image based Testing is Difficult using Selenium.
7. New Features may not work properly
8. No Test Tool Integration for Test Management.
Ещё видео!