<?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: Question: Which applications do you use during interviews to &#8216;see&#8217; how candidates do exploratory testing?</title>
	<atom:link href="http://www.eviltester.com/index.php/2008/04/28/question-which-applications-do-you-use-during-interviews-to-see-how-candidates-do-exploratory-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eviltester.com/index.php/2008/04/28/question-which-applications-do-you-use-during-interviews-to-see-how-candidates-do-exploratory-testing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=question-which-applications-do-you-use-during-interviews-to-see-how-candidates-do-exploratory-testing</link>
	<description>A different view of software testing</description>
	<lastBuildDate>Fri, 10 Feb 2012 08:37:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Scott Seltzer</title>
		<link>http://www.eviltester.com/index.php/2008/04/28/question-which-applications-do-you-use-during-interviews-to-see-how-candidates-do-exploratory-testing/#comment-418</link>
		<dc:creator>Scott Seltzer</dc:creator>
		<pubDate>Tue, 13 May 2008 13:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.eviltester.com/index.php/2008/04/28/question-which-applications-do-you-use-during-interviews-to-see-how-candidates-do-exploratory-testing/#comment-418</guid>
		<description>Mine is similar to Adam&#039;s. Since my company&#039;s software has a sign-up process (and it&#039;s a feature that most people are familiar with), I ask them to tell me how they&#039;d test a simple registration form with name, password, and a submit button. It&#039;s good for making sure experienced testers really have practical experience and it gives me a good clue about people trying to enter the field.

Until now, I&#039;ve always drawn it on paper and asked them to explain how they&#039;d test it, but I&#039;m thinking now that I should have them go to a real site and show me how they&#039;d test it. It would also show me how efficiently they work (on top of their testing techniques). I&#039;m not going to create an application with built-in bugs because I think that just seeing their test cases would give me enough information.

-Scott

PS - I just came across your site today and I definitely like it.

&lt;em&gt;Thanks Scott. I paid a visit to your site. Fantastic. Now I feel inspired to get back to a decent 4 ball cascade.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Mine is similar to Adam&#8217;s. Since my company&#8217;s software has a sign-up process (and it&#8217;s a feature that most people are familiar with), I ask them to tell me how they&#8217;d test a simple registration form with name, password, and a submit button. It&#8217;s good for making sure experienced testers really have practical experience and it gives me a good clue about people trying to enter the field.</p>
<p>Until now, I&#8217;ve always drawn it on paper and asked them to explain how they&#8217;d test it, but I&#8217;m thinking now that I should have them go to a real site and show me how they&#8217;d test it. It would also show me how efficiently they work (on top of their testing techniques). I&#8217;m not going to create an application with built-in bugs because I think that just seeing their test cases would give me enough information.</p>
<p>-Scott</p>
<p>PS &#8211; I just came across your site today and I definitely like it.</p>
<p><em>Thanks Scott. I paid a visit to your site. Fantastic. Now I feel inspired to get back to a decent 4 ball cascade.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Goucher</title>
		<link>http://www.eviltester.com/index.php/2008/04/28/question-which-applications-do-you-use-during-interviews-to-see-how-candidates-do-exploratory-testing/#comment-185</link>
		<dc:creator>Adam Goucher</dc:creator>
		<pubDate>Mon, 28 Apr 2008 13:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.eviltester.com/index.php/2008/04/28/question-which-applications-do-you-use-during-interviews-to-see-how-candidates-do-exploratory-testing/#comment-185</guid>
		<description>I just use the whiteboard instead of a particular application that way I can tune things depending on the role I&#039;m trying to hire for. In general I draw a little &#039;screen&#039; on the board which has three text boxes: name, state, zip (in that order) and two buttons: cancel and submit. 

I then ask the person to test it.
- do they ask about their mission?
- their oracle? (which in this case is me and I&#039;ll answer any question about it)
- what sort of &#039;buckets&#039; do their questions / tests fall into?
- do they ask about the larger system this might be a part of?
- do they draw on their experience to recommend changes?
- etc.

This lets me guage their clue level and where there might be gaps (as I percieve them) as well as see how they think about / approach a testing problem. To me, those two things are more important than specific test technique knowledge.

&lt;em&gt;Thanks Adam,

That seems like a pretty re-usable method without any technology hassle and splendidly open ended.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>I just use the whiteboard instead of a particular application that way I can tune things depending on the role I&#8217;m trying to hire for. In general I draw a little &#8216;screen&#8217; on the board which has three text boxes: name, state, zip (in that order) and two buttons: cancel and submit. </p>
<p>I then ask the person to test it.<br />
- do they ask about their mission?<br />
- their oracle? (which in this case is me and I&#8217;ll answer any question about it)<br />
- what sort of &#8216;buckets&#8217; do their questions / tests fall into?<br />
- do they ask about the larger system this might be a part of?<br />
- do they draw on their experience to recommend changes?<br />
- etc.</p>
<p>This lets me guage their clue level and where there might be gaps (as I percieve them) as well as see how they think about / approach a testing problem. To me, those two things are more important than specific test technique knowledge.</p>
<p><em>Thanks Adam,</p>
<p>That seems like a pretty re-usable method without any technology hassle and splendidly open ended.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marta</title>
		<link>http://www.eviltester.com/index.php/2008/04/28/question-which-applications-do-you-use-during-interviews-to-see-how-candidates-do-exploratory-testing/#comment-184</link>
		<dc:creator>Marta</dc:creator>
		<pubDate>Mon, 28 Apr 2008 10:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.eviltester.com/index.php/2008/04/28/question-which-applications-do-you-use-during-interviews-to-see-how-candidates-do-exploratory-testing/#comment-184</guid>
		<description>I used to ask the candidates to test a very simple app that I got from James Bach, he used it in his tutorial &quot;Exploratory Testing Explained&quot; at StarEast 3 years ago (unfortunately it stayed behind when I left Sweden). I have been tested myself during a phone interview on the Calculator functionality of the Google homepage (doing the testing on the computer while on the phone, which I thought was pretty cool), and on a board describing how i would test the registration process for Gmail. I have also heard people using specific features in Word and/or Excel, as you mention. That&#039;s all I can think about for the moment!

Cheers,

Marta

&lt;em&gt;Thanks Marta,

I don&#039;t think I have ever used the &lt;a href=&quot;http://www.google.com/help/calculator.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Google Calculator&lt;/a&gt;...time to investigate further.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>I used to ask the candidates to test a very simple app that I got from James Bach, he used it in his tutorial &#8220;Exploratory Testing Explained&#8221; at StarEast 3 years ago (unfortunately it stayed behind when I left Sweden). I have been tested myself during a phone interview on the Calculator functionality of the Google homepage (doing the testing on the computer while on the phone, which I thought was pretty cool), and on a board describing how i would test the registration process for Gmail. I have also heard people using specific features in Word and/or Excel, as you mention. That&#8217;s all I can think about for the moment!</p>
<p>Cheers,</p>
<p>Marta</p>
<p><em>Thanks Marta,</p>
<p>I don&#8217;t think I have ever used the <a href="http://www.google.com/help/calculator.html" target="_blank" rel="nofollow">Google Calculator</a>&#8230;time to investigate further.</em></p>
]]></content:encoded>
	</item>
</channel>
</rss>

