<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Paulo's blog feed — testing</title>
        <link>https://pfandrade.me/tags/testing/</link>
        <description>Blog post summaries tagged with "testing"</description>
        <lastBuildDate>Tue, 23 Jun 2026 10:21:09 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>Next.js using Feed</generator>
        <item>
            <title><![CDATA[UI Testing and NSScrollView]]></title>
            <link>https://pfandrade.me/blog/ui-testing-and-nsscrollview/</link>
            <guid isPermaLink="false">https://pfandrade.me/blog/ui-testing-and-nsscrollview/</guid>
            <pubDate>Tue, 30 Apr 2019 19:10:25 GMT</pubDate>
            <description><![CDATA[A short solution for UI tests that need to interact with off-screen elements inside `NSScrollView`.]]></description>
        </item>
        <item>
            <title><![CDATA[Inverted Expectations]]></title>
            <link>https://pfandrade.me/blog/inverted-expectations/</link>
            <guid isPermaLink="false">https://pfandrade.me/blog/inverted-expectations/</guid>
            <pubDate>Thu, 14 Feb 2019 15:53:25 GMT</pubDate>
            <description><![CDATA[A pattern for asserting that something did *not* happen in tests, and how to write reliable inverted expectations.]]></description>
        </item>
        <item>
            <title><![CDATA[Quick TCP Server Using NSSocketPort]]></title>
            <link>https://pfandrade.me/blog/quick-tcp-server-using-nssocketport/</link>
            <guid isPermaLink="false">https://pfandrade.me/blog/quick-tcp-server-using-nssocketport/</guid>
            <pubDate>Mon, 22 Oct 2018 12:23:25 GMT</pubDate>
            <description><![CDATA[How to use `NSSocketPort` to spin up a simple TCP server for testing without adding heavyweight dependencies.]]></description>
        </item>
        <item>
            <title><![CDATA[Managing iOS UI Testing Fixtures]]></title>
            <link>https://pfandrade.me/blog/managing-ios-ui-testing-fixtures/</link>
            <guid isPermaLink="false">https://pfandrade.me/blog/managing-ios-ui-testing-fixtures/</guid>
            <pubDate>Sun, 22 Oct 2017 17:31:37 GMT</pubDate>
            <description><![CDATA[Practical techniques for creating and sharing deterministic fixtures for iOS UI tests, helping avoid flakiness and sandboxing pitfalls.]]></description>
        </item>
    </channel>
</rss>