<?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>Eusebiu Blindu&#039;s Blog</title>
	<atom:link href="http://www.testalways.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testalways.com</link>
	<description>Blog about testing</description>
	<lastBuildDate>Wed, 25 Jan 2012 01:30:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Playing with Paypal</title>
		<link>http://www.testalways.com/2012/01/24/playing-with-paypal/</link>
		<comments>http://www.testalways.com/2012/01/24/playing-with-paypal/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 23:21:49 +0000</pubDate>
		<dc:creator>Eusebiu Blindu</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Paypal issues]]></category>

		<guid isPermaLink="false">http://www.testalways.com/?p=721</guid>
		<description><![CDATA[Possible Paypal issues]]></description>
			<content:encoded><![CDATA[      
      <p>I didn&#8217;t want to try something risky, but I noticed at least two suspicious things. By that I mean there could be some open opportunities for hacking:</p>
<p>1)  &#8221;<span style="color: #ff0000;"><strong>http://www.paypal.com/en/cgi-bin/webscr?cmd=_logout</strong></span>&#8221; &#8211; it you go to this url while logged in, your session is terminated.</p>
<p>Possible exploit: you can create a repeating (hidden) script (maybe on some webpage) &#8211; so that the user will believe he/she cannot login at all.</p>
<p>2) I am able to send money and create accounts for emails starting with &#8220;%&#8221;</p>
<p>Example &#8220;<span style="color: #ff0000;"><strong>%john@testxcvdf.com</strong></span>&#8221; (You can check it for yourself &#8211; Password is &#8220;!QAZ2wsx&#8221;)</p>
<p>Possible exploit: the fact the char is not validated, might be considered a weak spot for hackers, by trying different alternatives.</p>
<p>Even if both issues are not exactly a problem, it shows that they didn&#8217;t do some type of needed testing.</p>
<p>(I am going to send this to their support)</p>
<p><span style="color: #0000ff;"><strong>Edit</strong></span>: Ok, I got a simple script as example for the logout issue</p>
<p>Steps:</p>
<p>1) Open this url <a href="http://www.testalways.com/exploits/1.html">http://www.testalways.com/exploits/1.html</a> (reloads an iframe with the link)</p>
<p>2) In another tab/window of the same browser login into the Paypal account (you can create one just to test it &#8211; you don&#8217;t have to enter any private data)</p>
<p>Behavior:  User is disconnected quite fast without realizing what is going on</p>
<p>Conclusion: <strong>The value of a bug might depend on possible exploits.</strong></p>
<p>This is an example of a behavior that is known, but maybe not much thinking was done in relation to security.</p>
<p>Another thing is the usage of same libraries for developing web applications. These bugs are identical to issues I found for a previous client.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testalways.com/2012/01/24/playing-with-paypal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking</title>
		<link>http://www.testalways.com/2012/01/19/hacking/</link>
		<comments>http://www.testalways.com/2012/01/19/hacking/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 07:30:17 +0000</pubDate>
		<dc:creator>Eusebiu Blindu</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[knull-shellv1-beta.php]]></category>
		<category><![CDATA[testhacking]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.testalways.com/?p=711</guid>
		<description><![CDATA[knull-shellv1-beta.php ]]></description>
			<content:encoded><![CDATA[      
      <p>I want to recommend this tool <a href="http://code.google.com/p/knull-shell/downloads/detail?name=knull-shellv1-beta.php">http://code.google.com/p/knull-shell/downloads/detail?name=knull-shellv1-beta.php</a> for testing security issues.</p>
<p>With it I was able to hack into one of my client&#8217;s web server (literally the server that hosted the web application) and was able to create folders and  delete files.</p>
<p>The script can be used for hacking a web application in places where you can upload images or any other files.</p>
<p>Example of a scenario:</p>
<p>1) Check if the web app has a section to upload an image (usually user profile)</p>
<p>2)Use an image with a specific name that you can recognize and upload it</p>
<p>3) Check after upload and storage where is the image now located (check if the name is intact ; check if the size is the same )</p>
<p>4) If the image is stored with the same name or is not altered, you can try uploading the <a href="http://code.google.com/p/knull-shell/">knull-shell</a> script and the check the url</p>
<p>5) if the url of the stored file ends in &#8230;/some_location/knull-shellv1-beta.php and permissions are set badly, you can try to execute that script by opening that url</p>
<p>6) If you are successful you should have something like this:</p>
<p style="text-align: center;"><a href="http://www.testalways.com/wp-content/uploads/2012/01/knull1.jpg"><img class="aligncenter size-full wp-image-712" title="knull1" src="http://www.testalways.com/wp-content/uploads/2012/01/knull1.jpg" alt="" width="758" height="455" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p>Username: root</p>
<p>Password  :toor</p>
<p>and you should have something like this</p>
<p style="text-align: center;"><a href="http://www.testalways.com/wp-content/uploads/2012/01/knull2.jpg"><img class="aligncenter size-full wp-image-713" title="knull2" src="http://www.testalways.com/wp-content/uploads/2012/01/knull2.jpg" alt="" width="758" height="426" /></a></p>
<p>Now you can try to see how far you can go! <img src='http://www.testalways.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.testalways.com/2012/01/19/hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Survey for testers</title>
		<link>http://www.testalways.com/2012/01/17/survey-for-testers/</link>
		<comments>http://www.testalways.com/2012/01/17/survey-for-testers/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 13:04:30 +0000</pubDate>
		<dc:creator>Eusebiu Blindu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.testalways.com/?p=694</guid>
		<description><![CDATA[testing survey]]></description>
			<content:encoded><![CDATA[      
      <p><DIV ALIGN=CENTER></p>
<table style="background-color: #ffffff;" border="4" cellspacing="3" cellpadding="3" width="50%" bordercolor="#00FFCC">
<tbody>
<tr>
<td>Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</td>
</tr>
</tbody>
</table>
<p style="font-family: verdana,arial,sans-serif; font-size: 10px;"><a href="http://www.testalways.com" target="_top"></a></p>
<table style="background-color: #ffffff;" border="4" cellspacing="3" cellpadding="3" width="50%" bordercolor="#00FFCC">
<tbody>
<tr>
<td>Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</td>
</tr>
</tbody>
</table>
<p style="font-family: verdana,arial,sans-serif; font-size: 10px;"><a href="http://www.testalways.com" target="_top"></a></p>
<table style="background-color: #ffffff;" border="4" cellspacing="3" cellpadding="3" width="50%" bordercolor="#00FFCC">
<tbody>
<tr>
<td>Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</td>
</tr>
</tbody>
</table>
<p style="font-family: verdana,arial,sans-serif; font-size: 10px;"><a href="http://www.testalways.com" target="_top"></a></p>
<table style="background-color: #ffffff;" border="4" cellspacing="3" cellpadding="3" width="50%" bordercolor="#00FFCC">
<tbody>
<tr>
<td>Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</td>
</tr>
</tbody>
</table>
<p style="font-family: verdana,arial,sans-serif; font-size: 10px;"><a href="http://www.testalways.com" target="_top"></a></p>
<table style="background-color: #ffffff;" border="4" cellspacing="3" cellpadding="3" width="50%" bordercolor="#00FFCC">
<tbody>
<tr>
<td>Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</td>
</tr>
</tbody>
</table>
<p style="font-family: verdana,arial,sans-serif; font-size: 10px;"><a href="http://www.testalways.com" target="_top"></a></p>
<table style="background-color: #ffffff;" border="4" cellspacing="3" cellpadding="3" width="50%" bordercolor="#00FFCC">
<tbody>
<tr>
<td>Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</td>
</tr>
</tbody>
</table>
<p style="font-family: verdana,arial,sans-serif; font-size: 10px;"><a href="http://www.testalways.com" target="_top"></a></p>
<p></DIV></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testalways.com/2012/01/17/survey-for-testers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012</title>
		<link>http://www.testalways.com/2012/01/04/2012/</link>
		<comments>http://www.testalways.com/2012/01/04/2012/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 11:50:47 +0000</pubDate>
		<dc:creator>Eusebiu Blindu</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.testalways.com/?p=686</guid>
		<description><![CDATA[      
      Although I am not very interested in New Year&#8217;s Eve and passing in a new year from the protocol perspective, I think its a good time to point out some general directions. I believe overall the past year was very good in relation to my testing experience. The details are important, but can change, that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[      
      <p>Although I am not very interested in New Year&#8217;s Eve and passing in a new year from the protocol perspective, I think its a good time to point out some general directions.</p>
<p>I believe overall the past year was very good in relation to my testing experience.</p>
<p>The details are important, but can change, that&#8217;s why I tent to set general goals (it also gives more options to use as a solution):</p>
<ul>
<li>Find suitable ways to keep being known in the testing field. This is important especially in finding new clients. But not only there:(also) government paperwork, renting/buying a house, dealing with a bank, unblocking quickly the Paypal account <img src='http://www.testalways.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , general trust in many situations&#8230;</li>
<li>Deal with the particular problems that might appear while trying to raise a reputation: more responsibility, accepting constructive criticism, detect and reply properly to nonconstructive criticism</li>
<li>Continue learning about testing. The more I learn, the more I think I know less. But its still a good feeling</li>
<li>Do the best job I can do with the clients, so I can bring value to them</li>
<li>Do the best job I can do  at the conferences I was invited this year</li>
<li>Solve anything that might come on the way</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.testalways.com/2012/01/04/2012/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>QA&amp;TEST 2011 conference</title>
		<link>http://www.testalways.com/2011/11/01/qatest-2011-conference/</link>
		<comments>http://www.testalways.com/2011/11/01/qatest-2011-conference/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 17:14:12 +0000</pubDate>
		<dc:creator>Eusebiu Blindu</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.testalways.com/?p=683</guid>
		<description><![CDATA[Bilbao
workshop]]></description>
			<content:encoded><![CDATA[      
      <p>On the 26-28 th I participated to the &#8220;QA&amp;TEST 2011 conference&#8221;. I didn&#8217;t know too much about it before going there, but I was pleasantly surprised by the way it was organized.</p>
<p>The city of Bilbao is awesome at day and at night. It looks very calm and relaxed, not like a very big metropolis. I enjoyed the Guggenheim museum visit.</p>
<p>I couldn&#8217;t relate to all the presentations there, but definitely is a way to see what is done in the testing industry in some parts.</p>
<p>Did my workshop in the second day, using an application that you can find here <a href="http://www.testalways.com/Bilbao/">www.testalways.com/Bilbao/</a>. This presentation had the purpose to show a test project in a simplistic way, in which cost, risks coverage have to be considered like in a real situation. It used gaming and interactive ideas from <a href="http://satisfice.com/">James Bach</a> and <a href="www.developsense.com">Michael Bolton</a>. My skills and way to show it are not close to theirs. So I prefer to take the criticism for the bad part and they deserve the credit for what is good.</p>
<p>Met some interesting people like Michael Stahl, who <a href="http://testing.gershon.info">Shmuel </a>recommended before; <a href="http://malinimohankumar.blogspot.com/">Malini</a> , which I knew from the EuroStar video competition I participated and who gave nice words for my workshop; Ray Arell seems like a nice person to talk to; also the other great people I&#8217;ve met that I don&#8217;t remember now. Thanks for all who tweeted related to my workshop.</p>
<p>Thanks also for the organizers  <a href="http://www.sqs.es">Software Quality Systems S.A.(SQS) </a>who did a very nice job.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"><span class="fecha">26-27-28</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.testalways.com/2011/11/01/qatest-2011-conference/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>First German Agile Testing and Exploratory Workshop (GATE)</title>
		<link>http://www.testalways.com/2011/10/06/first-german-agile-testing-and-exploratory-workshop-gate/</link>
		<comments>http://www.testalways.com/2011/10/06/first-german-agile-testing-and-exploratory-workshop-gate/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 14:45:11 +0000</pubDate>
		<dc:creator>Eusebiu Blindu</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.testalways.com/?p=672</guid>
		<description><![CDATA[      
      Last week I went to Hamburg for the first German Agile Testing and Exploratory Workshop (GATE). The event took place in Hamburg and it was my first trip there. The city seems like a nice place, where everything gives the impression of cleanness and organized work. If you want to try something excentric, Reeperbahn at [...]]]></description>
			<content:encoded><![CDATA[      
      <p>Last week I went to Hamburg for the first German Agile Testing and Exploratory Workshop (GATE).</p>
<p>The event took place in Hamburg and it was my first trip there. The city seems like a nice place, where everything gives the impression of cleanness and organized work. If you want to try something excentric, Reeperbahn at night is the place to be. Therefore, you can select what you consider suitable for you.</p>
<p>The workshop had a few participants,<a href="http://twitter.com/#%21/meikemertsch"> </a><span style="color: #000099;"><span style="text-decoration: underline;"><a href="http://twitter.com/#%21/meikemertsch">Meike</a><a href="http://twitter.com/#%21/meikemertsch"> </a><a href="http://twitter.com/#%21/meikemertsch">Mertsch</a></span></span>,<a href="http://www.shino.de/blog/"> </a><span style="color: #000099;"><span style="text-decoration: underline;"><a href="http://www.shino.de/blog/">Markus</a><a href="http://www.shino.de/blog/"> </a><a href="http://www.shino.de/blog/">Gärtner</a></span></span>,<a href="http://hanseatictester.info/"> </a><span style="color: #000099;"><span style="text-decoration: underline;"><a href="http://hanseatictester.info/">Maik</a><a href="http://hanseatictester.info/"> </a><a href="http://hanseatictester.info/">Nogens</a></span></span> ,<a href="http://agile-and-testing.chriss-baumann.de/"> </a><span style="color: #000099;"><span style="text-decoration: underline;"><a href="http://agile-and-testing.chriss-baumann.de/">Christian</a><a href="http://agile-and-testing.chriss-baumann.de/"> </a><a href="http://agile-and-testing.chriss-baumann.de/">Baumann</a></span></span> and<a href="../"> </a><a href="../"><span style="color: #000099;"><span style="text-decoration: underline;">myself</span></span></a>, but it turn out to be a really productive and interesting meeting. Some of the initial topics were more developed than others, turning the discussion to focus on only some aspects ,and thus, causing other topics to be left out, but for some other time. It was a really good stimulation of the brain.</p>
<p>In some workplaces and most corporations you are just limited. When you have the chance to do a little bit more and add a personal touch to your work, something happens and you end up being busy with other secondary tasks. Meetings and workshops are a great opportunity  for the testers, in this case, to come with new ideas and more important, have their ideas put into practice.</p>
<p>Therefore, I thank Markus and Meike&#8217;s company<a href="http://www.it-agile.de/"> </a><span style="color: #000099;"><span style="text-decoration: underline;"><a href="http://www.it-agile.de/">it</a><a href="http://www.it-agile.de/">-</a><a href="http://www.it-agile.de/">agile</a><a href="http://www.it-agile.de/"> </a><a href="http://www.it-agile.de/">GmbH</a></span></span> for making the event possible,  by letting us use their space, and because I had the chance to meet interesting people in the beautiful city of Hamburg.</p>
<p>Markus’ session with the dice game, done by<a href="http://www.developsense.com/"> </a><span style="color: #000099;"><span style="text-decoration: underline;"><a href="http://www.developsense.com/">Michael</a><a href="http://www.developsense.com/"> </a><a href="http://www.developsense.com/">Bolton</a></span></span> and<a href="satisfice.com"> </a><span style="color: #000099;"><span style="text-decoration: underline;"><a href="satisfice.com">James</a><a href="satisfice.com"> </a><a href="satisfice.com">Bach</a></span></span> particularly comes to my mind as I have to admit that I didn&#8217;t really recognize the pattern instantly, even if it was the same James practice with me more than an year ago. And then I thought  that my solution was expressed mostly by numbers and it could have been represented in a visual way. Thus, I realized visual memory is stronger than memorizing numbers.</p>
<p>You can check Markus<a href="http://www.shino.de/2011/10/04/first-german-agile-testing-and-exploratory-workshop/"> </a><span style="color: #000099;"><span style="text-decoration: underline;"><a href="http://www.shino.de/2011/10/04/first-german-agile-testing-and-exploratory-workshop/">blog</a><a href="http://www.shino.de/2011/10/04/first-german-agile-testing-and-exploratory-workshop/"> </a><a href="http://www.shino.de/2011/10/04/first-german-agile-testing-and-exploratory-workshop/">post</a><a href="http://www.shino.de/2011/10/04/first-german-agile-testing-and-exploratory-workshop/"> </a><a href="http://www.shino.de/2011/10/04/first-german-agile-testing-and-exploratory-workshop/">on</a><a href="http://www.shino.de/2011/10/04/first-german-agile-testing-and-exploratory-workshop/"> </a><a href="http://www.shino.de/2011/10/04/first-german-agile-testing-and-exploratory-workshop/">it</a></span></span><a href="http://www.shino.de/2011/10/04/first-german-agile-testing-and-exploratory-workshop/"><span style="color: #000000;"><span style="text-decoration: underline;"> </span></span><span style="color: #000000;">for more information,</span></a><span style="color: #000000;"> blog t</span>o which I couldn&#8217;t add too much myself.</p>
<p>Maik had a nice story in which he described the notion of &#8220;Charity Testing&#8221;, a term that he coined. Basically, if you want to learn for yourself, the best approach is to use it in a specific context, by finding projects that are done to help the community, as a volunteer tester. Although maybe “volunteer” is not the exact word.</p>
<p>Meike played a lot with stickers and kanban. I personally took from this a sketch idea for future implementations as puzzles or even ways to write an article.</p>
<p>I also tried my beta picture puzzle exercise, but turned out to be a bad idea not to mention that it was not complete. Of course everyone in  the room was a tester and my app was thoroughly analyzed and broken. It got a set of bugs that I wasn&#8217;t aware of, but will try to fix it.</p>
<p>The topics presented were interesting, but what was really great it was the way the whole workshop went and ideas changed.</p>
<p>It will be harder probably to keep the same spirit of sharing among larger number of participants, as in large crowds you have lesser time and tend to self-censor yourself about what can be said or not. But, I would gladly participate to a second workshop next year.</p>
<p>As I said,  the subjects and topics were good, but what really matter was the way we shared the ideas. If there is a job where one can have this constant environment of sharing ideas and come up with better solutions every day, I would really like to have the chance to experience this once again. I realize, however, it is hard to find such a thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testalways.com/2011/10/06/first-german-agile-testing-and-exploratory-workshop-gate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WTA no 18</title>
		<link>http://www.testalways.com/2011/08/27/wta-no-18/</link>
		<comments>http://www.testalways.com/2011/08/27/wta-no-18/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 19:31:59 +0000</pubDate>
		<dc:creator>Eusebiu Blindu</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.testalways.com/?p=665</guid>
		<description><![CDATA[      
      I attended the Weekend Testing Americas no 18, where James Bach was the invited facilitator. The mission had the purpose of doing  self-training activities related to Weekend Testing chapters. Basically each participant had to edit this document Charters-How-To with the scope of improving it. More details on http://weekendtesting.com]]></description>
			<content:encoded><![CDATA[      
      <p>I attended the Weekend Testing Americas no 18, where <a href="http://www.satisfice.com">James Bach</a> was the invited facilitator.</p>
<p>The mission had the purpose of doing  self-training activities related to Weekend Testing chapters.</p>
<p>Basically each participant had to edit this document <a href="http://www.testalways.com/wp-content/uploads/2011/08/Charters-How-To.txt">Charters-How-To</a> with the scope of improving it.</p>
<p>More details on <a href="http://weekendtesting.com">http://weekendtesting.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testalways.com/2011/08/27/wta-no-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EWT41</title>
		<link>http://www.testalways.com/2011/04/24/ewt41/</link>
		<comments>http://www.testalways.com/2011/04/24/ewt41/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 19:00:45 +0000</pubDate>
		<dc:creator>Eusebiu Blindu</dc:creator>
				<category><![CDATA[EWT]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Weekend Testing]]></category>

		<guid isPermaLink="false">http://www.testalways.com/?p=649</guid>
		<description><![CDATA[      
      Another session was this Saturday, actually sessions (+WT and WTA). Its very good considering there were basically 6h for those willingly to join. Even that I proposed the mission and got to play a little before the actual meeting, I think I got more knowledge about boundary testing and limits. Everything will differ for a [...]]]></description>
			<content:encoded><![CDATA[      
      <p>Another <a href="http://weekendtesting.com/archives/1956">session</a> was this Saturday, actually sessions (+WT and <a title="http://weekendtesting.com/archives/1950" href="http://weekendtesting.com/archives/1950">WTA</a>). Its very good considering there were basically 6h for those willingly to join.</p>
<p>Even that I proposed the mission and got to play a little before the actual meeting, I think I got more knowledge about boundary testing and limits.</p>
<p>Everything will differ for a product and environment, but in this context I saw:</p>
<p>-a chat message goes through many locations. As we assumed (read the <a title="http://weekendtesting.com/wp-content/uploads/2011/04/EWT41-transcript.pdf" href="http://weekendtesting.com/wp-content/uploads/2011/04/EWT41-transcript.pdf">transcript</a>) it will be probably be an Xml record at one point, then maybe a db record. Depending how the data stream is sent, we will probably have another set of limits.</p>
<p>-in testing limits we can actually do (without even trying)  security testing or Pen testing. So we should be also careful from the legal points of view.</p>
<p>-the boundary depends on the input. An alpha numeric char differs from another char. An example used were kanji (Japanese) chars (&#8220;Petteri Lyytinen: I tried to paste a text string that is 32768 kanji characters&#8221; ..&#8221;only showed the two dots&#8221;)</p>
<p>-anything too big is truncated (or should be truncated in some situations) and the process of truncation can be different in some cases, some unexpected</p>
<p>-some parts cannot be tested easily (or in the required time interval) like the history containing large messages</p>
<p>-tools help &#8211; this time we used one available, but in other cases tools need to be built up</p>
<p>Thanks to the participants:</p>
<p><strong><a href="http://twitter.com/#%21/@testerab">Anna Baik</a>, <a href="http://bensimo.qualityfrog.com/">Ben Simo</a>, <a href="http://twitter.com/#%21/@vydra">David Vydra</a>, <a title="http://kristjanuba.wordpress.com/" href="http://kristjanuba.wordpress.com/">Kristjan Uba</a>, <a title="http://www.teatimewithtesters.com" href="http://www.teatimewithtesters.com/">Lalitkumar Bhamare</a>, <a title="http://mkl-testhead.blogspot.com/" href="http://mkl-testhead.blogspot.com/">Michael Larsen</a>, <a href="http://www.testingexplore.blogspot.com/">Narasimha Reddy</a>, <a title="http://nitinpurswani.blogspot.com" href="http://nitinpurswani.blogspot.com/">Nitin Purswani</a>, <a title="http://pro-testing.arabuusimiehet.com/" href="http://pro-testing.arabuusimiehet.com/">Petteri Lyytinen</a>, <a title="http://www.tuppad.com./blog/" href="http://www.tuppad.com./blog/">Santhosh S Tuppad</a> and <a title="http://www.testalways.com" href="../">Eusebiu Blindu</a> (as host)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testalways.com/2011/04/24/ewt41/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>European Weekend Testing</title>
		<link>http://www.testalways.com/2011/04/18/european-weekend-testing/</link>
		<comments>http://www.testalways.com/2011/04/18/european-weekend-testing/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 19:21:54 +0000</pubDate>
		<dc:creator>Eusebiu Blindu</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.testalways.com/?p=636</guid>
		<description><![CDATA[      
      Over the past two weeks I hosted the European Chapter of WeekendTesting. The two missions were EWT39 – Optical Recognition and EWT40-Mission impossible. The first question someone would ask is &#8220;Why?&#8221; Well, because a Weekend Testing session can provide several nice stuff that usually is not present (or not in the same way) as in [...]]]></description>
			<content:encoded><![CDATA[      
      <p>Over the past two weeks I hosted the European Chapter of <a href="http://weekendtesting.com/">WeekendTesting</a>. The two missions were <a href="http://weekendtesting.com/archives/1902">EWT39 – Optical Recognition</a> and <a href="http://weekendtesting.com/archives/1918">EWT40-Mission impossible</a>.</p>
<p>The first question someone would ask is &#8220;Why?&#8221; Well, because a Weekend Testing session can provide several nice stuff that usually is not present (or not in the same way) as in a real job:</p>
<p>-you can just not participate (but this &#8220;free will&#8221; increases the chances of enjoying it and get something productive from it)</p>
<p>-usually there are simple applications to understand for all &#8211; and from this what remains is the way to develop an approach to test it</p>
<p>-its a way to spend time (maybe not the best, but not the worst)</p>
<p>-you can risk with stuff you cannot risk at work &#8211; like following the curiosity for an approach</p>
<p>-get others to know you (usually the after reports include mentions to your name &#8211; website links if you are easy to be found <img src='http://www.testalways.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>and many other stuff</p>
<p></br><br /></br></p>
<p><span style="color: #ff0000;">Anyone is welcomed to participate and this is possible by:</span></p>
<p><span style="color: #ff0000;">- Looking on the WeekendTesting <a href="http://weekendtesting.com">website</a>, usually the announcements are <a title="http://weekendtesting.com/discussions?vasthtmlaction=viewforum&amp;f=4.0" href="http://weekendtesting.com/discussions?vasthtmlaction=viewforum&amp;f=4.0">here</a> for the new sessions</span></p>
<p><span style="color: #ff0000;">- adding on Skype the username  &#8220;europetesters&#8221; in your list</span></p>
<p><span style="color: #ff0000;">- sending an email at europetesters@googlemail.com</span></p>
<p><span style="color: #ff0000;">- following @europetesters on twitter</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testalways.com/2011/04/18/european-weekend-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elevating the role of testing &#8211; ethics</title>
		<link>http://www.testalways.com/2011/03/30/elevating-the-role-of-testing-ethics/</link>
		<comments>http://www.testalways.com/2011/03/30/elevating-the-role-of-testing-ethics/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 17:49:59 +0000</pubDate>
		<dc:creator>Eusebiu Blindu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ethics]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.testalways.com/?p=609</guid>
		<description><![CDATA[      
      In medicine and journalism there are these models, these principles that are a guidance to the practitioner.  For example doctors have the Hippocratic Oath which is an oath historically taken  swearing to practice medicine ethically. According to The Elements of Journalism, a book by Bill Kovach and Tom Rosenstiel, there are nine elements of journalism. [...]]]></description>
			<content:encoded><![CDATA[      
      <p>In medicine and journalism there are these models, these principles that are a guidance to the practitioner.  For example doctors have the Hippocratic Oath which is an oath historically taken  swearing to practice medicine ethically.</p>
<p>According to <em>The Elements of Journalism</em>, a book by Bill Kovach and Tom Rosenstiel, there are nine elements of journalism.</p>
<p>So I though of proposing myself a similar set for testing:</p>
<p>1. <strong><span style="color: #ff0000;">Testing&#8217;s first obligation is to show the truth</span></strong>.</p>
<p>This means to take off the veil of fake certainty that everything works. Also to validate any assumptions claiming there is nothing that reduces the value of the product.</p>
<p>2. <strong><span style="color: #ff0000;">Its first loyalty is to the client(s).</span></strong></p>
<p>Here the clients can be users,  stakeholders,  managers. Its important to know who are the clients in the first place.</p>
<p>3. <strong><span style="color: #ff0000;">The essence of testing is questioning a product in order to evaluate it.</span></strong></p>
<p>This is actually inspired from the definition that James Bach gives to testing.</p>
<p>4. <strong><span style="color: #ff0000;">The testers must maintain an independence from the people that give them the info</span></strong>.</p>
<p>For example the data gathered from a developer should not be trusted 100 percent. People will give you what they think or what they assume is right.</p>
<p>5. <strong><span style="color: #ff0000;">The testers should inform based on their analysis and thought</span></strong>.</p>
<p>This means they should not just take the info they receive and jump to use it to inform others. If initial information is false,  it will result in more disinformation.</p>
<p>6. <strong><span style="color: #ff0000;">The information provided by testers should be also reviewed</span></strong>.</p>
<p>This means a bug can be set invalid, or the reports should be reviewed by someone else.</p>
<p>7. <strong><span style="color: #ff0000;">The information about the product to test should be significant, interesting and relevant</span></strong>.</p>
<p>Testing should consider risk areas, priority based on circumstances, context and the  information should be useful.</p>
<p>8. <strong><span style="color: #ff0000;">The information provided should be comprehensive and proportional</span></strong>.</p>
<p>This means to inform the client right to the point, also in an acceptable format. No one will read a 100 pages report when its not needed.</p>
<p>9. <strong><span style="color: #ff0000;">Testers should be allowed to exercise their personal conscience</span></strong>.</p>
<p>This means the approach should be left for testers to decide  and have a relative independence.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testalways.com/2011/03/30/elevating-the-role-of-testing-ethics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

