SlideShare a Scribd company logo
1 of 20
Download to read offline
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/ 1/1
End-to-End Testing
of Angular applications
Jeanella Pascual
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/1 1/1
Software Development Lifecycle (SDLC)
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/1/1 1/1
Software Development Lifecycle (SDLC)
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/2 1/1
3 Types of Tests
Unit Tests
Integration Tests
End-to-End Tests
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/3 1/1
Testing Pyramid
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/4 1/1
Testing Pyramid
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/5 1/1
Why E2E tests are brittle
Browser events are asynchronous in nature
Javascript libraries being ready
Stylesheets
Videos and images being loaded
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/6 1/1
Why E2E tests are brittle
Browser events are asynchronous in nature
Javascript libraries being ready
Stylesheets
Videos and images being loaded
Browsers behaving differently
Tests run faster on Chrome than Firefox
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/7 1/1
Importance of E2E Tests
Tests a complete User Scenario
Automated vs Manual
Credibility towards end-users
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/8 1/1
Tests are also part of our
codebase
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/9 1/1
Angular and Protractor
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/10 1/1
Application under-test
https://mybooks.stagin
g
Spec files
browser.get('http://mybooks.staging');
browser.findElement(by.css('.login-email'))
  .sendKeys('testuser@staging.mybooks.com);
...
 
 
 
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/11 1/1
My Books
2. User searches for a title
3. User clicks on Want to Read
button
1. User logs in
successfully
4. Check that title has
been added to list
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/12 1/1
In BDD syntax:
As a user
I want to search for a title
So I can add it to my to my Reading list
 
Given:
That a logged-in user has nothing in his Reading list
When:
User searches for "Life, the Universe, and Everything" and adds it to
his Reading list
Then: "Life, the Universe, and Everything" should be in his Reading
list
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/13 1/1
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/14 1/1
Refactor with Page Objects
Applies separation of concerns
Avoids repetitive code (DRY)
Allows for easier maintenance
Sounds more meaningful and more natural
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/15 1/1
search-page.po.tslogin-page.po.ts
helper.ts
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/16 1/1
Initialize our dependencies
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/17 1/1
Refactor with Page Objects
12/30/2019 End-to-End Testing: Slides
file:///home/jeanella/Downloads/slides-e2e-testing.html#/18 1/1
Wrapping up...
Aim to push tests further down the pyramid when
possible
No need to retest functionalities
Apply the 80/20 rule (Pareto Principle)

More Related Content

Similar to Clermont'ech API Hour #42 "End to-end testing" by Jeanella Pascual

Comp421 final project(students) new
Comp421 final project(students) newComp421 final project(students) new
Comp421 final project(students) newSawsanZowayed
 
Ubuntu Linux for Beginners - Course Gate
Ubuntu Linux for Beginners - Course GateUbuntu Linux for Beginners - Course Gate
Ubuntu Linux for Beginners - Course GateCourse Gate
 
Slideshare Project Proposal
Slideshare Project ProposalSlideshare Project Proposal
Slideshare Project ProposalJeane Paguio
 
Social media for Drupal
Social media for DrupalSocial media for Drupal
Social media for DrupalKaren
 
Techspo Google Docs And Sites
Techspo Google Docs And SitesTechspo Google Docs And Sites
Techspo Google Docs And Sitesjpuglia
 
F2 f project3_schedule_engl317_spring2019
F2 f project3_schedule_engl317_spring2019F2 f project3_schedule_engl317_spring2019
F2 f project3_schedule_engl317_spring2019Zachary Williamson
 
Thripp EME 2040 Slides on Microsoft Education Badges, PowerPoint Quiz, Comput...
Thripp EME 2040 Slides on Microsoft Education Badges, PowerPoint Quiz, Comput...Thripp EME 2040 Slides on Microsoft Education Badges, PowerPoint Quiz, Comput...
Thripp EME 2040 Slides on Microsoft Education Badges, PowerPoint Quiz, Comput...Richard Thripp
 
iPad in Education - Evaluation and Report 2012 - 2013
iPad in Education - Evaluation and Report 2012 - 2013iPad in Education - Evaluation and Report 2012 - 2013
iPad in Education - Evaluation and Report 2012 - 2013Matt Britland
 
Leveraging web 2.0 pbl
Leveraging web 2.0 pblLeveraging web 2.0 pbl
Leveraging web 2.0 pbltaix
 
Engl 317 p3 schedule revised
Engl 317 p3 schedule revisedEngl 317 p3 schedule revised
Engl 317 p3 schedule revisedBrian Malone
 
Ictworkshopseries
Ictworkshopseries Ictworkshopseries
Ictworkshopseries Işıl Boy
 
Technical writing i
Technical writing iTechnical writing i
Technical writing iJeane Paguio
 
Some Essential Moodle 2 plugins
Some Essential Moodle 2 pluginsSome Essential Moodle 2 plugins
Some Essential Moodle 2 pluginsGavin Henrick
 
Letting Them Show What They Know 2007
Letting Them Show What They Know 2007Letting Them Show What They Know 2007
Letting Them Show What They Know 2007S T
 
Letting Them Show What They Know: Tech Tools for Assessment
Letting Them Show What They Know: Tech Tools for AssessmentLetting Them Show What They Know: Tech Tools for Assessment
Letting Them Show What They Know: Tech Tools for AssessmentLisa Johnson, PhD
 
Facebook for Business Course - Course Gate
Facebook for Business Course - Course GateFacebook for Business Course - Course Gate
Facebook for Business Course - Course GateCourse Gate
 

Similar to Clermont'ech API Hour #42 "End to-end testing" by Jeanella Pascual (20)

Management Report
Management ReportManagement Report
Management Report
 
Comp421 final project(students) new
Comp421 final project(students) newComp421 final project(students) new
Comp421 final project(students) new
 
Ubuntu Linux for Beginners - Course Gate
Ubuntu Linux for Beginners - Course GateUbuntu Linux for Beginners - Course Gate
Ubuntu Linux for Beginners - Course Gate
 
Slideshare Project Proposal
Slideshare Project ProposalSlideshare Project Proposal
Slideshare Project Proposal
 
Social media for Drupal
Social media for DrupalSocial media for Drupal
Social media for Drupal
 
Techspo Google Docs And Sites
Techspo Google Docs And SitesTechspo Google Docs And Sites
Techspo Google Docs And Sites
 
F2 f project3_schedule_engl317_spring2019
F2 f project3_schedule_engl317_spring2019F2 f project3_schedule_engl317_spring2019
F2 f project3_schedule_engl317_spring2019
 
Thripp EME 2040 Slides on Microsoft Education Badges, PowerPoint Quiz, Comput...
Thripp EME 2040 Slides on Microsoft Education Badges, PowerPoint Quiz, Comput...Thripp EME 2040 Slides on Microsoft Education Badges, PowerPoint Quiz, Comput...
Thripp EME 2040 Slides on Microsoft Education Badges, PowerPoint Quiz, Comput...
 
iPad in Education - Evaluation and Report 2012 - 2013
iPad in Education - Evaluation and Report 2012 - 2013iPad in Education - Evaluation and Report 2012 - 2013
iPad in Education - Evaluation and Report 2012 - 2013
 
Leveraging web 2.0 pbl
Leveraging web 2.0 pblLeveraging web 2.0 pbl
Leveraging web 2.0 pbl
 
Transcript of Mind the programme reality gap presentation
Transcript of Mind the programme reality gap presentation Transcript of Mind the programme reality gap presentation
Transcript of Mind the programme reality gap presentation
 
Engl 317 p3 schedule revised
Engl 317 p3 schedule revisedEngl 317 p3 schedule revised
Engl 317 p3 schedule revised
 
Ictworkshopseries
Ictworkshopseries Ictworkshopseries
Ictworkshopseries
 
B190p sample
B190p sampleB190p sample
B190p sample
 
Technical writing i
Technical writing iTechnical writing i
Technical writing i
 
Some Essential Moodle 2 plugins
Some Essential Moodle 2 pluginsSome Essential Moodle 2 plugins
Some Essential Moodle 2 plugins
 
Letting Them Show What They Know 2007
Letting Them Show What They Know 2007Letting Them Show What They Know 2007
Letting Them Show What They Know 2007
 
Letting Them Show What They Know: Tech Tools for Assessment
Letting Them Show What They Know: Tech Tools for AssessmentLetting Them Show What They Know: Tech Tools for Assessment
Letting Them Show What They Know: Tech Tools for Assessment
 
SW605F15_DeployManageGiraf
SW605F15_DeployManageGirafSW605F15_DeployManageGiraf
SW605F15_DeployManageGiraf
 
Facebook for Business Course - Course Gate
Facebook for Business Course - Course GateFacebook for Business Course - Course Gate
Facebook for Business Course - Course Gate
 

Recently uploaded

𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...Neha Pandey
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...tanu pandey
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...SUHANI PANDEY
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdfMatthew Sinclair
 
Al Barsha Night Partner +0567686026 Call Girls Dubai
Al Barsha Night Partner +0567686026 Call Girls  DubaiAl Barsha Night Partner +0567686026 Call Girls  Dubai
Al Barsha Night Partner +0567686026 Call Girls DubaiEscorts Call Girls
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"growthgrids
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdfMatthew Sinclair
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445ruhi
 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...SUHANI PANDEY
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC
 
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋nirzagarg
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLimonikaupta
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceDelhi Call girls
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...SUHANI PANDEY
 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...SUHANI PANDEY
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...nilamkumrai
 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdfMatthew Sinclair
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Delhi Call girls
 

Recently uploaded (20)

𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
Al Barsha Night Partner +0567686026 Call Girls Dubai
Al Barsha Night Partner +0567686026 Call Girls  DubaiAl Barsha Night Partner +0567686026 Call Girls  Dubai
Al Barsha Night Partner +0567686026 Call Girls Dubai
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
 
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 

Clermont'ech API Hour #42 "End to-end testing" by Jeanella Pascual

  • 1. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/ 1/1 End-to-End Testing of Angular applications Jeanella Pascual
  • 2. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/1 1/1 Software Development Lifecycle (SDLC)
  • 3. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/1/1 1/1 Software Development Lifecycle (SDLC)
  • 4. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/2 1/1 3 Types of Tests Unit Tests Integration Tests End-to-End Tests
  • 5. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/3 1/1 Testing Pyramid
  • 6. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/4 1/1 Testing Pyramid
  • 7. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/5 1/1 Why E2E tests are brittle Browser events are asynchronous in nature Javascript libraries being ready Stylesheets Videos and images being loaded
  • 8. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/6 1/1 Why E2E tests are brittle Browser events are asynchronous in nature Javascript libraries being ready Stylesheets Videos and images being loaded Browsers behaving differently Tests run faster on Chrome than Firefox
  • 9. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/7 1/1 Importance of E2E Tests Tests a complete User Scenario Automated vs Manual Credibility towards end-users
  • 10. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/8 1/1 Tests are also part of our codebase
  • 11. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/9 1/1 Angular and Protractor
  • 12. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/10 1/1 Application under-test https://mybooks.stagin g Spec files browser.get('http://mybooks.staging'); browser.findElement(by.css('.login-email'))   .sendKeys('testuser@staging.mybooks.com); ...      
  • 13. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/11 1/1 My Books 2. User searches for a title 3. User clicks on Want to Read button 1. User logs in successfully 4. Check that title has been added to list
  • 14. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/12 1/1 In BDD syntax: As a user I want to search for a title So I can add it to my to my Reading list   Given: That a logged-in user has nothing in his Reading list When: User searches for "Life, the Universe, and Everything" and adds it to his Reading list Then: "Life, the Universe, and Everything" should be in his Reading list
  • 15. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/13 1/1
  • 16. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/14 1/1 Refactor with Page Objects Applies separation of concerns Avoids repetitive code (DRY) Allows for easier maintenance Sounds more meaningful and more natural
  • 17. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/15 1/1 search-page.po.tslogin-page.po.ts helper.ts
  • 18. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/16 1/1 Initialize our dependencies
  • 19. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/17 1/1 Refactor with Page Objects
  • 20. 12/30/2019 End-to-End Testing: Slides file:///home/jeanella/Downloads/slides-e2e-testing.html#/18 1/1 Wrapping up... Aim to push tests further down the pyramid when possible No need to retest functionalities Apply the 80/20 rule (Pareto Principle)