<?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>I.M. Testy &#187; Conferences</title>
	<atom:link href="http://www.testingmentor.com/imtesty/tag/conferences/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testingmentor.com/imtesty</link>
	<description>Treatises on the practice of software testing</description>
	<lastBuildDate>Fri, 03 Sep 2010 22:09:01 +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>Customer Expectations</title>
		<link>http://www.testingmentor.com/imtesty/2009/11/18/customer-expectations/</link>
		<comments>http://www.testingmentor.com/imtesty/2009/11/18/customer-expectations/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 01:18:28 +0000</pubDate>
		<dc:creator>Bj Rollison</dc:creator>
				<category><![CDATA[General Testing Topics]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Quality]]></category>

		<guid isPermaLink="false">http://testingmentor.com/imtesty/2009/11/18/customer-expectations/</guid>
		<description><![CDATA[Originally Published Wednesday, March 19, 2008
Last October after presenting a keynote at the Conquest software testing conference I was invited to speak at an internal quality conference at SAP. At first it may seem a bit odd because Microsoft and SAP do compete within one market segment; however we also do collaborative work on other [...]]]></description>
			<content:encoded><![CDATA[<p>Originally Published Wednesday, March 19, 2008</p>
<p>Last October after presenting a keynote at the Conquest software testing conference I was invited to speak at an internal quality conference at SAP. At first it may seem a bit odd because Microsoft and SAP do compete within one market segment; however we also do collaborative work on other projects. Regardless of the company we work for, I do believe that most software engineers are intent on doing the best possible job they can to produce the best possible product they can that will ultimately provide a high value solution to the end user customer.</p>
<p>The common theme throughout the conference was the need to improve quality. In my keynote I suggested that customers demand higher quality because the end user customers of today are very different than the customers of yesterday. Today, software permeates virtually all aspects of our life. Today, software is found in children&#8217;s toys, in our automobiles, and even in toothbrushes. A decade ago computer users were accustomed to periodic anomalies and  assumed it was the price of technology; however the end user customers today have much higher expectations of software and  presume it will simply work and provide an easy solution that offers some perceived value in their lives!</p>
<p>In my keynote address to the engineers at SAP I described how I would sometimes say &#8220;my Mom wouldn&#8217;t understand how to do such and such&#8221; when describing ambiguous functionality, but in order to remain successful and competitive in today&#8217;s market we need to consider designing and developing software for our children and future generations. Of course we want our existing customers (and my mom) to feel comfortable using our software, but it is readily apparent that our children want a very different experience and have higher expectations from software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testingmentor.com/imtesty/2009/11/18/customer-expectations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More on Globalization Testing and Random Unicode String Generation</title>
		<link>http://www.testingmentor.com/imtesty/2009/11/12/more-on-globalization-testing-and-random-unicode-string-generation/</link>
		<comments>http://www.testingmentor.com/imtesty/2009/11/12/more-on-globalization-testing-and-random-unicode-string-generation/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 18:26:49 +0000</pubDate>
		<dc:creator>Bj Rollison</dc:creator>
				<category><![CDATA[Internationalization Testing]]></category>
		<category><![CDATA[Testing Tools]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Globalization Testing]]></category>

		<guid isPermaLink="false">http://testingmentor.com/imtesty/2009/11/12/more-on-globalization-testing-and-random-unicode-string-generation/</guid>
		<description><![CDATA[Originally Published Sunday, November 12, 2006 3
After a week in Boston presenting at the 3rd Software Testing and Performance Conference I am relaxing in Baltimore (where I grew up) visiting family and friends. For the second year in a row I presented a workshop on functional and structural testing techniques, and also presented a double-track [...]]]></description>
			<content:encoded><![CDATA[<p>Originally Published Sunday, November 12, 2006 3</p>
<p>After a week in Boston presenting at the 3rd <a href="http://www.stpcon.com/">Software Testing and Performance Conference</a> I am relaxing in Baltimore (where I grew up) visiting family and friends. For the second year in a row I presented a workshop on functional and structural testing techniques, and also presented a double-track session on GUI test automation using C#. One speaker cancelled at the last moment, so I volunteered to present the globalization testing basics talk I presented at STAR West a few weeks before. At both conferences I promised the attendees a tool to generate strings of random Unicode characters, and while relaxing along the waterfront of Baltimore&#8217;s inner harbor (the weather was quite beautiful this weekend) I managed to finish the tool (at least I am meeting the functional requirements I wanted to achieve).</p>
<p>So, without further ado, on my site <a href="http://www.testingmentor.com/">Software Testing Mentor</a> is a new section for <a href="http://www.testingmentor.com/Tools.html">tools and utilities</a> where you will find the tool I have named &quot;GString.&quot; GString will generate random strings of Unicode characters between the ranges of U+0020 and U+FFFF up to 65,535 characters in length either as a fixed length string or a random length string. The ranges of Unicode code points that are not assigned to a language script, and special areas such as Private use and surrogate areas are excluded from the generated strings. The resultant string can be copied to the clipboard and pasted into the edit control you are testing. (I am already thinking that a 2.0 version will populate the edit control that has focus automatically.)</p>
<p>GString is written in C# and requires the 2.0 .NET runtime available from Microsoft if you don&#8217;t already have it installed on your computer.</p>
<p> Well, back up to Boston for a few days before heading home. If you have any comments about the tool (or find any defects) please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testingmentor.com/imtesty/2009/11/12/more-on-globalization-testing-and-random-unicode-string-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StarWest 2006 Presentation &#8211; Testing for Global Customers</title>
		<link>http://www.testingmentor.com/imtesty/2009/11/12/starwest-2006-presentation-testing-for-global-customers/</link>
		<comments>http://www.testingmentor.com/imtesty/2009/11/12/starwest-2006-presentation-testing-for-global-customers/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 18:24:54 +0000</pubDate>
		<dc:creator>Bj Rollison</dc:creator>
				<category><![CDATA[Internationalization Testing]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Globalization Testing]]></category>

		<guid isPermaLink="false">http://testingmentor.com/imtesty/2009/11/12/starwest-2006-presentation-testing-for-global-customers/</guid>
		<description><![CDATA[Originally Published Friday, November 03, 2006
I recently presented a talk on a globalization testing; a topic I think is really interesting, yet I find that most people try to ignore the topic for various reasons. I think that when people start talking about globalization or internationalization testing, some testers and developers shut down mentally. I [...]]]></description>
			<content:encoded><![CDATA[<p>Originally Published Friday, November 03, 2006</p>
<p>I recently presented a talk on a globalization testing; a topic I think is really interesting, yet I find that most people try to ignore the topic for various reasons. I think that when people start talking about globalization or internationalization testing, some testers and developers shut down mentally. I have heard some devs and testers say, &quot;I don&#8217;t know how to read Japanese, so how can I test it?&quot;</p>
<p>Well, after years of working in this area I discovered that a tester doesn&#8217;t have to know how to read, speak, or write another language in order to conduct testing which includes string data composed of characters from different language groups. The computer doesn&#8217;t know language, it simply knows a series of 0&#8217;s and 1&#8217;s. The glyphs which represent characters used in some written language is for human edification, but the computer really doesn&#8217;t know the difference between Greek, Russian, or Japanese.</p>
<p>I have been trying to convince testers for years to expand their input testing beyond the typical ASCII characters they see on the keyboard in front of them and include characters from various languages such as Japanese and Arabic, and Hindi. While most testers think this is really cool, I think we sometimes forget how to input Unicode characters from different language groups. </p>
<p>So, to solve that problem I have created a few job aids that provide step-by-step instructions to manually input characters and strings from different languages other than English. So, for those of you looking to expand your string testing capabilities please refer to the job aids I created on my new (work in progress) personal website <a href="http://www.testingmentor.com/">Software Testing Mentor</a>. The slides for the talk are also available in the Presentations section, but the simulations and examples used during the presentation are not yet posted. Also, I will add more job aids for Chinese, Korean, and Hebrew in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testingmentor.com/imtesty/2009/11/12/starwest-2006-presentation-testing-for-global-customers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
