Skip to main content

Posts

Showing posts from March, 2016

Test Automation for Web Applications using Selenium Webdriver

Testing plays an important role in development of an application.There are many advantages to test automation. Most are related to the repeatability of the tests and the speed at which the tests can be executed. There are a number of commercial and open source tools available for assisting with the development of test automation.Selenium Webdriver is used for testing to automate application to check its behavior before final release. We can use JUnit ,TesNG to make application reliable.It let the developer to know that application is ready to launch or not.