Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-02-19 09:23:21
30-Day Money-Back Guarantee
IT & Software Other IT & Software Protractor

Testing Automation with Protractor

Write robust, maintainable, and valuable end-to-end tests for web applications
New
Rating: 4.0 out of 54.0 (1 rating)
10 students
Created by Walmyr Filho
Last updated 2/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • How to install and configure Protractor
  • How to write tests for different scenarios of a non-angular web application
  • How to focus on what's more important first
  • How to organize tests' pre-conditions
  • How to protect sensitive information
  • How to use a simplified version of the Page Objects pattern
  • How to use other open-source libraries to help you write tests
  • How to test file uploading
  • How to deal with alerts
  • How to run cross-browser testing in both headful and headless modes
  • How to improve the test report on the terminal for CI
  • How to report test results as an HTML page
  • A mechanism for re-running tests to prove they're not flakey
  • A feature to allow you to demo the tests you wrote

Requirements

  • Be able to read and write JavaScript code
  • Have nodejs, npm, and git installed on your computer
  • Have Google Chrome and Mozilla Firefox browsers installed on your computer

Description

Welcome to testing automation with Protractor!

It's great to have you here. I'm pretty sure you're gonna love this course.

Web applications are always changing.

But changes here sometimes break things there, and vice-versa.

Automated tests can catch failures much faster than humans, and when well-architected, they serve as a safety net to push code to production when we see them all green.

Learn how to write end-to-end tests with the Protractor framework to test any kind of web application (even non-angular ones).

In this course, you'll learn:

  • How to install and configure Protractor

  • How to write tests for different scenarios of a non-angular web application

  • How to focus on what's more important first

    • Most important features

    • Making it work first and refactoring later

  • How to organize tests' pre-conditions

  • How to protect sensitive information

  • How to use a simplified version of the Page Objects pattern

  • How to use other open-source libraries to help you write tests

  • How to test file uploading

  • How to deal with alerts

  • How to run cross-browser testing in both headful and headless modes

  • How to improve the test report on the terminal for CI

  • How to report test results as an HTML page

  • A mechanism for re-running tests to prove they're not flakey

  • A feature to allow you to demo the tests you wrote

Have a great testing journey!

Who this course is for:

  • QAs
  • Testers
  • Software developers
  • Web developers
  • CS students
  • Anyone interested about end-to-end testing in JavaScript

Course content

1 section • 47 lectures • 2h 32m total length

  • Preview03:50
  • Protractor's installation
    01:10
  • Protractor's installation - exercise
    01:20
  • Configuring Protractor
    02:34
  • Configuring Protractor - exercise
    02:52
  • Configuring Protractor - extra credit 1
    01:20
  • Configuring Protractor - extra credit 2
    02:17
  • Configuring Protractor - extra credit 3
    01:06
  • Creating a test file
    00:40
  • Creating a test file - exercise
    01:05
  • Writing your first test
    01:17
  • Preview00:47
  • Preview01:12
  • Writing your first test - extra credit 2
    06:55
  • Writing your first test - extra credit 3
    03:42
  • Writing your first test - extra credit 4
    03:10
  • Meet the protractor-helper library
    02:42
  • Meet the protractor-helper library - exercise
    04:07
  • Protecting sensitive information
    01:49
  • Protecting sensitive information - exercise
    02:00
  • Increasing the test coverage
    00:57
  • Increasing the test coverage - exercise
    04:43
  • Testing alternative paths
    00:58
  • Testing alternative paths - exercise
    08:26
  • Preview05:46
  • Testing alternative paths - extra credit 2
    02:17
  • Meet the Page Objects pattern
    03:26
  • Meet the Page Objects pattern - exercise
    07:15
  • Cross-browser testing
    00:43
  • Cross-browser testing - exercise
    01:08
  • Headless testing
    01:23
  • Headless testing - exercise
    11:16
  • Headless testing - extra credit 1
    03:33
  • Headless testing - extra credit 2
    02:01
  • Improving the test report on terminal
    01:04
  • Preview03:32
  • HTML test report
    01:41
  • HTML test report - exercise
    08:17
  • Testing CRUD operations
    00:55
  • Testing CRUD operations - exercise
    10:49
  • Testing CRUD operations - extra credit 1
    01:37
  • Testing CRUD operations - extra credit 2
    14:09
  • A mechanism to ensure your tests are flakiness-free
    02:27
  • A mechanism to ensure your tests are flakiness-free - exercise
    01:58
  • Tests demonstrations
    01:20
  • Tests demonstrations - exercise
    02:58
  • Congratulations!
    02:15

Instructor

Walmyr Filho
Thought leader in QA, teacher, YouTubber, Blogger, Mentor
Walmyr Filho
  • 4.5 Instructor Rating
  • 392 Reviews
  • 2,573 Students
  • 12 Courses

Hi, I'm Walmyr Filho. I'm a software engineer that loves testing. I'm also a clean coder, blogger, YouTuber, writer, online teacher, mentor, speaker, an active member of the testing automation and JavaScript communities, and a fan of good music, tattoos, and skateboarding.

I've been working with software development focused on software testing since 2004 and since 2009 explicitly working with test automation.

Want to know more about me? Visit my website.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.