<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="0.92" xml:base="http://www.testingreflections.com">
<channel>
 <title>testingReflections.com - The mind-share information resource for software testing, agile testing and test-first/test-driven development</title>
 <link>http://www.testingreflections.com</link>
 <description>testingReflections.com is a place to share your knowledge and reflections on your experiences with others. Acting as a central hub to the distributed-knowledge in software testing, test-driven-development, tools and related subject matter.</description>
 <language>en</language>
<item>
 <title>Explaining the other work we do</title>
 <link>http://www.testingreflections.com/node/view/8447</link>
 <description>I had a technical issue I needed to research for a client.  Nothing surprising, I research different bits of information frequently.  At the end of my research I realized I wanted to explain what I'd done, I wanted to clarify and present what avenues I had pursued, what information I'd learned, what issues remained and what possible other solutions we might look into.  I realized I wanted to share these bits of information with the project team so I set out to write an email.</description>
<pubDate>Mon, 08 Feb 2010 08:54:38 -0600</pubDate></item>
<item>
 <title>Attitude of the development team to the product</title>
 <link>http://www.testingreflections.com/node/view/8446</link>
 <description>Back in the old days, most of my Agile consulting was coming into well-performing Agile teams who wanted to talk about improving their testing. So I got to see a lot of seasoned teams. What struck me most, and made me happiest, was their stance toward their product and the product owner. Proud. Enthusiastic. Engaged.Dave [...]</description>
<pubDate>Sun, 31 Jan 2010 19:31:04 -0600</pubDate></item>
<item>
 <title>Up in the Air</title>
 <link>http://www.testingreflections.com/node/view/8445</link>
 <description>I saw &amp;#8220;Up in the Air&amp;#8221; last night. While it&amp;#8217;s a well-done movie, albeit entirely predictable, the world it portrays is a lot more disturbing than it seems at first. To explain, I recommend John Holbo&amp;#8217;s close reading of David Frum&amp;#8217;s Dead Right. Here&amp;#8217;s the most relevant part:[Frum writes] “The great, overwhelming fact of a [...]</description>
<pubDate>Sun, 31 Jan 2010 13:00:31 -0600</pubDate></item>
<item>
 <title>Pex v0.22.50128.1: Bug fixes, bug fixes, bug fixes</title>
 <link>http://www.testingreflections.com/node/view/8444</link>
 <description>&lt;p&gt;
We just released a new version of &lt;a href="http://research.microsoft.com/pex/"&gt;Pex
and Moles&lt;/a&gt; that brings a number of bug fixes and various improvements to the behaviors
for SharePoint and Asp.NET.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Improvements&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Interaction with the Source Control provider has been significantly improved for Moles 
&lt;li&gt;
Support for Moles of nested types. 
&lt;li&gt;
Improved logging in the Host Type 
&lt;li&gt;
Improved Behaved collections 
&lt;li&gt;
Added Behaved types for mscorlib and System.Web types.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;strong&gt;Bug fixes&lt;/strong&gt;
&lt;/p&gt;</description>
<pubDate>Sat, 30 Jan 2010 05:00:15 -0600</pubDate></item>
<item>
 <title>Using Moles to test DateTime.Now on Channel9</title>
 <link>http://www.testingreflections.com/node/view/8443</link>
 <description>&lt;p&gt;
We did a super-short movie with Nikolai Tillmann on &lt;a href="http://channel9.msdn.com/posts/Peli/Moles-Replace-any-NET-method-with-a-delegate/"&gt;how
to use Moles to test code depending on DateTime.Now&lt;/a&gt;. Enjoy!
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://channel9.msdn.com/posts/Peli/Moles-Replace-any-NET-method-with-a-delegate/"&gt;&lt;img&gt;&lt;/a&gt;
&lt;/p&gt;</description>
<pubDate>Fri, 29 Jan 2010 22:30:12 -0600</pubDate></item>
<item>
 <title>Implementing DependencyProperty with a single attribute (and CciSharp)</title>
 <link>http://www.testingreflections.com/node/view/8442</link>
 <description>&lt;p&gt;
In WPF, one needs to implement the &lt;a href="http://msdn.microsoft.com/en-us/library/ms752914.aspx"&gt;DependencyProperty&lt;/a&gt; pattern
to make properties bindable. It usually involves a lot of boiler plate code:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
adding a static field that names the depency property, 
&lt;li&gt;
adding the instance property to the type (and make sure you follow the naming convention), 
&lt;li&gt;
add validation methods and wire them in the dependency constructor&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
These are a number steps that need to be done again and again if you are building
new WPF controls. 
&lt;/p&gt;</description>
<pubDate>Fri, 29 Jan 2010 16:00:17 -0600</pubDate></item>
<item>
 <title>Directed Graph ML (DGML) support in QuickGraph</title>
 <link>http://www.testingreflections.com/node/view/8441</link>
 <description>&lt;p&gt;
The new version of Visual Studio 2010 supports &lt;a href="http://blogs.msdn.com/camerons/archive/2008/12/16/introduction-to-directed-graph-markup-language-dgml.aspx"&gt;a
very cool graph viewer&lt;/a&gt; (powered by MSAGL) and a simple XML file format (DGML)
to load your own graph. I’ve added support in &lt;a href="http://quickgraph.codeplex.com"&gt;QuickGraph&lt;/a&gt; to
emit .dgml file from any graph (you will need to build the sources). For example,
this snippet display a very simple graph:
&lt;/p&gt;</description>
<pubDate>Thu, 28 Jan 2010 13:30:10 -0600</pubDate></item>
<item>
 <title>Exploratory Testing IS Accountable</title>
 <link>http://www.testingreflections.com/node/view/8440</link>
 <description>In &lt;a href="http://www.satisfice.com/blog/archives/401"&gt;this blog post&lt;/a&gt;, my colleague &lt;a href="http://www.satisfice.com/"&gt;James Bach&lt;/a&gt; &lt;a href="http://www.satisfice.com/blog/archives/401"&gt;talks about logging&lt;/a&gt; and its importance in support of &lt;a href="http://www.developsense.com/resources.shtml#exploratory_testing"&gt;exploratory testing&lt;/a&gt;.  Logging takes care of one part of the accountability angle, and in an approach like &lt;a href="http://www.satisfice.com/sbtm"&gt;session-based test management&lt;/a&gt; (developed by James and his brother &lt;a href="http://www.quardev.com/"&gt;Jon&lt;/a&gt;), the test notes and the debrief take care of another part of it.</description>
<pubDate>Thu, 28 Jan 2010 17:00:17 -0600</pubDate></item>
<item>
 <title>Logging: Exploratory Tester’s Friend</title>
 <link>http://www.testingreflections.com/node/view/8439</link>
 <description>I&amp;#8217;m on a new project lately, working with a team at QualiTest. We&amp;#8217;re testing a class III medical device. This is an exciting project, because for the first time I am aware of, formalized exploratory testing will be used to do such a validation. We will not rely on masses of procedural test scripts. I&amp;#8217;ve [...]</description>
<pubDate>Wed, 27 Jan 2010 12:00:12 -0600</pubDate></item>
<item>
 <title>08/02: Pex for SharePoint aux TechDays Paris</title>
 <link>http://www.testingreflections.com/node/view/8438</link>
 <description>&lt;p&gt;
Je présenterai une session en francais sur l’utilisation de &lt;a href="http://research.microsoft.com/pex/"&gt;Pex&lt;/a&gt; et
Moles pour tester des services SharePoint aux &lt;strong&gt;TechDays Paris le 8 Février
de 17:30 à 18:30.&lt;/strong&gt;
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
&lt;strong&gt;&lt;a href="http://www.microsoft.com/france/mstechdays/programmes/default.aspx"&gt;Test
Unitaire de Services SharePoint avec Pex et Moles.&lt;/a&gt;&lt;/strong&gt;
&lt;/p&gt;</description>
<pubDate>Wed, 27 Jan 2010 11:30:24 -0600</pubDate></item>
<item>
 <title>A European pair-touring trip</title>
 <link>http://www.testingreflections.com/node/view/8436</link>
 <description>I&amp;#8217;ll be speaking at the Scandinavian Developer Conference on March 16-17. I may be speaking at the Scottish Ruby Conference on March 26-27. I have to be back in the USA for Philly Emerging Tech on April 8th. I&amp;#8217;d like to do a pair tour of Europe sometime in that time. I&amp;#8217;m thinking of something [...]</description>
<pubDate>Tue, 26 Jan 2010 18:30:26 -0600</pubDate></item>
<item>
 <title>Interviewing Insights and Test Frameworks</title>
 <link>http://www.testingreflections.com/node/view/8437</link>
 <description>By James A. WhittakerGoogle is hiring. We have openings for security testers, test tool developers, automation experts and manual testers. That's right, I said manual testers.As a result of all this interviewing I've been reading a lot of interview feedback and wanted to pass along some insights about how these applicants approach solving the testing problems we ask in our interviews. I think the patterns I note in this post are interesting insights into the mind of the software tester, at least the ones who want to work for Google.</description>
<pubDate>Tue, 26 Jan 2010 20:00:27 -0600</pubDate></item>
<item>
 <title>Delivering value</title>
 <link>http://www.testingreflections.com/node/view/8435</link>
 <description>It&amp;#8217;s quite the rage today to talk about &amp;#8220;delivering value&amp;#8221; as opposed to &amp;#8220;delivering software&amp;#8221;. That scares me.Consider the contractor who had our house in chaos for what seems like forever. We now have more counter space in the two upstairs bathrooms. I think you could make a strong argument that he would have delivered [...]</description>
<pubDate>Mon, 25 Jan 2010 11:00:51 -0600</pubDate></item>
<item>
 <title>A parable about mocking frameworks</title>
 <link>http://www.testingreflections.com/node/view/8434</link>
 <description>Somewhere around 1985, I introduced Ralph Johnson to a bigwig in the Motorola software research division. Object-oriented programming was around the beginning of its first hype phase, Smalltalk was the canonical example, and Ralph was heavily into Smalltalk, so I expected a good meeting. The bigwig started by explaining how a team of his had [...]</description>
<pubDate>Sun, 24 Jan 2010 20:00:41 -0600</pubDate></item>
<item>
 <title>Agile Performance Testing in Software Test &amp;amp; Performance</title>
 <link>http://www.testingreflections.com/node/view/8432</link>
 <description>A magazine version of my &lt;a href="http://www.alexanderpodelko.com/docs/Agile_Performance_Testing_STP09.pdf"&gt;Agile Performance Testing&lt;/a&gt; article was published in the November 2009 issue of &lt;a href="http://www.stpcollaborative.com/magazine"&gt;Software Test &amp;amp; Performance&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
I explained what this article is about in &lt;a href="http://www.testingreflections.com/node/view/8203"&gt;my earlier post&lt;/a&gt;</description>
<pubDate>Wed, 20 Jan 2010 15:32:39 -0600</pubDate></item>
</channel>
</rss>
