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

PDF
TestingAR XX - Protractor e2e Test Framework - Introduction what we have lear...
PDF
Protractor: Tips & Tricks
PDF
Insights on Protractor testing
PPTX
An Introduction to AngularJS End to End Testing using Protractor
PDF
Workshop - E2e tests with protractor
PDF
Carmen Popoviciu - Protractor styleguide | Codemotion Milan 2015
PPTX
Protractor overview
PPTX
Automated Testing using JavaScript
TestingAR XX - Protractor e2e Test Framework - Introduction what we have lear...
Protractor: Tips & Tricks
Insights on Protractor testing
An Introduction to AngularJS End to End Testing using Protractor
Workshop - E2e tests with protractor
Carmen Popoviciu - Protractor styleguide | Codemotion Milan 2015
Protractor overview
Automated Testing using JavaScript

What's hot (20)

PPTX
Protractor
PDF
UI Testing Automation
PPTX
Presentation_Protractor
PPTX
Protractor for angularJS
PPTX
Automation using Javascript
PPTX
TGT#13 - UI Tests Automation Framework in Evolve EDM – Case Study - Mateusz R...
PDF
Mastering Test Automation: How to Use Selenium Successfully
PPT
Intro to Service Worker API and its use cases
DOCX
Protractor end-to-end testing framework for angular js
PPTX
Lap Around Visual Studio 2010 Ultimate And TFS 2010
PDF
Web UI test automation instruments
PDF
Automated Testing in Angular Slides
PPTX
Protractor
PDF
Using The Page Object Pattern
PPTX
UI Testing Automation - Alex Kalinovsky - CreamTec LLC
PDF
Agile Testing
PPTX
Selenium
PPTX
Migration from AngularJS to Angular
ODP
Selenium ppt
PDF
What's new in selenium 4
Protractor
UI Testing Automation
Presentation_Protractor
Protractor for angularJS
Automation using Javascript
TGT#13 - UI Tests Automation Framework in Evolve EDM – Case Study - Mateusz R...
Mastering Test Automation: How to Use Selenium Successfully
Intro to Service Worker API and its use cases
Protractor end-to-end testing framework for angular js
Lap Around Visual Studio 2010 Ultimate And TFS 2010
Web UI test automation instruments
Automated Testing in Angular Slides
Protractor
Using The Page Object Pattern
UI Testing Automation - Alex Kalinovsky - CreamTec LLC
Agile Testing
Selenium
Migration from AngularJS to Angular
Selenium ppt
What's new in selenium 4
Ad

Viewers also liked (20)

PDF
Sublime Text 2 pro tips
PDF
Sharing the pain using Protractor
PDF
Angular Testing
PDF
Angular 2 - What's new and what's different
PPTX
Combining Heritrix and PhantomJS for Better Crawling of Pages with Javascript
PPTX
SoapUI one key to all doors
PDF
Test trend analysis: Towards robust reliable and timely tests
PPTX
Testing NodeJS, REST APIs and MongoDB with UFT
PDF
WixAutomation - Test State Pattern - Selenium Camp 2017
PPTX
How does Java 8 exert hidden power on Test Automation?
PPTX
API Testing with Frisby and Mocha
ODP
iOS Automation with Cucumber, Appium and Saucelabs
PPTX
The Right Tool for the Right Project
PPTX
7 plugins de la communauté à ne pas manquer ! - Liferay France Symposium 2016
PPTX
The wild wild west of Selenium Capabilities
PDF
Ukstar 2017 london- Parasoft
PPTX
Roman iovlev. Test UI with JDI - Selenium camp
PPTX
Unit testing in JavaScript with Jasmine and Karma
PPTX
“Create Tests Automatically? It’s possible!” Practical Model-Based Testing
PPTX
Colorful world-of-visual-automation-testing-latest
Sublime Text 2 pro tips
Sharing the pain using Protractor
Angular Testing
Angular 2 - What's new and what's different
Combining Heritrix and PhantomJS for Better Crawling of Pages with Javascript
SoapUI one key to all doors
Test trend analysis: Towards robust reliable and timely tests
Testing NodeJS, REST APIs and MongoDB with UFT
WixAutomation - Test State Pattern - Selenium Camp 2017
How does Java 8 exert hidden power on Test Automation?
API Testing with Frisby and Mocha
iOS Automation with Cucumber, Appium and Saucelabs
The Right Tool for the Right Project
7 plugins de la communauté à ne pas manquer ! - Liferay France Symposium 2016
The wild wild west of Selenium Capabilities
Ukstar 2017 london- Parasoft
Roman iovlev. Test UI with JDI - Selenium camp
Unit testing in JavaScript with Jasmine and Karma
“Create Tests Automatically? It’s possible!” Practical Model-Based Testing
Colorful world-of-visual-automation-testing-latest
Ad

Similar to Angular js automation using protractor (20)

PDF
Moving from selenium to protractor for test automation
PPTX
Protractor Testing Automation Tool Framework / Jasmine Reporters
PPTX
Protractor End To End Testing For AngularJS
PPTX
Protractor training
PPTX
ProtractorJS for automated testing of Angular 1.x/2.x applications
PPTX
QA Fes 2016. Александр Хотемской. Обзор ProtractorJS как фреймворка для брауз...
PPTX
Олександр Хотемський “ProtractorJS як інструмент браузерної автоматизації для...
PPTX
Protractor framework architecture with example
PPTX
Protractor Tutorial Quality in Agile 2015
PPTX
Selenium with protractor
PPTX
Introduction to Protractor - Habilelabs
PPTX
Angular UI Testing with Protractor
PPTX
Protractor framework – how to make stable e2e tests for Angular applications
PPTX
Better End-to-End Testing with Page Objects Model using Protractor
PPTX
Protractor survival guide
PPTX
Knowledge of web ui for automation testing
PDF
Sharing (less) Pain of using Protractor & WebDriver
PPTX
End to end test automation with cypress
PDF
AngularJS and Protractor
PDF
Effective testing of rich internet applications
Moving from selenium to protractor for test automation
Protractor Testing Automation Tool Framework / Jasmine Reporters
Protractor End To End Testing For AngularJS
Protractor training
ProtractorJS for automated testing of Angular 1.x/2.x applications
QA Fes 2016. Александр Хотемской. Обзор ProtractorJS как фреймворка для брауз...
Олександр Хотемський “ProtractorJS як інструмент браузерної автоматизації для...
Protractor framework architecture with example
Protractor Tutorial Quality in Agile 2015
Selenium with protractor
Introduction to Protractor - Habilelabs
Angular UI Testing with Protractor
Protractor framework – how to make stable e2e tests for Angular applications
Better End-to-End Testing with Page Objects Model using Protractor
Protractor survival guide
Knowledge of web ui for automation testing
Sharing (less) Pain of using Protractor & WebDriver
End to end test automation with cypress
AngularJS and Protractor
Effective testing of rich internet applications

Recently uploaded (20)

PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PPT
Teaching material agriculture food technology
PDF
Empathic Computing: Creating Shared Understanding
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Cloud computing and distributed systems.
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
cuic standard and advanced reporting.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Approach and Philosophy of On baking technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Big Data Technologies - Introduction.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Unlocking AI with Model Context Protocol (MCP)
Teaching material agriculture food technology
Empathic Computing: Creating Shared Understanding
“AI and Expert System Decision Support & Business Intelligence Systems”
Building Integrated photovoltaic BIPV_UPV.pdf
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Advanced methodologies resolving dimensionality complications for autism neur...
Encapsulation_ Review paper, used for researhc scholars
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Cloud computing and distributed systems.
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
cuic standard and advanced reporting.pdf
Spectral efficient network and resource selection model in 5G networks
Dropbox Q2 2025 Financial Results & Investor Presentation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Approach and Philosophy of On baking technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Big Data Technologies - Introduction.pptx

Angular js automation using protractor