Abstract:
Automation testing is the application of tools and technology to testing software with the goal
of reducing testing efforts, delivering capability faster and more affordably.Automation testing
is a need of fast and efficient software development life cycle (SDLC) for high productivity and
good quality of product. It helps in building better quality software with less effort.Manual testing
is performed by carefully executing predefined test cases, comparing the results to the expected
behavior and recording the results. Manual tests are repeated each time the source code changes
and is prone to errors.
The objective of this project is to design and develop Web Automation using selenium and cu-
cumber framework.The framework uses automation testing to reduce effort and speed up the pro-
cess of automated testing on Web.Cucumber and Selenium Framework is fast becoming a popular
combination for web application test automation. Many organizations use Selenium for functional
and regression testing. Selenium and Cucumber are a great combination when it comes to web
application automation, as Cucumber allows you to write your tests quickly in English-like lan-
guage and Selenium allows you to run on various combinations of browsers.Cucumber framework
supports many languages, such as Java, Scala, Groovy, etc. beyond Ruby.Selenium also supports
many languages, such as Java, .Net, etc.The experimental results show that the proposed method
of automation testing based on cucumber and selenium can verify the web application software
effectively, improve the testing efficiency and help enterprises save costs.
To ease the work of a tester the automated tools can execute, report and compare the result with
previous test runs. The project ”Web Automation Using Selenium With Cucumber Framework ”
focuses on Automation Testing of Mpowered Health Application as a regression suite.Mpowered
Health is a consumer-driven healthcare technology company committed to creating a better health-
care experience for consumers and enterprises to take charge of their healthcare.Cucumber and
Selenium framework is used to run the all functionality of application.Serenity is used to generate
the report for Passed ,Failed Test Case.