AUTOMATION TESTING
Automation testing performed by using automated tools for executing test case suite.Automation testing required investion but it help us to automated all repetitive tasks that will save
our time and effort.
Goal of automation testing is to reduce manual work but not elimination manual testing completely
because both have their cons and pros. We cannot automation our whole project but we do automate
some part of it that help us in saving time and energy.
Types of Testing that can be automated:
Smoke TestingUnit Testing
Integration Testing
Functional Testing
Regression Testing
Data Driven Testing
Black Box Testing
Popular Tools for Automation Testing:
1. Selenium
Its a software testing tool used for regression testing and its currently in demand around the world. Seleniumis an open source tool that provides recording and playback functionality for regression testing. Selenium IDE is only compatible
with Mozilla FireFox Browser.
Selenium also have a webdriver and it provides the facility to use scripts in other languages Ruby, RSpec, Python, C#, JUnit and TestNG.
2. QTP(HP UFT)
QTP uses keyword driven testing and allow user to build test cases directly from the application. It is very easy to use and even non technical personalso can use it and create test cases. QTP supports .NET environment

Comments
Post a Comment