<?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>Geek4Eva &#187; Exploratory Testing</title>
	<atom:link href="http://geek4eva.com/tag/exploratory-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://geek4eva.com</link>
	<description>No Limits</description>
	<lastBuildDate>Wed, 28 Dec 2011 05:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>It&#8217;s official &#8211; We&#8217;re doing Exploratory Testing with Session Based Test Management</title>
		<link>http://geek4eva.com/2010/02/14/its-official-were-doing-exploratory-testing-with-session-based-test-management/</link>
		<comments>http://geek4eva.com/2010/02/14/its-official-were-doing-exploratory-testing-with-session-based-test-management/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 01:07:21 +0000</pubDate>
		<dc:creator>Farid Vaswani</dc:creator>
				<category><![CDATA[1-Testing]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Exploratory Testing]]></category>

		<guid isPermaLink="false">http://geek4eva.logicx.co.nz/blog/?p=475</guid>
		<description><![CDATA[With increasing use of agile methodology, reducing budgets and ever chaning requirements I personally reckon ET (exploratory testing) is now more often required. We all do ET. Sometimes the deadlines are so tight that we have to go to the [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>With increasing use of agile methodology, reducing budgets and ever chaning requirements I personally reckon ET (exploratory testing) is now more often required. </p>
<p>We all do ET. Sometimes the deadlines are so tight that we have to go to the extent that we do all the testing but have no documentation available to prove what or how much was tested. SBTM helps to fix that problem.</p>
<p>In my earlier <a href="http://geek4eva.logicx.co.nz/blog/2010/01/18/session-based-test-management-with-confluence-wiki/" target = "_blank">post</a> I mentioned that we are trying to integrate SBTM (Session Based Test Management) with our existing infrastructure.</p>
<p>Well finally we&#8217;ve done it and also managed to get a sign-off from our PM (project manager) and other team leads on fully implementing on a high-profile 9 month project.</p>
<p>To give an idea here is how we have done it:</p>
<ul>
<li>Tester creates his/her session reports on enterprise wiki &#8211; so that it is viewable by any and everyone.</li>
<li>We have a linux web server where we ported all the <a href="http://www.satisfice.com/sbtm/demo/" target="_blank">SBTM scripts</a> provided by James Bach &#8211; made some mods to it to read wiki pages</li>
<li>Call the main script which creates all the reports and voila they&#8217;re ready to view and analyse further</li>
</ul>
<p>Screenshots for the above are also viewable here.</p>
<p align="center">
<img src="http://lh5.ggpht.com/_96IU25bidIo/S3c-25JGDzI/AAAAAAAAAbY/lz3ti2XP_S8/s800/20100214_SessionReport.JPG" alt="Session Reports" /></p>
<p></p>
<p><img src="http://lh4.ggpht.com/_96IU25bidIo/S3c-2UCrjII/AAAAAAAAAbU/YBKzt03ZTo8/s800/20100214_SBTMReports.JPG" alt="Consolidated Reports" /></p>
<p></p>
<p><img src="http://lh4.ggpht.com/_96IU25bidIo/S3c-2A7Es6I/AAAAAAAAAbQ/cuwHOM97R0k/s800/20100214_Report2.JPG" alt="Session Reports List" /></p>
<p></p>
<p><img src="http://lh5.ggpht.com/_96IU25bidIo/S3c-14oCcuI/AAAAAAAAAbM/6rI6KQt1zVU/s800/20100214_Report1.JPG" alt="Report Analysis" /></p>
<p>Thanks to James Bach for <a href="http://www.satisfice.com/sbtm/demo/" target = "_blank">SBTM scripts</a> and <a href="http://bjosman.wordpress.com/2009/11/25/the-joy-of-being-amongst-fellow-testers/" target = "_blank">Brian Osman</a> for further instigating the thought of implementing ET and SBTM.</p>
]]></content:encoded>
			<wfw:commentRss>http://geek4eva.com/2010/02/14/its-official-were-doing-exploratory-testing-with-session-based-test-management/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Session Based Test Management with Confluence WIKI</title>
		<link>http://geek4eva.com/2010/01/18/session-based-test-management-with-confluence-wiki/</link>
		<comments>http://geek4eva.com/2010/01/18/session-based-test-management-with-confluence-wiki/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 08:38:45 +0000</pubDate>
		<dc:creator>Farid Vaswani</dc:creator>
				<category><![CDATA[1-Testing]]></category>
		<category><![CDATA[Exploratory Testing]]></category>

		<guid isPermaLink="false">http://geek4eva.logicx.co.nz/blog/?p=465</guid>
		<description><![CDATA[Just a couple of quick notes: We are looking at integrating SBTM (Session Based Test Management) set of scripts to Confluence wiki. One of our experts in Enterprise Architecture team has already had some win with it. If you have [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>Just a couple of quick notes:</p>
<ul>
<li>We are looking at integrating <a href="http://www.satisfice.com/sbtm/demo/" target="_blank">SBTM</a> (Session Based Test Management) set of scripts to <a href="http://www.atlassian.com/software/confluence/" target="_blank">Confluence</a> wiki. One of our experts in Enterprise Architecture team has already had some win with it. If you have done some work around it then it would be good to hear from you.</li>
<li>ANZTB Test Conference 2010 is just six weeks away and registrations have started. Click <a href="http://www.iceaustralia.com/anztb2010/register.html" target="_blank">here</a> to register. Hope to see you there.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://geek4eva.com/2010/01/18/session-based-test-management-with-confluence-wiki/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

