Creating a Protractor test automation framework from scratch
Kushan Shalindra Amarasiri
Director Quality Engineering at Social Catfish
Protractor is an awesome test automation tool which helps to automate Angular as well as non Angular web sites, Its a wrapper of Selenium. It is one of the widely used test automation tool. For the QA community to transform creating a test automation framework in Protractor, I have created a set of video sessions.
Video 01 - Kick start protractor automation - This video will show how to create the environment to develop scripts for protractor using Java scripting and kick off our first script.
Video 02 - Page Object Model in Protractor - This video will show how to achieve the page object re-usability in our test automation framework that we are going to design and develop.
Video 03 - Data driven capability - Making scripts without hard-coding any value in the scripts is a good practice. This video shows how we can create JSON based data driven capability in protractor
Video 04 - Reporting with Allure dashboard - Reporting is very important which shows the health of your test execution run. This video shows how to integrate jasmin2 allure reporter to your protractor test automation framework.
These set of videos will help any person to create a protractor test automation framework from scratch....Hope this gives a good knowledge on "How to develop frameworks from scratch".