Thursday, October 27, 2016

Why Selenium

There are few reason we should go for selenium:

1. Selenium is open source tool hence require no cost, no licence. Just free to use.
2. We can use selenium on most of operating systems.
3. It supports many languages like Java, Python, C#, Pearl, Ruby. PHP.
4. It supports all mostly used browsers like Chrome, Firefox, IE, Safari etc.
5. You can lots of support from developer across the globe. There are lots google groups are available to solve your query and help you.
6. It supports Keyword driven framework, Data driven framework, Hybrid Framework.
7. You can integrate selenium with Junit, TestNg, Sikuli etc.
8. You can test application on different browser at a same time.
9. You can use Selenium IDE for record and playback.

There are more reasons to use selenium.