There are many automation testing tools available in market and each tool have its own feature and limitations. Before choosing any tool for automation, You must have to check it's features and limitations. You have to check if your selected tool have all those features which are required to automate your application? Is it compatible to test your application? Is it compatible with your platform and OS?
Selenium is open source test automation tool but you can not perform automation testing of all types of applications.
Types of applications can be automated using selenium
Below given applications types can be automated using selenium.
- Web applications can be automated using selenium
Types of applications can not be automated using selenium
Below given applications can not be automated using selenium.
- Desktop applications can not be automated using selenium. You can use WinAppDriver or winium to automate desktop applications.
- Mobile applications can not be automated using selenium. You can automate mobile applications using Appium.
Types of testing can be performed using selenium
Below given testing types can be performed using selenium.
- Functional testing
- Integration testing
- Sanity testing
- Regression testing
- Smoke testing
- System testing
- Cross browser testing
- Database testing
Types of testing can not be performed using selenium
Below given testing types are not supported by selenium
- Load/Stress testing
- Security testing
- Visual testing
- Layout testing
- Video/Audio streaming
- Captcha verification
- QR code/Barcode verification
No comments:
Post a Comment