<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exploratory Testing Archives &#8212; Rapid Software Testing</title>
	<atom:link href="https://rapid-software-testing.com/category/exploratory-testing/feed/" rel="self" type="application/rss+xml" />
	<link>https://rapid-software-testing.com/category/exploratory-testing/</link>
	<description>A Context-Driven Methodology</description>
	<lastBuildDate>Thu, 06 Feb 2025 05:22:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://rapid-software-testing.com/wp-content/uploads/2018/05/cropped-RST_on-Square-2-1-32x32.png</url>
	<title>Exploratory Testing Archives &#8212; Rapid Software Testing</title>
	<link>https://rapid-software-testing.com/category/exploratory-testing/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Exploratory Testing</title>
		<link>https://rapid-software-testing.com/exploratory-testing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exploratory-testing</link>
		
		<dc:creator><![CDATA[Mary Alton]]></dc:creator>
		<pubDate>Fri, 14 May 2021 18:45:05 +0000</pubDate>
				<category><![CDATA[Exploratory Testing]]></category>
		<category><![CDATA[Risk]]></category>
		<guid isPermaLink="false">https://rapid-software-testing.com/?p=3380</guid>

					<description><![CDATA[<p>Do you perform any exploratory testing on APIs? How do you do it? Here’s an in-depth version of the reply I gave, with the benefit of links to deeper material. To begin: application programming interfaces (APIs) are means by which ... <a title="Exploratory Testing" class="read-more" href="https://rapid-software-testing.com/exploratory-testing/" aria-label="Read more about Exploratory Testing">Learn more</a></p>
<p>The post <a href="https://rapid-software-testing.com/exploratory-testing/">Exploratory Testing</a> appeared first on <a href="https://rapid-software-testing.com">Rapid Software Testing</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong><em>Do you perform any exploratory testing on APIs? How do you do it?</em></strong></p>
<p><em>Here’s an in-depth version of the reply I gave, with the benefit of links to deeper material.</em></p>
<p>To begin: application programming interfaces (APIs) are means by which we can use software to send commands to a product to make it do something. We do perform some testing on APIs themselves; interfaces represent one set of dimensions or factors or <a href="https://www.developsense.com/blog/2014/07/how-models-change/" target="_blank" rel="noopener noreferrer">elements of the product</a>. In a deeper sense, we’re not simply testing the APIs; we’re using them to control and observe the product, so that we can learn lots of things about it.</p>
<p>Now, there’s a problem with the first question: it implies that there is some kind of testing that is not exploratory. But <a href="http://www.satisfice.com/blog/archives/1509"><em>all</em></a><a href="http://www.satisfice.com/blog/archives/1509"> testing is exploratory</a>. The idea that testing isn’t exploratory comes, in part, from a confusion between <em>demonstrating</em> that a product can work and <em>testing</em> to learn how it does work, and how it might not work.</p>
https://www.developsense.com/blog/2018/07/exploratory-testing-on-an-api-part-1/
<p>The post <a href="https://rapid-software-testing.com/exploratory-testing/">Exploratory Testing</a> appeared first on <a href="https://rapid-software-testing.com">Rapid Software Testing</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Exploratory Testing 3.0</title>
		<link>https://rapid-software-testing.com/exploratory-testing-3-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exploratory-testing-3-0</link>
		
		<dc:creator><![CDATA[Mary Alton]]></dc:creator>
		<pubDate>Fri, 26 Feb 2021 17:11:13 +0000</pubDate>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[Exploratory Testing]]></category>
		<category><![CDATA[Industry Standardization]]></category>
		<category><![CDATA[Rapid Software Testing]]></category>
		<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://rapid-software-testing.com/?p=3133</guid>

					<description><![CDATA[<p>In the beginning, there was testing. No one distinguished between exploratory and scripted testing. Jerry Weinberg’s 1961 chapter about testing in his book, Computer Programming Fundamentals, depicted testing as inherently exploratory and expressed caution about formalizing it. He wrote, “It is, of course, ... <a title="Exploratory Testing 3.0" class="read-more" href="https://rapid-software-testing.com/exploratory-testing-3-0/" aria-label="Read more about Exploratory Testing 3.0">Learn more</a></p>
<p>The post <a href="https://rapid-software-testing.com/exploratory-testing-3-0/">Exploratory Testing 3.0</a> appeared first on <a href="https://rapid-software-testing.com">Rapid Software Testing</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In the beginning, there was testing. No one distinguished between exploratory and scripted testing. Jerry Weinberg’s 1961 chapter about testing in his book, <i>Computer Programming Fundamentals, </i>depicted testing as <i>inherently </i>exploratory and expressed caution about formalizing it. He wrote, “It is, of course, difficult to have the machine check how well the program matches the <i>intent</i> of the programmer without giving a great deal of information about that intent. If we had some simple way of presenting that kind of information to the machine for checking, we might just as well have the machine do the coding. Let us not forget that complex logical operations occur through a combination of simple instructions executed by the computer and not by the computer logically deducing or inferring what is desired.”</p>
https://www.satisfice.com/blog/archives/1509
<p>The post <a href="https://rapid-software-testing.com/exploratory-testing-3-0/">Exploratory Testing 3.0</a> appeared first on <a href="https://rapid-software-testing.com">Rapid Software Testing</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Video Highlights from RST Online Classes</title>
		<link>https://rapid-software-testing.com/highlights-from-rst-online-classes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=highlights-from-rst-online-classes</link>
		
		<dc:creator><![CDATA[Mary Alton]]></dc:creator>
		<pubDate>Sun, 16 Oct 2022 11:55:45 +0000</pubDate>
				<category><![CDATA[Exploratory Testing]]></category>
		<category><![CDATA[For Newbies]]></category>
		<category><![CDATA[Tester Skill]]></category>
		<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">https://rapid-software-testing.com/?p=3741</guid>

					<description><![CDATA[<p>RST Peer Advisor Marius Francu has created a YouTube playlist of insights from the online RST Explored and RST Applied classes. For those who haven&#8217;t yet taken a class, these offer a little taste of some of the lessons that ... <a title="Video Highlights from RST Online Classes" class="read-more" href="https://rapid-software-testing.com/highlights-from-rst-online-classes/" aria-label="Read more about Video Highlights from RST Online Classes">Learn more</a></p>
<p>The post <a href="https://rapid-software-testing.com/highlights-from-rst-online-classes/">Video Highlights from RST Online Classes</a> appeared first on <a href="https://rapid-software-testing.com">Rapid Software Testing</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>RST Peer Advisor <a href="https://sensing-ontologies.com/about-me/" target="_blank" rel="noreferrer noopener">Marius Francu</a> has created a YouTube playlist of insights from the online RST Explored and RST Applied classes.  For those who haven&#8217;t yet taken a class, these offer a little taste of some of the lessons that you might learn. For those who have taken the class, they can be helpful reminders of some of the important points.</p>



<p><a href="https://www.youtube.com/@rapid_software_testing">Go to the RST YouTube Channel</a></p>


<div class="automatic-youtube-gallery ayg">
        <ayg-theme-classic id="ayg-b4ae7d22c298223cd492eb151f156de3" class="ayg-theme ayg-theme-classic" data-params="{&quot;uid&quot;:&quot;b4ae7d22c298223cd492eb151f156de3&quot;,&quot;loop&quot;:0,&quot;autoadvance&quot;:1,&quot;player_title&quot;:1,&quot;player_description&quot;:1}">
        <div class="ayg-player">
            <div class="ayg-player-container" style="max-width: 100%;">
                <ayg-player src="https://www.youtube-nocookie.com/embed/UZcYh0uCm7A?enablejsapi=1&#038;playsinline=1&#038;rel=0&#038;origin=https%3A%2F%2Frapid-software-testing.com&#038;modestbranding=1&#038;iv_load_policy=3" ratio="56.25" title="Responding to a Critique of Taking Testing Seriously" poster="https://i.ytimg.com/vi/UZcYh0uCm7A/maxresdefault.jpg"></ayg-player>           
            </div>
            <div class="ayg-player-caption">
                    
                    <h2 class="ayg-player-title">Responding to a Critique of Taking Testing Seriously</h2>  
                                  
                    <ayg-description class="ayg-player-description">Michael Bolton and James Bach respond to Oleksandr Bolzhelarskyi.<br />
<br />
<a href="https://www.linkedin.com/posts/oleksandr-bolzhelarskyi_ive-finished-reading-taking-testing-seriously-activity-7424284118802354176-nV5E?utm_source=share&#038;utm_medium=member_desktop&#038;rcm=ACoAAAJyE3QBSjMd-wGkGZkMdD7Kj6HO2zB_CI4" rel="nofollow">https://www.linkedin.com/posts/oleksandr-bolzhelarskyi_ive-finished-reading-taking-testing-seriously-activity-7424284118802354176-nV5E?utm_source=share&#038;utm_medium=member_desktop&#038;rcm=ACoAAAJyE3QBSjMd-wGkGZkMdD7Kj6HO2zB_CI4</a></ayg-description>
                            </div>
        </div>
        <div class="ayg-videos ayg-gallery ayg-row">
                            <div class="ayg-video ayg-video-UZcYh0uCm7A ayg-col ayg-col-3 ayg-col-xs-2 ayg-active">
                    <div class="ayg-thumbnail" data-id="UZcYh0uCm7A" data-title="Responding to a Critique of Taking Testing Seriously" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img fetchpriority="high" src="https://i.ytimg.com/vi/UZcYh0uCm7A/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="Responding to a Critique of Taking Testing Seriously" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">Responding to a Critique of Taking Testing Seriously</div>
         
                    <div class="ayg-thumbnail-excerpt">Michael Bolton and James Bach respond to Oleksandr Bolzhelarskyi. ...</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;">Michael Bolton and James Bach respond to Oleksandr Bolzhelarskyi.<br />
<br />
<a href="https://www.linkedin.com/posts/oleksandr-bolzhelarskyi_ive-finished-reading-taking-testing-seriously-activity-7424284118802354176-nV5E?utm_source=share&#038;utm_medium=member_desktop&#038;rcm=ACoAAAJyE3QBSjMd-wGkGZkMdD7Kj6HO2zB_CI4" rel="nofollow">https://www.linkedin.com/posts/oleksandr-bolzhelarskyi_ive-finished-reading-taking-testing-seriously-activity-7424284118802354176-nV5E?utm_source=share&#038;utm_medium=member_desktop&#038;rcm=ACoAAAJyE3QBSjMd-wGkGZkMdD7Kj6HO2zB_CI4</a></div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-wQ3_Ac_GbK0 ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="wQ3_Ac_GbK0" data-title="Michael Bolton - Why Take RST Classes?" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img src="https://i.ytimg.com/vi/wQ3_Ac_GbK0/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="Michael Bolton - Why Take RST Classes?" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">Michael Bolton - Why Take RST Classes?</div>
         
                    <div class="ayg-thumbnail-excerpt">"Now that there's a book — Taking Testing Seriously: The Rapid ...</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;"><span class="ayg-player-description-less">"Now that there's a book — Taking Testing Seriously:  The Rapid Software Testing Approach" — why bother taking a Rapid Software Testing class?  Michael Bolton explains."<br />
<br />
<br />
The book: <br />
Wiley <span class="ayg-player-description-dots">...</span></span><span class="ayg-player-description-more">link: <a href="https://www.wiley.com/en-us/Taking+Testing+Seriously%3A+The+Rapid+Software+Testing+Approach-p-9781394253197" rel="nofollow">https://www.wiley.com/en-us/Taking+Testing+Seriously%3A+The+Rapid+Software+Testing+Approach-p-9781394253197</a><br />
Amazon link: <a href="https://www.amazon.com/Taking-Testing-Seriously-Software-Approach/dp/1394253192" rel="nofollow">https://www.amazon.com/Taking-Testing-Seriously-Software-Approach/dp/1394253192</a><br />
<br />
<a href="https://www.satisfice.com/" rel="nofollow">https://www.satisfice.com/</a> - James Bach<br />
<a href="https://developsense.com/" rel="nofollow">https://developsense.com/</a> - Michael Bolton<br />
<br />
<a href="https://rapid-software-testing.com/">https://rapid-software-testing.com/</a><br />
Please subscribe: @rapid_software_testing</span><a href="#" class="ayg-player-description-toggle-btn">Show More</a></div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-UsX1fPHmu5M ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="UsX1fPHmu5M" data-title="How to Report AI-Assisted Work" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img src="https://i.ytimg.com/vi/UsX1fPHmu5M/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="How to Report AI-Assisted Work" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">How to Report AI-Assisted Work</div>
         
                    <div class="ayg-thumbnail-excerpt">James and Michael discuss their system for reporting on the status of ...</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;">James and Michael discuss their system for reporting on the status of work they have done with the help of AI.<br />
<br />
There are four levels:<br />
0. Slop<br />
1. Plausible<br />
2. Provisional<br />
3. Validated</div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-eGEj_ByE2Xs ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="eGEj_ByE2Xs" data-title="Technical Work is All About Learning - Conversations on Taking Testing Seriously" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img loading="lazy" src="https://i.ytimg.com/vi/eGEj_ByE2Xs/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="Technical Work is All About Learning - Conversations on Taking Testing Seriously" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">Technical Work is All About Learning - Conversations on Taking Testing Seriously</div>
         
                    <div class="ayg-thumbnail-excerpt">In this video, James Bach and Karen N. Johnson are discussing about ...</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;"><span class="ayg-player-description-less">In this video, James Bach and Karen N. Johnson are discussing about Karen chapter called "Technical Work Is All About Learning" from the book, Taking Testing Seriously: The Rapid Software <span class="ayg-player-description-dots">...</span></span><span class="ayg-player-description-more">Testing Approach.<br />
<br />
The book: <br />
Wiley link: <a href="https://www.wiley.com/en-us/Taking+Testing+Seriously%3A+The+Rapid+Software+Testing+Approach-p-9781394253197" rel="nofollow">https://www.wiley.com/en-us/Taking+Testing+Seriously%3A+The+Rapid+Software+Testing+Approach-p-9781394253197</a><br />
Amazon link: <a href="https://www.amazon.com/Taking-Testing-Seriously-Software-Approach/dp/1394253192" rel="nofollow">https://www.amazon.com/Taking-Testing-Seriously-Software-Approach/dp/1394253192</a><br />
<br />
<a href="https://www.satisfice.com/" rel="nofollow">https://www.satisfice.com/</a> - James Bach<br />
<a href="https://www.notesfromasoftwaretester.com/" rel="nofollow">https://www.notesfromasoftwaretester.com/</a> - Karen N. Johnson<br />
<br />
<a href="https://rapid-software-testing.com/">https://rapid-software-testing.com/</a><br />
Please subscribe: @rapid_software_testing</span><a href="#" class="ayg-player-description-toggle-btn">Show More</a></div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-WeIB6EK98U8 ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="WeIB6EK98U8" data-title="The Book is Out" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img loading="lazy" src="https://i.ytimg.com/vi/WeIB6EK98U8/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="The Book is Out" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">The Book is Out</div>
         
                    <div class="ayg-thumbnail-excerpt">So strange when an idea becomes a real thing.</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;">So strange when an idea becomes a real thing.</div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-wBlI5U0CyZM ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="wBlI5U0CyZM" data-title="What is Normal? - Conversations on Taking Testing Seriously" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img loading="lazy" src="https://i.ytimg.com/vi/wBlI5U0CyZM/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="What is Normal? - Conversations on Taking Testing Seriously" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">What is Normal? - Conversations on Taking Testing Seriously</div>
         
                    <div class="ayg-thumbnail-excerpt">In this video, James Bach and Karen N. Johnson read from our soon to ...</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;"><span class="ayg-player-description-less">In this video, James Bach and Karen N. Johnson read from our soon to be published book, Taking Testing Seriously: The Rapid Software Testing Approach. We focus on a piece <span class="ayg-player-description-dots">...</span></span><span class="ayg-player-description-more">from the chapter about Strategy, where we address the question: What is Normal?<br />
<br />
The book: <br />
Wiley link: <a href="https://www.wiley.com/en-us/Taking+Testing+Seriously%3A+The+Rapid+Software+Testing+Approach-p-9781394253197" rel="nofollow">https://www.wiley.com/en-us/Taking+Testing+Seriously%3A+The+Rapid+Software+Testing+Approach-p-9781394253197</a><br />
Amazon link: <a href="https://www.amazon.com/Taking-Testing-Seriously-Software-Approach/dp/1394253192" rel="nofollow">https://www.amazon.com/Taking-Testing-Seriously-Software-Approach/dp/1394253192</a><br />
<br />
<a href="https://www.satisfice.com/" rel="nofollow">https://www.satisfice.com/</a> - James Bach<br />
<a href="https://www.notesfromasoftwaretester.com/" rel="nofollow">https://www.notesfromasoftwaretester.com/</a> - Karen N. Johnson<br />
<br />
<a href="https://rapid-software-testing.com/">https://rapid-software-testing.com/</a><br />
Please subscribe: @rapid_software_testing</span><a href="#" class="ayg-player-description-toggle-btn">Show More</a></div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-okSZH4Co3Rw ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="okSZH4Co3Rw" data-title="On Magic Boxes and Magic - Conversations on Taking Testing Seriously" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img loading="lazy" src="https://i.ytimg.com/vi/okSZH4Co3Rw/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="On Magic Boxes and Magic - Conversations on Taking Testing Seriously" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">On Magic Boxes and Magic - Conversations on Taking Testing Seriously</div>
         
                    <div class="ayg-thumbnail-excerpt">In this video, James Bach and Michael Bolton read from our soon to be ...</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;"><span class="ayg-player-description-less">In this video, James Bach and Michael Bolton read from our soon to be published book, Taking Testing Seriously: The Rapid Software Testing Approach. We focus on a piece from <span class="ayg-player-description-dots">...</span></span><span class="ayg-player-description-more">the chapter about AI, where we address the question: What if we had a magic box that could do testing for us?<br />
<br />
The book: <br />
Wiley link: <a href="https://www.wiley.com/en-us/Taking+Testing+Seriously%3A+The+Rapid+Software+Testing+Approach-p-9781394253197" rel="nofollow">https://www.wiley.com/en-us/Taking+Testing+Seriously%3A+The+Rapid+Software+Testing+Approach-p-9781394253197</a><br />
Amazon link: <a href="https://www.amazon.com/Taking-Testing-Seriously-Software-Approach/dp/1394253192" rel="nofollow">https://www.amazon.com/Taking-Testing-Seriously-Software-Approach/dp/1394253192</a><br />
<br />
<a href="https://www.satisfice.com/" rel="nofollow">https://www.satisfice.com/</a><br />
<a href="https://developsense.com/" rel="nofollow">https://developsense.com/</a> <br />
<a href="https://rapid-software-testing.com/">https://rapid-software-testing.com/</a><br />
Please subscribe: @rapid_software_testing</span><a href="#" class="ayg-player-description-toggle-btn">Show More</a></div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-bVshxyXUxNs ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="bVshxyXUxNs" data-title="James Christie Conversation regarding Testing and Audits with James Bach and Michael Bolton" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img loading="lazy" src="https://i.ytimg.com/vi/bVshxyXUxNs/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="James Christie Conversation regarding Testing and Audits with James Bach and Michael Bolton" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">James Christie Conversation regarding Testing and Audits with James Bach and Michael Bolton</div>
         
                    <div class="ayg-thumbnail-excerpt">"Following the happy path is a foreign concept to good, experienced ...</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;"><span class="ayg-player-description-less">"Following the happy path is a foreign concept to good, experienced auditors. Their path is a narrow one. They strive to warn of the unseen dangers lurking all around while <span class="ayg-player-description-dots">...</span></span><span class="ayg-player-description-more">also providing constructive input, all the time maintaining sufficient independence so that they can comment dispassionately and constructively on what they see. As I’ve said, it’s not easy.<br />
<br />
Auditors and testers should resist any attempts to redefine their difficult jobs to try and make them appear easier. Such attempts require a refusal to deal with reality, and a pretence, a delusion, that we can do something worthwhile if we refuse to engage with complex and messy reality.<br />
<br />
Testing and auditing are both jobs that it is possible to fake, going through the motions in a plausible manner, while producing nothing of value. That approach is easier in the short tun, but it is deeply short sighted and irresponsible. It trashes the credibility and reputation of practitioners, it short-changes people who expect to receive valuable information, and it leaves both testers and auditors open to being replaced by semi-skilled competition. If you’re doing a lousy job and focusing on cost, there is always someone who can do it cheaper." James Christie from <a href="https://clarotesting.wordpress.com/2015/10/15/audit-and-agile-part-2/" rel="nofollow">https://clarotesting.wordpress.com/2015/10/15/audit-and-agile-part-2/</a><br />
<br />
James Christie links from his blog regarding audits:<br />
- <a href="https://clarotesting.wordpress.com/2024/12/27/external-it-auditors-a-theatrical-performance/" rel="nofollow">https://clarotesting.wordpress.com/2024/12/27/external-it-auditors-a-theatrical-performance/</a><br />
<br />
- <a href="https://clarotesting.wordpress.com/2024/03/05/ok-chatgpt-write-an-article-about-the-post-office-horizon-it-scandal-in-exactly-the-same-style-as-software-testing-and-it-audit-expert-james-christie/" rel="nofollow">https://clarotesting.wordpress.com/2024/03/05/ok-chatgpt-write-an-article-about-the-post-office-horizon-it-scandal-in-exactly-the-same-style-as-software-testing-and-it-audit-expert-james-christie/</a><br />
<br />
- <a href="https://clarotesting.wordpress.com/2023/02/14/the-mysterious-role-of-external-audit-in-the-post-office-scandal/" rel="nofollow">https://clarotesting.wordpress.com/2023/02/14/the-mysterious-role-of-external-audit-in-the-post-office-scandal/</a><br />
<br />
- <a href="https://clarotesting.wordpress.com/2022/06/03/the-myth-of-perfect-software-it-audit-and-governance-aspects-of-the-post-office-scandal/" rel="nofollow">https://clarotesting.wordpress.com/2022/06/03/the-myth-of-perfect-software-it-audit-and-governance-aspects-of-the-post-office-scandal/</a><br />
<br />
- <a href="https://clarotesting.wordpress.com/2021/11/12/external-auditors-arrogant-beyond-their-competence/" rel="nofollow">https://clarotesting.wordpress.com/2021/11/12/external-auditors-arrogant-beyond-their-competence/</a><br />
<br />
- <a href="https://clarotesting.wordpress.com/2017/05/08/auditors-and-testing-a-rant-justified-by-experience/" rel="nofollow">https://clarotesting.wordpress.com/2017/05/08/auditors-and-testing-a-rant-justified-by-experience/</a><br />
<br />
- <a href="https://clarotesting.wordpress.com/audit-and-agile/" rel="nofollow">https://clarotesting.wordpress.com/audit-and-agile/</a><br />
<br />
<br />
<br />
<a href="https://www.satisfice.com/" rel="nofollow">https://www.satisfice.com/</a><br />
<a href="https://developsense.com/" rel="nofollow">https://developsense.com/</a> <br />
<a href="https://rapid-software-testing.com/">https://rapid-software-testing.com/</a><br />
Please subscribe: @rapid_software_testing</span><a href="#" class="ayg-player-description-toggle-btn">Show More</a></div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-fTC4M-JncdI ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="fTC4M-JncdI" data-title="What Are We Thinking in the Age of AI? And are we still thinking like testers?  - Michael Bolton" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img loading="lazy" src="https://i.ytimg.com/vi/fTC4M-JncdI/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="What Are We Thinking in the Age of AI? And are we still thinking like testers?  - Michael Bolton" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">What Are We Thinking in the Age of AI? And are we still thinking like testers?  - Michael Bolton</div>
         
                    <div class="ayg-thumbnail-excerpt">It’s the topic that’s on everyone’s lips… AI… We’re all aware by now, ...</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;"><span class="ayg-player-description-less">It’s the topic that’s on everyone’s lips… AI… We’re all aware by now, that AI is transforming the world around us at an unprecedented speed and that of course, includes <span class="ayg-player-description-dots">...</span></span><span class="ayg-player-description-more">the world of testing. AI and automation are said to be revolutionizing software testing. But are these tools truly help us to improving quality, or just introducing new kinds of bugs at scale?<br />
<br />
Links and references used in the video:<br />
- QR Podcast @KeithKlain   - James Bach, Keith Klain - <a href="https://qualityremarks.com/qr-podcast-james-bach/" rel="nofollow">https://qualityremarks.com/qr-podcast-james-bach/</a><br />
<br />
- James Bach - <a href="https://www.satisfice.com/" rel="nofollow">https://www.satisfice.com/</a>; <a href="https://rapid-software-testing.com/">https://rapid-software-testing.com/</a><br />
<br />
- Keith Klain - <a href="https://qualityremarks.com/" rel="nofollow">https://qualityremarks.com/</a> <br />
<br />
- Pedro Domingos - The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World<br />
<br />
- Simon J.D. Prince - Understanding Deep Learning<br />
<br />
<br />
<a href="https://developsense.com/" rel="nofollow">https://developsense.com/</a> <br />
<a href="https://rapid-software-testing.com/">https://rapid-software-testing.com/</a><br />
Please subscribe: @rapid_software_testing</span><a href="#" class="ayg-player-description-toggle-btn">Show More</a></div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-rf0sKFAKdLE ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="rf0sKFAKdLE" data-title="Testing &amp; Automation in the Age of AI: Hype, Hope, or Headaches - Questions Time - Michael Bolton" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img loading="lazy" src="https://i.ytimg.com/vi/rf0sKFAKdLE/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="Testing &amp; Automation in the Age of AI: Hype, Hope, or Headaches - Questions Time - Michael Bolton" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">Testing &amp; Automation in the Age of AI: Hype, Hope, or Headaches - Questions Time - Michael Bolton</div>
         
                    <div class="ayg-thumbnail-excerpt">It’s the topic that’s on everyone’s lips… AI… We’re all aware by now, ...</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;"><span class="ayg-player-description-less">It’s the topic that’s on everyone’s lips… AI… We’re all aware by now, that AI is transforming the world around us at an unprecedented speed and that of course, includes <span class="ayg-player-description-dots">...</span></span><span class="ayg-player-description-more">the world of testing. AI and automation are said to be revolutionizing software testing. But are these tools truly help us to improving quality, or just introducing new kinds of bugs at scale? As AI-driven tools become more powerful, the testing community faces big questions: What should we automate? What remains uniquely human? And are we just automating our mistakes faster than ever?<br />
<br />
By popular demand, we’d love you to join us for an engaging evening of debate, insights, and hard-hitting truths as we explore the real impact of AI and automation on software testing. The event is intended for testers, automation engineers, DevOps professionals, and tech leaders looking to cut through the hype and gain a clearer understanding of where AI is taking software testing and where it might be leading us astray. Whether you’re an AI skeptic or a true believer in automation, this is a conversation you don’t want to miss.<br />
<br />
<a href="https://developsense.com/schedule/testing-automation-in-the-age-of-ai-hype-hope-or-headaches" rel="nofollow">https://developsense.com/schedule/testing-automation-in-the-age-of-ai-hype-hope-or-headaches</a><br />
<br />
<a href="https://developsense.com/" rel="nofollow">https://developsense.com/</a> <br />
<a href="https://rapid-software-testing.com/">https://rapid-software-testing.com/</a><br />
<br />
Please subscribe: @rapid_software_testing</span><a href="#" class="ayg-player-description-toggle-btn">Show More</a></div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-PEnymw3iY1E ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="PEnymw3iY1E" data-title="Michael Bolton - On testing and testing like a user" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img loading="lazy" src="https://i.ytimg.com/vi/PEnymw3iY1E/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="Michael Bolton - On testing and testing like a user" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">Michael Bolton - On testing and testing like a user</div>
         
                    <div class="ayg-thumbnail-excerpt">#testing #qa #agile #user_testing #rst #context_driven_testing</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;">#testing #qa #agile #user_testing #rst #context_driven_testing</div>
            </div>           
</div>                </div>
                            <div class="ayg-video ayg-video-TnExUCCTFf4 ayg-col ayg-col-3 ayg-col-xs-2">
                    <div class="ayg-thumbnail" data-id="TnExUCCTFf4" data-title="Conversation #1: Checking, Testing, and Mutation" data-url="">
    <div class="ayg-thumbnail-media" style="--ayg-image-ratio: 16 / 9">
        <img loading="lazy" src="https://i.ytimg.com/vi/TnExUCCTFf4/maxresdefault.jpg" class="ayg-thumbnail-image" width="1280" height="720" alt="Conversation #1: Checking, Testing, and Mutation" decoding="async"/><div class="ayg-thumbnail-now-playing" style="display: none;">Now Playing</div><svg xmlns="http://www.w3.org/2000/svg" fill="white" width="40" height="40" viewBox="0 0 24 24" class="ayg-icon ayg-thumbnail-icon-play" title="Play" aria-label="Play"><path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm14.024-.983a1.125 1.125 0 0 1 0 1.966l-5.603 3.113A1.125 1.125 0 0 1 9 15.113V8.887c0-.857.921-1.4 1.671-.983l5.603 3.113Z" clip-rule="evenodd" /></svg>        
    </div>
    <div class="ayg-thumbnail-caption">
         
            <div class="ayg-thumbnail-title">Conversation #1: Checking, Testing, and Mutation</div>
         
                    <div class="ayg-thumbnail-excerpt">My son likes to talk to me while we drive. I discover he knows more ...</div>
                  
            <div class="ayg-thumbnail-description" style="display: none;">My son likes to talk to me while we drive. I discover he knows more about testing than I expected.</div>
            </div>           
</div>                </div>
                    </div>
        <ayg-pagination class="ayg-pagination" data-params="{&quot;uid&quot;:&quot;b4ae7d22c298223cd492eb151f156de3&quot;,&quot;post_id&quot;:3741,&quot;type&quot;:&quot;channel&quot;,&quot;src&quot;:&quot;UCLSx18wKnPHK4zLLrV1_fNQ&quot;,&quot;order&quot;:&quot;relevance&quot;,&quot;limit&quot;:500,&quot;per_page&quot;:12,&quot;cache&quot;:86400,&quot;columns&quot;:3,&quot;thumb_ratio&quot;:56.25,&quot;thumb_title&quot;:1,&quot;thumb_title_length&quot;:0,&quot;thumb_excerpt&quot;:1,&quot;thumb_excerpt_length&quot;:75,&quot;player_description&quot;:1,&quot;total_pages&quot;:7,&quot;paged&quot;:1,&quot;next_page_token&quot;:&quot;EAAaHlBUOkNBd2lFRVl3UmpBMlFVSXpOekl5TkVFM1FrWQ&quot;,&quot;prev_page_token&quot;:&quot;&quot;}">
            <div class="ayg-pagination-next">
            <button type="button" class="ayg-btn ayg-pagination-next-btn" data-type="more">Load More</button>
        </div>
    </ayg-pagination>    </ayg-theme-classic>
</div>




<p></p>
<p>The post <a href="https://rapid-software-testing.com/highlights-from-rst-online-classes/">Video Highlights from RST Online Classes</a> appeared first on <a href="https://rapid-software-testing.com">Rapid Software Testing</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via N/A
Minified using Disk

Served from: rapid-software-testing.com @ 2026-03-26 10:47:32 by W3 Total Cache
-->