<?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>Test Automation Blog &#187; test management</title>
	<atom:link href="http://testautomationblog.com/tag/test-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://testautomationblog.com</link>
	<description>On software test automation and quality assurance</description>
	<lastBuildDate>Sun, 16 May 2010 09:33:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keyword-driven Automated Testing</title>
		<link>http://testautomationblog.com/2010/05/16/keyword-driven-automated-testing/</link>
		<comments>http://testautomationblog.com/2010/05/16/keyword-driven-automated-testing/#comments</comments>
		<pubDate>Sun, 16 May 2010 09:26:07 +0000</pubDate>
		<dc:creator>TAB</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[automation problems]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[jsystem]]></category>
		<category><![CDATA[keyword-driven]]></category>
		<category><![CDATA[QuickTest Professional]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[test management]]></category>

		<guid isPermaLink="false">http://testautomationblog.com/?p=225</guid>
		<description><![CDATA[Is it really possible for non-programmers to create automated tests?]]></description>
			<content:encoded><![CDATA[<p><em>Is it really possible for non-programmers to create automated tests?</em></p>
<p><img class="aligncenter size-full wp-image-228" title="Photo (c) Photo (c) Windell  Oskay" src="http://testautomationblog.com/wp-content/uploads/2010/05/keyword-driven1.jpg" alt="" width="395" height="342" /></p>
<p>Keyword-driven test design is a popular approach in testing teams in big corporations, where the skill levels of QA people are vastly different and most of them are not programmers. The problem of QA managers in such organizations who want to invest in test automation is how to best utilize their available resources. I think that now almost everyone realizes that <a href="http://testautomationblog.com/2009/03/16/record-playback-does-not-work/" target="_self">capture and replay tools fail</a> to create useful and reliable tests, so another approach is needed.</p>
<p>Keyword-driven frameworks rely on a library of small standalone reusable and parametrized building blocks, that represent simple and atomic actions of the application under test. Those are usually developed in a scripting language by the test automation developers. Then those building blocks (or keywords) can be used in some graphical or table-driven interface as reusable actions by testers to create automation without coding. In a way this is very similar to the action-word scripting approach that most automation tools provide (like QTP or the table view in the Selenium IDE).  The difference is that the keywords that the testing tools provide out of the box (usually things like '<em>click_button</em>' and '<em>type</em>' are both very generic (in the sense that they can be used in any application) and very narrow (in the sense that they do very small things like clicking a web button or typing text in a textbox). The successful keyword-driven approach requires keywords that are defined in the semantic level of the tested application (like for example '<em>login</em>' or '<em>register_user</em>').</p>
<p>Here is a quote from my favorite testing book<br />
<a href="http://www.amazon.com/gp/product/B000S1LVBS?ie=UTF8&amp;tag=testautoblog-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000S1LVBS">Lessons Learned in Software Testing: A Context-Driven Approach</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=testautoblog-20&amp;l=as2&amp;o=1&amp;a=B000S1LVBS" border="0" alt="" width="1" height="1" /></p>
<blockquote><p><em>“In contexts that require many nonprogrammers to create automated tests, we believe this is one of the better solutions One drawback of this approach is that you can't write a test unless supported keywords already exist for the tasks you require. Defining and implementing the task functions can become a major undertaking.”</em></p></blockquote>
<p>You can build such a framework in-house, using for example excel tables  to contain the test scripts with  the keywords and their parameters, or  try to use the keyword capabilities of some of the commercial tools on  the market (like the reusable actions in QTP). <a href="http://www.jsystemtest.org/" target="_blank">JSystem</a> is an  open source test automation framework oriented towards API testing that  can also interface with Selenium for creating  keyword-driven UI tests.</p>
<p>While keyword-driven sounds wonderful, it is not a magical methodology that will solve all automation problems and cure world hunger.  I worked on a keyword-driven project while I was an employee of a big corporation. We had an elaborate in-house tool, that could compose the keywords into larger blocks of actions, which were also reusable in tests. The project was a failure. The library of keywords became so huge that no one could figure out which keyword should be used in which context. The tool did not have control flow mechanisms. You could not do loops or if-then-else constructs, which  meant only very simple straightforward test scenarios were possible. The tests were breaking too often and the maintenance effort was higher in my opinion, compared with traditional scripting automation (if done well).</p>
<p>I would like to hear from you about your experiences with keyword-driven automation.</p>
]]></content:encoded>
			<wfw:commentRss>http://testautomationblog.com/2010/05/16/keyword-driven-automated-testing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HP&#8217;s Center of Excellence</title>
		<link>http://testautomationblog.com/2009/04/22/hp-center-of-excellence/</link>
		<comments>http://testautomationblog.com/2009/04/22/hp-center-of-excellence/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 13:11:51 +0000</pubDate>
		<dc:creator>TAB</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[center of excellence]]></category>
		<category><![CDATA[cost savings]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[methodologies]]></category>
		<category><![CDATA[test management]]></category>

		<guid isPermaLink="false">http://testautomationblog.com/?p=107</guid>
		<description><![CDATA[Today I went to a seminar organized by HP to promote their offerings in the quality management area. What struck me most was the ‘Center of Excellence’ notion. Basically their idea is that (big) organizations should centralize their quality-related activities into one unit (boldly named Center of Excellence) in order to reduce costs. HP is willing to support you in this endeavor with software and consulting.]]></description>
			<content:encoded><![CDATA[<p align="left"><em>Centralization leads to mediocrity at best.</em></p>
<p align="left"><img class="aligncenter size-full wp-image-108" title="center" src="http://testautomationblog.com/wp-content/uploads/2009/04/center.jpg" alt="center" width="295" height="300" /></p>
<p align="left">Today I went to a seminar, organized by HP to promote their offerings in the quality management area. What struck me most was the 'Center of Excellence' notion.  Basically the idea is that (big) organizations should centralize their quality-related activities into one unit (boldly named Center of Excellence), in order to reduce costs.  HP is willing to support you in this endeavor with software and consulting. They even came up with their own maturity model which ranks organizations on one of several levels - the lowest called for some reason 'Manual Testing' and the highest  of course being 'Center of Excellence'.</p>
<p align="left">Somehow I don’t buy into this.  I realize that cost saving measures are in vogue now, but my experience shows that centralization leads to mediocrity at best, not excellence.</p>
]]></content:encoded>
			<wfw:commentRss>http://testautomationblog.com/2009/04/22/hp-center-of-excellence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Forrester Wave™ &#8211; Functional Testing Solutions</title>
		<link>http://testautomationblog.com/2009/04/11/the-forrester-wave-functional-testing-solution/</link>
		<comments>http://testautomationblog.com/2009/04/11/the-forrester-wave-functional-testing-solution/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 10:59:12 +0000</pubDate>
		<dc:creator>TAB</dc:creator>
				<category><![CDATA[Test Tool Reviews]]></category>
		<category><![CDATA[automation tools]]></category>
		<category><![CDATA[Forrester]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[QuickTest Professional]]></category>
		<category><![CDATA[Rational Functional Tester]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[SilkTest]]></category>
		<category><![CDATA[test management]]></category>
		<category><![CDATA[test tools]]></category>

		<guid isPermaLink="false">http://testautomationblog.com/?p=72</guid>
		<description><![CDATA[In case you are in the process of evaluating test tools, this review by Forrester research might give you a good initial overview of the current commercial offerings.  I find the whole thing objective and if you read it carefully you will also be able to find the key facts about the commercial automation tools.]]></description>
			<content:encoded><![CDATA[<p><em>Opensource might actually be better.</em></p>
<p><img class="aligncenter size-full wp-image-73" title="wave" src="http://testautomationblog.com/wp-content/uploads/2009/04/wave.jpg" alt="wave" width="300" height="200" />In case you are in the process of evaluating test tools, this review by Forrester research might give you a good initial overview of the current commercial offerings - <a href="https://h10078.www1.hp.com/bto/download/functional-testing-q308_forrester.pdf" target="_blank">The Forrester Wave™: Functional Testing Solutions, Q3 2008</a></p>
<p>It looks at solutions that support the whole testing and quality management process and the conclusion is not surprising:</p>
<blockquote><p>
<em>"In today's market, HP is the default choice"</em></p></blockquote>
<p>I find the whole thing objective and if you read it carefully you will be able to find the key facts about the automation tools.<br />
The evaluated vendors and the corresponding tools are HP (ex Mercury) with QuickTest Professional, IBM (ex Rational) with Rational Functional Tester, Compuware with TestPartner, Borland (ex Segue) with SilkTest plus also tools from Empirix and Seapine.</p>
<p>The review has its main emphasis on test management and not on test automation:</p>
<blockquote><p><em>"Testing teams looking to purchase just a single product should focus on test management first, since mature practices in this area are a prerequisite for success with test automation."</em><em><br />
</em></p></blockquote>
<p>While this sounds logical at first, I somehow can not agree with it entirely. But what follows is really interesting:</p>
<blockquote><p><em>"There are exceptions, though: most notably, development teams looking to automate their own regression testing. Commercial test automation tools, however, tend to be less effective here than open source alternatives like FIT/FitNesse or Selenium.</em>"</p></blockquote>
<p>and:</p>
<blockquote><p><em>"Both open source testing tools and SOA testing tools are relatively small parts of the functional testing tools market, but they’re growing in importance. Why? Because iterative development methodologies demand that test automation start earlier in the life cycle, and the testing organizations that purchase commercial tools struggle to make this a reality."</em></p></blockquote>
<p>It seems that the analysts that wrote this really have some insignt in the business. Overall it is a very interesting read. Did you know that the element Selenium is the antidote to Mercury poisoning?</p>
]]></content:encoded>
			<wfw:commentRss>http://testautomationblog.com/2009/04/11/the-forrester-wave-functional-testing-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
