<?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>Software testing exploratory testing tutorials and videos</title>
	<atom:link href="https://www.softwaretestingmagazine.com/tag/exploratory-testing/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.softwaretestingmagazine.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Sep 2024 14:49:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.softwaretestingmagazine.com/wp-content/uploads/favicon.png</url>
	<title>Software testing exploratory testing tutorials and videos</title>
	<link>https://www.softwaretestingmagazine.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Exploratory Testing Chrome Extensions</title>
		<link>https://www.softwaretestingmagazine.com/tools/exploratory-testing-chrome-extensions/</link>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Mon, 05 Aug 2024 12:00:20 +0000</pubDate>
				<category><![CDATA[Software Testing Tools]]></category>
		<category><![CDATA[exploratory testing]]></category>
		<category><![CDATA[test automation]]></category>
		<guid isPermaLink="false">https://www.softwaretestingmagazine.com/?p=7192</guid>

					<description><![CDATA[<p>This article presents a list of exploratory testing extensions available for the dominant Chrome browser. The current trend in software testing might be to talk about test automation or artificial intelligence, but in some cases nothing replace the intelligence of a human tester to detect bugs and consequences of irrational user behavior. Wikipedia defines exploratory testing as “an approach to software testing that is concisely described as simultaneous learning, test design and test execution. […] While the software is being tested, the tester learns things that together with experience and creativity generates new good tests to run.” This article present a list of exploratory testing extensions available on the Chrome Web Store as it is currently the browser with the larger market share. The main features you can expect from an exploratory testing tool are: * Easy access to the tool features from a toolbar icon * Start and stop exploratory testing sessions * Taking notes while exploring a web application for test * Classifying your notes in different categories (questions, bugs, …) * Taking screenshots and / or screen recordings * Automatic recording of application information like url, page title, etc. * Produce and save session reports in html or pdf formats Some vendors’ tools will also allow sharing data with test management platforms, but they can also work as a standalone solution with more limited features. We list here only Chrome extensions that can work without being connected to another tool. Updates August 5 2024 * added AIFEX <a class="mh-excerpt-more" href="https://www.softwaretestingmagazine.com/tools/exploratory-testing-chrome-extensions/" title="Exploratory Testing Chrome Extensions">[...]</a></p>
The post <a href="https://www.softwaretestingmagazine.com/tools/exploratory-testing-chrome-extensions/">Exploratory Testing Chrome Extensions</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>‘early Model Based testing’ (eMBT) &#8211; Part 2</title>
		<link>https://www.softwaretestingmagazine.com/knowledge/early-model-based-testing-embt-part-2/</link>
					<comments>https://www.softwaretestingmagazine.com/knowledge/early-model-based-testing-embt-part-2/#comments</comments>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Tue, 31 May 2022 13:47:44 +0000</pubDate>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Software Testing Articles & Tutorials]]></category>
		<category><![CDATA[exploratory testing]]></category>
		<category><![CDATA[test automation]]></category>
		<guid isPermaLink="false">https://www.softwaretestingmagazine.com/?p=8426</guid>

					<description><![CDATA[<p>‘early Model Based Testing’ (eMBT) is a software testing approach that aims to optimize the test case design phase. The first part of this article presented the exploring and review phase of this approach. This article presents the generation of test cases from the model and their execution. Author: Silvio Cacace, TestCompass, www.compass-testservices.com 3. Coverage phase When the test model is made, discussed and assessed by the whole team, the test cases can then be automatically generated, based on the agreed test coverage. The agreed test coverage can be the result of a previously performed product risk analysis where the various functionalities are categorized according to priority. Or on an ad hoc risk analysis, performed in collaboration with the business. In the eMBT tool it is possible to generate the test cases automatically, based on a pre-selected test coverage form, from weak to strong. The following test coverage forms are available. Node coverage All nodes in the model will be tested at least once. The Action/State, Decision and Result symbols are classified as nodes. Edge coverage All edges in the model will be tested at least once. The Yes- and No-path links out of the Decision node are classified as edges. Multiple condition coverage All multiple conditions will be tested at least once. A multiple condition is a combination of 2 consecutive test paths (Yes- and No-path out of a decision). Path coverage All possible paths from Start to End will be tested. After the agreed test coverage is selected, <a class="mh-excerpt-more" href="https://www.softwaretestingmagazine.com/knowledge/early-model-based-testing-embt-part-2/" title="‘early Model Based testing’ (eMBT) &#8211; Part 2">[...]</a></p>
The post <a href="https://www.softwaretestingmagazine.com/knowledge/early-model-based-testing-embt-part-2/">‘early Model Based testing’ (eMBT) – Part 2</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
					<wfw:commentRss>https://www.softwaretestingmagazine.com/knowledge/early-model-based-testing-embt-part-2/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>‘early Model Based testing’ (eMBT) &#8211; An early model based exploratory testing approach in practice</title>
		<link>https://www.softwaretestingmagazine.com/knowledge/early-model-based-testing-embt-an-early-model-based-exploratory-testing-approach-in-practice/</link>
					<comments>https://www.softwaretestingmagazine.com/knowledge/early-model-based-testing-embt-an-early-model-based-exploratory-testing-approach-in-practice/#comments</comments>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Mon, 23 May 2022 15:21:09 +0000</pubDate>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Software Testing Articles & Tutorials]]></category>
		<category><![CDATA[exploratory testing]]></category>
		<category><![CDATA[test automation]]></category>
		<guid isPermaLink="false">https://www.softwaretestingmagazine.com/?p=8410</guid>

					<description><![CDATA[<p>‘early Model Based Testing&#8217; (eMBT) is a software testing approach that aims to optimize the test case design phase. This is achieved by stimulating communication and collaboration between all project stakeholders to get early feedback and a shared understanding of the requirements in an early stage of the software development life cycle. Author: Silvio Cacace, TestCompass, www.compass-testservices.com “That looks very nice and it works fine. But sorry, it’s actually not what we wanted” Do you recognize this? Off course, you want to prevent this, because it indicates that you have delivered a product that might look nice and works fine but is not in accordance with the customers wishes. Still 35% of all bugs in production can be traced back to the requirements. And these bugs are almost always related to poorly defined requirements or a lack of understanding around those requirements. To make sure we meet the customer&#8217;s needs (business value), we need to achieve a shared clear understanding of the complete set of requirements. In addition, requirements change continuously, and it is therefore important to manage these changes effectively. ‘early Model Based Testing’ (eMBT) is a solid approach to solving these problems and challenges. ‘early Model Based Testing&#8217; (eMBT) ‘early Model Based Testing&#8217; (eMBT) is a software testing approach to ensures the optimization of the test case design phase. But more importantly, eMBT stimulates communication and collaboration between all stakeholders (business and technical stakeholders) with the aim of getting early feedback and a shared understanding of the requirements <a class="mh-excerpt-more" href="https://www.softwaretestingmagazine.com/knowledge/early-model-based-testing-embt-an-early-model-based-exploratory-testing-approach-in-practice/" title="‘early Model Based testing’ (eMBT) &#8211; An early model based exploratory testing approach in practice">[...]</a></p>
The post <a href="https://www.softwaretestingmagazine.com/knowledge/early-model-based-testing-embt-an-early-model-based-exploratory-testing-approach-in-practice/">‘early Model Based testing’ (eMBT) – An early model based exploratory testing approach in practice</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
					<wfw:commentRss>https://www.softwaretestingmagazine.com/knowledge/early-model-based-testing-embt-an-early-model-based-exploratory-testing-approach-in-practice/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Improve Exploratory Testing with Creativity</title>
		<link>https://www.softwaretestingmagazine.com/videos/improve-exploratory-testing-with-creativity/</link>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Tue, 23 Feb 2021 18:02:17 +0000</pubDate>
				<category><![CDATA[Software Testing Videos]]></category>
		<category><![CDATA[agile testing]]></category>
		<category><![CDATA[exploratory testing]]></category>
		<guid isPermaLink="false">https://www.softwaretestingmagazine.com/?p=7796</guid>

					<description><![CDATA[<p>This video explains how to improve your exploratory testing through LESS preparation but more creativity! One of the characteristics of exploratory testing is that you do less preparation and that you decide on the spot what your next test case will be. To be able to do this you should have creative skills. But how do you become more creative? How can you train this? In this video, Jan Jaap Cannegieter tells how he became more creative. He shares some concrete things you can do to train your creativity and share some tools you can use during exploratory testing sessions. Video producer: http://www.pnsqc.org/</p>
The post <a href="https://www.softwaretestingmagazine.com/videos/improve-exploratory-testing-with-creativity/">Improve Exploratory Testing with Creativity</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Teaching and Coaching Exploratory Testing</title>
		<link>https://www.softwaretestingmagazine.com/videos/teaching-and-coaching-exploratory-testing/</link>
					<comments>https://www.softwaretestingmagazine.com/videos/teaching-and-coaching-exploratory-testing/#comments</comments>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Mon, 06 May 2019 14:35:34 +0000</pubDate>
				<category><![CDATA[Software Testing Videos]]></category>
		<category><![CDATA[exploratory testing]]></category>
		<guid isPermaLink="false">https://www.softwaretestingmagazine.com/?p=7039</guid>

					<description><![CDATA[<p>There is a lot of talk around software testing - who will do it, when it needs to happen, boxes it needs to fit in — yet not enough on the actual testing. This webinar explores one problem in a demo setting using an exploratory testing approach. This means live testing (and live coding) to figure out the options to get a test program covered – for code coverage, for spec coverage and for risk coverage. Video producer: http://www.associationforsoftwaretesting.org/</p>
The post <a href="https://www.softwaretestingmagazine.com/videos/teaching-and-coaching-exploratory-testing/">Teaching and Coaching Exploratory Testing</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
					<wfw:commentRss>https://www.softwaretestingmagazine.com/videos/teaching-and-coaching-exploratory-testing/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Exploratory Testing Basics, Experiences &#038; Future</title>
		<link>https://www.softwaretestingmagazine.com/videos/exploratory-testing-basics-experiences-future/</link>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Thu, 21 Dec 2017 15:30:12 +0000</pubDate>
				<category><![CDATA[Software Testing Videos]]></category>
		<category><![CDATA[exploratory testing]]></category>
		<guid isPermaLink="false">http://www.softwaretestingmagazine.com/?p=6097</guid>

					<description><![CDATA[<p>James Bach defines Exploratory Testing as &#8220;simultaneous learning, test design, and test execution. In other words, exploratory testing is any testing to the extent that the tester actively controls the design of the tests as those tests are performed and uses information gained while testing to design new and better tests.&#8221; In this video, Kari Kakkonen talks about exploratory testing basics, experiences and future. You will find out where exploratory testing is the most useful, how to develop one&#8217;s learning and thinking skills to enable exploratory testing, etc. https://www.youtube.com/watch?v=xH5rFe8vHAs Video producer: http://testconf.ru/?lang=en Further reading: Exploratory Testing: Finding the Music of Software Investigation</p>
The post <a href="https://www.softwaretestingmagazine.com/videos/exploratory-testing-basics-experiences-future/">Exploratory Testing Basics, Experiences & Future</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Debriefing Exploratory Testing Session Notes</title>
		<link>https://www.softwaretestingmagazine.com/videos/debriefing-exploratory-testing-session-notes/</link>
					<comments>https://www.softwaretestingmagazine.com/videos/debriefing-exploratory-testing-session-notes/#comments</comments>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Thu, 23 Mar 2017 18:22:04 +0000</pubDate>
				<category><![CDATA[Software Testing Videos]]></category>
		<category><![CDATA[exploratory testing]]></category>
		<category><![CDATA[selenium]]></category>
		<guid isPermaLink="false">http://www.softwaretestingmagazine.com/?p=5459</guid>

					<description><![CDATA[<p>Session notes that you use when you adopt an exploratory testing approach can be used to capture more than bugs. They not only serve as a memory of a bug, but a structured testing and learning method can be deduced from the session notes. This presentation discusses: * Introduction to exploratory testing and session based test management * Elements of Session Notes * Note taking skills, tools and tips * Detection theory, Metrics * Many complain about exploratory testing being unstructured, session notes is an answer to such misleading beliefs. Video producer: http://seleniumconf.in/ Further reading: * What is Exploratory Testing? * Exploratory Testing: Finding the Music of Software Investigation</p>
The post <a href="https://www.softwaretestingmagazine.com/videos/debriefing-exploratory-testing-session-notes/">Debriefing Exploratory Testing Session Notes</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
					<wfw:commentRss>https://www.softwaretestingmagazine.com/videos/debriefing-exploratory-testing-session-notes/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Oblique Testing</title>
		<link>https://www.softwaretestingmagazine.com/knowledge/oblique-testing/</link>
		
		<dc:creator><![CDATA[Software Testing Magazine]]></dc:creator>
		<pubDate>Wed, 21 Sep 2016 14:24:16 +0000</pubDate>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Software Testing Books]]></category>
		<category><![CDATA[agile testing]]></category>
		<category><![CDATA[exploratory testing]]></category>
		<guid isPermaLink="false">http://www.softwaretestingmagazine.com/?p=4752</guid>

					<description><![CDATA[<p>In theory, we can consider software testing as a very rationale approach. You start from unit of code or requirements and then you create the tests that will prove that your software does what it is expected to do&#8230; and doesn&#8217;t create problems with edge cases. In his book Oblique Testing, Mike Talks propose to add an additional perspective to software testing using the oblique strategies approach. The oblique strategies is a set of card originally used by music producer Brian Eno to make recording artists try something new. This book adapts this approach to the software testing world by providing a set of cards. Based on fictional bad reviews for apps., they are mainly focused on the testing of a mobile app, but they are generic enough to be applied to other contexts where you have many customers using your software. The book provides also some suggestions on how to apply this approach in Agile and traditional software development projects. Oblique Testing is an original approach to perform some exploratory testing where the full project team is involved and not only the software testers. I will suggest to read this very short book to every software tester or project manager that wants to introduce a different perspective in its software testing activities. Reference: Oblique Testing, Mike Talks, https://leanpub.com/obliquetesting Quotes As I mentioned before, when we are testing, we’re using our imagination to work out “ways the software could go wrong”. The most annoying bugs are the ones which get <a class="mh-excerpt-more" href="https://www.softwaretestingmagazine.com/knowledge/oblique-testing/" title="Oblique Testing">[...]</a></p>
The post <a href="https://www.softwaretestingmagazine.com/knowledge/oblique-testing/">Oblique Testing</a> first appeared on <a href="https://www.softwaretestingmagazine.com">Software Testing Magazine</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
