<?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: Localization Testing: Part 1</title>
	<atom:link href="http://www.testingmentor.com/imtesty/2009/11/18/localization-testing-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testingmentor.com/imtesty/2009/11/18/localization-testing-part-1/</link>
	<description>Treatises on the practice of software testing</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:15:11 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: testingmentor</title>
		<link>http://www.testingmentor.com/imtesty/2009/11/18/localization-testing-part-1/comment-page-1/#comment-336</link>
		<dc:creator>testingmentor</dc:creator>
		<pubDate>Thu, 10 Dec 2009 01:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://testingmentor.com/imtesty/2009/11/18/localization-testing-part-1/#comment-336</guid>
		<description>Hi Anuj,

Absolutely agree. Testing is a partnership with those on our team. No need to build a brick wall or have an adversarial attitude.</description>
		<content:encoded><![CDATA[<p>Hi Anuj,</p>
<p>Absolutely agree. Testing is a partnership with those on our team. No need to build a brick wall or have an adversarial attitude.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Magazine</title>
		<link>http://www.testingmentor.com/imtesty/2009/11/18/localization-testing-part-1/comment-page-1/#comment-332</link>
		<dc:creator>Anuj Magazine</dc:creator>
		<pubDate>Tue, 08 Dec 2009 15:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://testingmentor.com/imtesty/2009/11/18/localization-testing-part-1/#comment-332</guid>
		<description>Hi BJ,
I could not agree more when you say- 
&quot;Stop wasting the time of your test team to validate the linguistic quality of the product.&quot;
I have seen in my experience that a tester may be inclined to report such an issue (without the knowledge of language) but this has more serious repercussions than the bug being marked as won&#039;t fix. It really puts the relationship of the tester with the language expert (who translated the string) in a jeopardy.

Regards,
Anuj
http://anujmagazine.blogspot.com</description>
		<content:encoded><![CDATA[<p>Hi BJ,<br />
I could not agree more when you say-<br />
&#8220;Stop wasting the time of your test team to validate the linguistic quality of the product.&#8221;<br />
I have seen in my experience that a tester may be inclined to report such an issue (without the knowledge of language) but this has more serious repercussions than the bug being marked as won&#8217;t fix. It really puts the relationship of the tester with the language expert (who translated the string) in a jeopardy.</p>
<p>Regards,<br />
Anuj<br />
<a href="http://anujmagazine.blogspot.com" rel="nofollow">http://anujmagazine.blogspot.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: testingmentor</title>
		<link>http://www.testingmentor.com/imtesty/2009/11/18/localization-testing-part-1/comment-page-1/#comment-311</link>
		<dc:creator>testingmentor</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://testingmentor.com/imtesty/2009/11/18/localization-testing-part-1/#comment-311</guid>
		<description>Hi Rikard,

Spot on! Over-localization of strings that should not have been localized is indeed something that could lead to functionality problems. 

Fortunately, the maturation of our pseudo-localization processes have largely reduced this and other problems.

But, it is still something we must test for.

Thursday, November 12, 2009 8:33 AM by I.M.Testy</description>
		<content:encoded><![CDATA[<p>Hi Rikard,</p>
<p>Spot on! Over-localization of strings that should not have been localized is indeed something that could lead to functionality problems. </p>
<p>Fortunately, the maturation of our pseudo-localization processes have largely reduced this and other problems.</p>
<p>But, it is still something we must test for.</p>
<p>Thursday, November 12, 2009 8:33 AM by I.M.Testy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rikard_edgren</title>
		<link>http://www.testingmentor.com/imtesty/2009/11/18/localization-testing-part-1/comment-page-1/#comment-310</link>
		<dc:creator>rikard_edgren</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://testingmentor.com/imtesty/2009/11/18/localization-testing-part-1/#comment-310</guid>
		<description>This goes well in line with my experiences from Nordic versions of Microsoft software; and localizations of my current company.

You also have the functionality bugs that depend on over-localization; a string was localized, but it shouldn&#039;t have been.

This is best addressed by not making it possible to localize that string, but mistakes are made, and depending on globalization technique, you just might have to make sure that it isn&#039;t localized.

Virtually any type of functionality can break due to this (even installers if arguments are localized...)

Wednesday, November 11, 2009 9:19 AM by rikard_edgren</description>
		<content:encoded><![CDATA[<p>This goes well in line with my experiences from Nordic versions of Microsoft software; and localizations of my current company.</p>
<p>You also have the functionality bugs that depend on over-localization; a string was localized, but it shouldn&#8217;t have been.</p>
<p>This is best addressed by not making it possible to localize that string, but mistakes are made, and depending on globalization technique, you just might have to make sure that it isn&#8217;t localized.</p>
<p>Virtually any type of functionality can break due to this (even installers if arguments are localized&#8230;)</p>
<p>Wednesday, November 11, 2009 9:19 AM by rikard_edgren</p>
]]></content:encoded>
	</item>
</channel>
</rss>

