Register now or log in to join your professional community.
Required Software's for start selenium automation testing
project what you want to test and it should be stable
Java Machine and Eclipse/Net beans should be installed
Selenium jar should be integrated with eclipse/net beans.
you have to know basic programming concept as well as testing Concept and some Automation Basic knowledge like Web Element locators.
Start by looking for testing tasks that require a lot of manual effort and do not change from one release to the next. This is especially important for UI automation; if a web page changes frequently, you will spend so much time updating your automated test that it will have been faster to test the page by hand.
Note that there are often ways to use automation that do not involve testing web pages. For example, testing often requires creating test data. If you can write something that inserts data directly into a database rather than creating the data through your web interface, you will save time and reduce mistakes.