SlideShare a Scribd company logo
AngularJS Automation using
Protractor
Who Am I?
• Ravi Kumar Gupta
• SSE@Accion Labs India
What is Protractor
● An AngularJS E2E Testing Framework
● A new replacement of the existing E2E Testing
framework Angular Scenario
• Everying in Protractor is a Promise and this is
very important.
What’s Different
• Built on WebdriverJS and Selenium Server
• New syntax when writing tests
• Allows running tests targeting remote
addresses, No longer need to have test files on
the server being tested
• Can take advantage of Selenium Grid to run
multiple browsers at once; ie Sauce Labs
• Has it’s own runner, no need for Karma
• Can use Jasmine or Mocha to write test suites
Angular js automation using protractor
Global Variable
• browser: browser.get()
• element and by:
element(by.model('yourName'))
• protractor: protractor.Key
WebDriverjs
• WebDriver referes to the language bindings
and the implementation of browser control
WebDriverJs has an important difference from
other language – it is asyschronous
WebDriver
VS
WebDriverJS
Java
driver.get(url);
driver.element(El);
Javascript
driver.get(url).then( function() {
driver.click(El);
})
Avoid doing this
Control Flow
• No Sleep
• No Wait
• No Promises
The Configuration File
There are five things you need to
provide so Protractor can run your
specs:
1.Selenium Server Configuration
2.Where your spec files are located
3.Browser capabilities required by spec files
4.The Base Url for your spec files
5.Jasmine/Mocha Configuration
Selenium Configuration
There are three ways to specify what Selenium
Server to use:
1. seleniumServerJar and seleniumPort - to start
Selenium Standalone locally.
2. seleniumAddress - to connect to a Selenium server
which is already running.
3. sauceUser/sauceKey - to use remote Selenium servers
via SauceLabs.
Debugging
• browser.pause()
• browser.debugger()
• Element-explorer
.bin/elementexplorer http://localhost:8080
Or
protractor –elementExplorer
Note: Use $interval service instead of $timeout
Reports
• Console output
• Screenshot
• HTML Reporter
Demo
Any
?
References
• http://www.protractortest.org
• https://mochajs.org/
• https://www.npmjs.com/package/astrolabe
• http://chaijs.com/
• https://www.npmjs.com/package/chai-as-
promised
• https://www.npmjs.com/package/mocha-
spectreport-reporter

More Related Content

What's hot (20)

PPTX
Protractor
kapilsethi9
 
PDF
UI Testing Automation
AgileEngine
 
PPTX
Presentation_Protractor
Umesh Randhe
 
PPTX
Protractor for angularJS
Krishna Kumar
 
PPTX
Automation using Javascript
khanhdang1214
 
PPTX
TGT#13 - UI Tests Automation Framework in Evolve EDM – Case Study - Mateusz R...
Trójmiejska Grupa Testerska
 
PDF
Mastering Test Automation: How to Use Selenium Successfully
Applitools
 
PPT
Intro to Service Worker API and its use cases
satejsahu
 
DOCX
Protractor end-to-end testing framework for angular js
codeandyou forums
 
PPTX
Lap Around Visual Studio 2010 Ultimate And TFS 2010
Ed Blankenship
 
PDF
Web UI test automation instruments
Artem Nagornyi
 
PDF
Automated Testing in Angular Slides
Jim Lynch
 
PPTX
Protractor
Artem Chechoro
 
PDF
Using The Page Object Pattern
Dante Briones
 
PPTX
UI Testing Automation - Alex Kalinovsky - CreamTec LLC
Jim Lane
 
PDF
Agile Testing
Sargis Sargsyan
 
PPTX
Selenium
傑倫 鍾
 
PPTX
Migration from AngularJS to Angular
Aleks Zinevych
 
ODP
Selenium ppt
Anirudh Raja
 
PDF
What's new in selenium 4
Knoldus Inc.
 
Protractor
kapilsethi9
 
UI Testing Automation
AgileEngine
 
Presentation_Protractor
Umesh Randhe
 
Protractor for angularJS
Krishna Kumar
 
Automation using Javascript
khanhdang1214
 
TGT#13 - UI Tests Automation Framework in Evolve EDM – Case Study - Mateusz R...
Trójmiejska Grupa Testerska
 
Mastering Test Automation: How to Use Selenium Successfully
Applitools
 
Intro to Service Worker API and its use cases
satejsahu
 
Protractor end-to-end testing framework for angular js
codeandyou forums
 
Lap Around Visual Studio 2010 Ultimate And TFS 2010
Ed Blankenship
 
Web UI test automation instruments
Artem Nagornyi
 
Automated Testing in Angular Slides
Jim Lynch
 
Protractor
Artem Chechoro
 
Using The Page Object Pattern
Dante Briones
 
UI Testing Automation - Alex Kalinovsky - CreamTec LLC
Jim Lane
 
Agile Testing
Sargis Sargsyan
 
Selenium
傑倫 鍾
 
Migration from AngularJS to Angular
Aleks Zinevych
 
Selenium ppt
Anirudh Raja
 
What's new in selenium 4
Knoldus Inc.
 

Viewers also liked (20)

PDF
Sublime Text 2 pro tips
Caio Gondim
 
PDF
Sharing the pain using Protractor
Anand Bagmar
 
PDF
Angular Testing
Priscila Negreiros
 
PDF
Angular 2 - What's new and what's different
Priscila Negreiros
 
PPTX
Combining Heritrix and PhantomJS for Better Crawling of Pages with Javascript
Michael Nelson
 
PPTX
SoapUI one key to all doors
Yegor Maksymchuk
 
PDF
Test trend analysis: Towards robust reliable and timely tests
Hugh McCamphill
 
PPTX
Testing NodeJS, REST APIs and MongoDB with UFT
Ori Bendet
 
PDF
WixAutomation - Test State Pattern - Selenium Camp 2017
Roi Ashkenazi
 
PPTX
How does Java 8 exert hidden power on Test Automation?
Sergey Korol
 
PPTX
API Testing with Frisby and Mocha
Lyudmila Anisimova
 
ODP
iOS Automation with Cucumber, Appium and Saucelabs
Shashikant Jagtap
 
PPTX
The Right Tool for the Right Project
Ori Bendet
 
PPTX
7 plugins de la communauté à ne pas manquer ! - Liferay France Symposium 2016
Sébastien Le Marchand
 
PPTX
The wild wild west of Selenium Capabilities
Adi Ofri
 
PDF
Ukstar 2017 london- Parasoft
ChantalWauters
 
PPTX
Roman iovlev. Test UI with JDI - Selenium camp
Роман Иовлев
 
PPTX
Unit testing in JavaScript with Jasmine and Karma
Andrey Kolodnitsky
 
PPTX
“Create Tests Automatically? It’s possible!” Practical Model-Based Testing
Natalia Meergus
 
PPTX
Colorful world-of-visual-automation-testing-latest
Onur Baskirt
 
Sublime Text 2 pro tips
Caio Gondim
 
Sharing the pain using Protractor
Anand Bagmar
 
Angular Testing
Priscila Negreiros
 
Angular 2 - What's new and what's different
Priscila Negreiros
 
Combining Heritrix and PhantomJS for Better Crawling of Pages with Javascript
Michael Nelson
 
SoapUI one key to all doors
Yegor Maksymchuk
 
Test trend analysis: Towards robust reliable and timely tests
Hugh McCamphill
 
Testing NodeJS, REST APIs and MongoDB with UFT
Ori Bendet
 
WixAutomation - Test State Pattern - Selenium Camp 2017
Roi Ashkenazi
 
How does Java 8 exert hidden power on Test Automation?
Sergey Korol
 
API Testing with Frisby and Mocha
Lyudmila Anisimova
 
iOS Automation with Cucumber, Appium and Saucelabs
Shashikant Jagtap
 
The Right Tool for the Right Project
Ori Bendet
 
7 plugins de la communauté à ne pas manquer ! - Liferay France Symposium 2016
Sébastien Le Marchand
 
The wild wild west of Selenium Capabilities
Adi Ofri
 
Ukstar 2017 london- Parasoft
ChantalWauters
 
Roman iovlev. Test UI with JDI - Selenium camp
Роман Иовлев
 
Unit testing in JavaScript with Jasmine and Karma
Andrey Kolodnitsky
 
“Create Tests Automatically? It’s possible!” Practical Model-Based Testing
Natalia Meergus
 
Colorful world-of-visual-automation-testing-latest
Onur Baskirt
 
Ad

Similar to Angular js automation using protractor (20)

PDF
Moving from selenium to protractor for test automation
Zoe Gilbert
 
PPTX
Protractor Testing Automation Tool Framework / Jasmine Reporters
Haitham Refaat
 
PPTX
Protractor End To End Testing For AngularJS
Knoldus Inc.
 
PPTX
Protractor training
Sergiy Stotskiy
 
PPTX
ProtractorJS for automated testing of Angular 1.x/2.x applications
Binary Studio
 
PPTX
QA Fes 2016. Александр Хотемской. Обзор ProtractorJS как фреймворка для брауз...
QAFest
 
PPTX
Олександр Хотемський “ProtractorJS як інструмент браузерної автоматизації для...
Dakiry
 
PPTX
Protractor framework architecture with example
shadabgilani
 
PPTX
Protractor Tutorial Quality in Agile 2015
Andrew Eisenberg
 
PPTX
Selenium with protractor
BOGA HARIKRISHNA
 
PPTX
Introduction to Protractor - Habilelabs
HabileLabs
 
PPTX
Angular UI Testing with Protractor
Andrew Eisenberg
 
PPTX
Protractor framework – how to make stable e2e tests for Angular applications
Ludmila Nesvitiy
 
PPTX
Better End-to-End Testing with Page Objects Model using Protractor
Kasun Kodagoda
 
PPTX
Protractor survival guide
László Andrási
 
PPTX
Knowledge of web ui for automation testing
Artem Korchevyi
 
PDF
Sharing (less) Pain of using Protractor & WebDriver
Anand Bagmar
 
PPTX
End to end test automation with cypress
Kushan Shalindra Amarasiri - Technical QE Specialist
 
PDF
AngularJS and Protractor
Filipe Falcão
 
PDF
Effective testing of rich internet applications
Rashwin
 
Moving from selenium to protractor for test automation
Zoe Gilbert
 
Protractor Testing Automation Tool Framework / Jasmine Reporters
Haitham Refaat
 
Protractor End To End Testing For AngularJS
Knoldus Inc.
 
Protractor training
Sergiy Stotskiy
 
ProtractorJS for automated testing of Angular 1.x/2.x applications
Binary Studio
 
QA Fes 2016. Александр Хотемской. Обзор ProtractorJS как фреймворка для брауз...
QAFest
 
Олександр Хотемський “ProtractorJS як інструмент браузерної автоматизації для...
Dakiry
 
Protractor framework architecture with example
shadabgilani
 
Protractor Tutorial Quality in Agile 2015
Andrew Eisenberg
 
Selenium with protractor
BOGA HARIKRISHNA
 
Introduction to Protractor - Habilelabs
HabileLabs
 
Angular UI Testing with Protractor
Andrew Eisenberg
 
Protractor framework – how to make stable e2e tests for Angular applications
Ludmila Nesvitiy
 
Better End-to-End Testing with Page Objects Model using Protractor
Kasun Kodagoda
 
Protractor survival guide
László Andrási
 
Knowledge of web ui for automation testing
Artem Korchevyi
 
Sharing (less) Pain of using Protractor & WebDriver
Anand Bagmar
 
End to end test automation with cypress
Kushan Shalindra Amarasiri - Technical QE Specialist
 
AngularJS and Protractor
Filipe Falcão
 
Effective testing of rich internet applications
Rashwin
 
Ad

Recently uploaded (20)

PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 

Angular js automation using protractor