<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: The Complete Guide to Angular Testing and a Weird Trick for Faster Unit Tests (2020)	</title>
	<atom:link href="https://christianlydemann.com/complete-guide-to-angular-testing/feed/" rel="self" type="application/rss+xml" />
	<link>https://christianlydemann.com/complete-guide-to-angular-testing/</link>
	<description>Advanced Angular Training Made Simple</description>
	<lastBuildDate>Tue, 10 Aug 2021 02:19:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>
		By: A Curated List of Angular Resources - Hapax Legomenon		</title>
		<link>https://christianlydemann.com/complete-guide-to-angular-testing/#comment-111602</link>

		<dc:creator><![CDATA[A Curated List of Angular Resources - Hapax Legomenon]]></dc:creator>
		<pubDate>Tue, 10 Aug 2021 02:19:15 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=397#comment-111602</guid>

					<description><![CDATA[[&#8230;] The Complete Guide to Angular Testing and a Weird Trick for Faster Unit Tests (2019) – Christian L&#8230; [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] The Complete Guide to Angular Testing and a Weird Trick for Faster Unit Tests (2019) – Christian L&#8230; [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Most Common Cypress Mistakes – Christian Lüdemann		</title>
		<link>https://christianlydemann.com/complete-guide-to-angular-testing/#comment-50943</link>

		<dc:creator><![CDATA[The Most Common Cypress Mistakes – Christian Lüdemann]]></dc:creator>
		<pubDate>Tue, 09 Jun 2020 16:01:14 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=397#comment-50943</guid>

					<description><![CDATA[[&#8230;] Unit testing business logic critical to use cases. These files are critical to use cases we want to test them with 100% coverage. That means 100% coverage on services and pure functions containing business logic [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Unit testing business logic critical to use cases. These files are critical to use cases we want to test them with 100% coverage. That means 100% coverage on services and pure functions containing business logic [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Naos		</title>
		<link>https://christianlydemann.com/complete-guide-to-angular-testing/#comment-31201</link>

		<dc:creator><![CDATA[Naos]]></dc:creator>
		<pubDate>Thu, 23 Jan 2020 11:40:00 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=397#comment-31201</guid>

					<description><![CDATA[A good read, thank you for sharing. Did you ever explore implementing integration tests using Protractor, headless browser and a mocked backend in a similar way the backend services integration tests are written by mocking HTTP calls with for eg. Wiremock ? I thought about giving it a go as they would really test the whole app integrated, I am not sure about flakiness though. I thought about using the mockserver, which I am already using to be able to run the app locally.]]></description>
			<content:encoded><![CDATA[<p>A good read, thank you for sharing. Did you ever explore implementing integration tests using Protractor, headless browser and a mocked backend in a similar way the backend services integration tests are written by mocking HTTP calls with for eg. Wiremock ? I thought about giving it a go as they would really test the whole app integrated, I am not sure about flakiness though. I thought about using the mockserver, which I am already using to be able to run the app locally.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kalule Arthur		</title>
		<link>https://christianlydemann.com/complete-guide-to-angular-testing/#comment-30964</link>

		<dc:creator><![CDATA[Kalule Arthur]]></dc:creator>
		<pubDate>Tue, 21 Jan 2020 20:13:00 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=397#comment-30964</guid>

					<description><![CDATA[Thanks for sharing. I found this helpful.]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing. I found this helpful.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Ten Commandments of Angular Development – Christian Lüdemann		</title>
		<link>https://christianlydemann.com/complete-guide-to-angular-testing/#comment-19923</link>

		<dc:creator><![CDATA[The Ten Commandments of Angular Development – Christian Lüdemann]]></dc:creator>
		<pubDate>Tue, 05 Nov 2019 20:43:38 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=397#comment-19923</guid>

					<description><![CDATA[[&#8230;] Read more about my testing guidelines here. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Read more about my testing guidelines here. [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Why I Moved from Protractor to Cypress and the 7 Steps to Cypress E2E Testing Success – Christian Lüdemann		</title>
		<link>https://christianlydemann.com/complete-guide-to-angular-testing/#comment-1921</link>

		<dc:creator><![CDATA[Why I Moved from Protractor to Cypress and the 7 Steps to Cypress E2E Testing Success – Christian Lüdemann]]></dc:creator>
		<pubDate>Wed, 03 Jul 2019 17:05:28 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=397#comment-1921</guid>

					<description><![CDATA[[&#8230;] the testing pyramid to split the tests between approximately: 80 % of the tests should be unit tests, 15 % is [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] the testing pyramid to split the tests between approximately: 80 % of the tests should be unit tests, 15 % is [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Three Building Blocks of Elite Angular Teams – Christian Lüdemann		</title>
		<link>https://christianlydemann.com/complete-guide-to-angular-testing/#comment-404</link>

		<dc:creator><![CDATA[The Three Building Blocks of Elite Angular Teams – Christian Lüdemann]]></dc:creator>
		<pubDate>Tue, 14 May 2019 17:02:45 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=397#comment-404</guid>

					<description><![CDATA[[&#8230;] unit test [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] unit test [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: End-to-end Testing With Protractor: A Pragmatic Guide Get Started In Your Team – Christian Lüdemann IT		</title>
		<link>https://christianlydemann.com/complete-guide-to-angular-testing/#comment-62</link>

		<dc:creator><![CDATA[End-to-end Testing With Protractor: A Pragmatic Guide Get Started In Your Team – Christian Lüdemann IT]]></dc:creator>
		<pubDate>Sun, 25 Nov 2018 18:01:11 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=397#comment-62</guid>

					<description><![CDATA[[&#8230;] cover the system&#8217;s functionality and which can/should be automated. My recommendation from my testing guide is that you should follow the testing pyramid by having unit, integration and end-to-end tests [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] cover the system&#8217;s functionality and which can/should be automated. My recommendation from my testing guide is that you should follow the testing pyramid by having unit, integration and end-to-end tests [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: All You Need to Know About Mocking Angular Tests – Christian Lüdemann IT		</title>
		<link>https://christianlydemann.com/complete-guide-to-angular-testing/#comment-52</link>

		<dc:creator><![CDATA[All You Need to Know About Mocking Angular Tests – Christian Lüdemann IT]]></dc:creator>
		<pubDate>Sun, 28 Oct 2018 18:04:18 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=397#comment-52</guid>

					<description><![CDATA[[&#8230;] because it pays for itself in the form of easier maintenance and fewer errors. As I explained in my guide to Angular testing unit tests should be the bedrock of your test coverage as they are the cheapest to create. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] because it pays for itself in the form of easier maintenance and fewer errors. As I explained in my guide to Angular testing unit tests should be the bedrock of your test coverage as they are the cheapest to create. [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Visual Regression Testing with Protractor – Christian Lüdemann IT		</title>
		<link>https://christianlydemann.com/complete-guide-to-angular-testing/#comment-45</link>

		<dc:creator><![CDATA[Visual Regression Testing with Protractor – Christian Lüdemann IT]]></dc:creator>
		<pubDate>Sun, 14 Oct 2018 17:44:33 +0000</pubDate>
		<guid isPermaLink="false">https://christianlydemann.com/?p=397#comment-45</guid>

					<description><![CDATA[[&#8230;] the site works, but on the other site are the flakiest and most expensive to maintain when doing testing in an Angular app. Also, by default, you have to manually code every assertion that the end-to-end test should do, [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] the site works, but on the other site are the flakiest and most expensive to maintain when doing testing in an Angular app. Also, by default, you have to manually code every assertion that the end-to-end test should do, [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 0/1322 objects using Memcache
Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching using Disk (Request-wide modification query)

Served from: christianlydemann.com @ 2026-02-23 03:51:18 by W3 Total Cache
-->