Introduction to Selenium

Selenium is open source software web application automation testing tool. It can helps you in software testing process. I have created selenium tutorials for beginner and advanced level students. You can start learning selenium bellow even if you don't have any knowledge in selenium.


Webdriver in selenium is an Interface and it is designed to overcome some limitations of selenium RC software testing tool. However selenium WebDriver's development is in process so still there are few limitations and known issues available in selenium WebDriver. Selenium WebDriver is also known as Selenium 2 .It is freeware software testing tool and mostly used as a regression testing tool for web and mobile applications.
Selenium 2 supports most of all browsers to run your test cases and many programming languages like C#, Java, Python, Ruby, .Net, Perl, PHP, etc.. to create and modify your test scripts. Selenium 2(WebDriver) controls browser directly from operating system level so it is interacting very fast and with more realistic way with browsers. Major people in world using Selenium webdriver with java.


Comments

Popular posts from this blog

Handling Dynamic Web Tables Using Selenium WebDriver

Importance of testng.xml file

Read it out for TESTNG before going for an iterview