<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Evil Tester</title>
	<link>http://www.eviltester.com</link>
	<description>A different view of software testing</description>
	<lastBuildDate>Thu, 12 Jan 2012 20:47:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>Firepath, THE XPath and CSS Locator Addon For Firefox</title>
		<description><![CDATA[First I used XPather, then it was FireFinder, and since neither of those seems particularly compatible with the most recent versions of Firefox… I now use FirePath. FirePath operates as a Firebug extension and provides a handy “Inspect in FirePath” context menu entry. FirePath handles XPath, CSS and JQuery selectors. I don’t have any spare [...]]]></description>
		<link>http://www.eviltester.com/index.php/2012/01/12/firepath-the-xpath-and-css-locator-addon-for-firefox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=firepath-the-xpath-and-css-locator-addon-for-firefox</link>
			</item>
	<item>
		<title>Build your own model of software testing &#8211; or rediscover one from several thousand years ago</title>
		<description><![CDATA[I was working out the kinks in my high level software testing model, and, through a process of speed reading and stichomancy I found that I have re-created an early Buddhist doctrine. In “The Story of Chinese Zen” by Nan Huai-Chin, I find listed the five Skandhas: form sensation conception activity consciousness I was boiling [...]]]></description>
		<link>http://www.eviltester.com/index.php/2011/10/31/build-your-own-model-of-software-testing-or-rediscover-one-from-several-thousand-years-ago/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=build-your-own-model-of-software-testing-or-rediscover-one-from-several-thousand-years-ago</link>
			</item>
	<item>
		<title>Push your software testing personas to the limit</title>
		<description><![CDATA[The notion of personas never really worked for me. “Bob is 35, single and likes kittens...” Blah Blah Blah. Clearly Bob has all the characteristics of a fictional closet psychopath. And that works better for me. “Bob is a closet psychopath”. I can use that sentence to inform my testing. I can attempt to&#160; test [...]]]></description>
		<link>http://www.eviltester.com/index.php/2011/10/30/push-your-software-testing-personas-to-the-limit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=push-your-software-testing-personas-to-the-limit</link>
			</item>
	<item>
		<title>Build your own model of software testing &#8211; &#8220;the quotes&#8221;</title>
		<description><![CDATA[Have you tried to build your own definition of Software Testing? One that you can refine as you learn more stuff and the years go by? That never worked for me. I don’t appear to align myself well with definitions and classifications. Building my own models however, now that works better for me. I have [...]]]></description>
		<link>http://www.eviltester.com/index.php/2011/10/29/build-your-own-model-of-software-testing-the-quotes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=build-your-own-model-of-software-testing-the-quotes</link>
			</item>
	<item>
		<title>How to stop firefox &#8216;update failed&#8217; dialog messing with your WebDriver automation</title>
		<description><![CDATA[There I am, figuring out how to debug my FitNesse automation from within eclipse. And up pops the Firefox ‘update failed dialog’ and interfering with my automation. A bane and a pain when using Selenium RC. But with WebDriver there are easy ways round this. Start firefox with a profile and set the &#34;app.update.silent&#34; firefox [...]]]></description>
		<link>http://www.eviltester.com/index.php/2011/10/26/how-to-stop-firefox-update-failed-dialog-messing-with-your-webdriver-automation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-stop-firefox-update-failed-dialog-messing-with-your-webdriver-automation</link>
			</item>
	<item>
		<title>Running out of email addresses when you test?</title>
		<description><![CDATA[I generally test web apps. And Web apps generally use an email address as the unique identifier. So by test number 2, some of you may have run out of email addresses to test with. If this happens to you, don’t panic! Because here are the Evil Tester hints and tips for getting more email [...]]]></description>
		<link>http://www.eviltester.com/index.php/2011/09/20/running-out-of-email-addresses-when-you-test/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=running-out-of-email-addresses-when-you-test</link>
			</item>
	<item>
		<title>Recommendations for Learning JavaScript and CSS Selectors</title>
		<description><![CDATA[I’ve been programming more JavaScript recently. This helps my testing in a number of ways: When testing web sites I can understand the client side code I can nudge the client side into different states by executing ad-hoc JavaScript through the console The DOM web developer displays make ever more sense It also helps my [...]]]></description>
		<link>http://www.eviltester.com/index.php/2011/07/14/recommendations-for-learning-javascript-and-css-selectors/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=recommendations-for-learning-javascript-and-css-selectors</link>
			</item>
	<item>
		<title>How Can I Estimate My Testing?</title>
		<description><![CDATA[Have you had anyone ask you a question about estimation? I get asked these types of questions and I suspect that the person really wants answers about how to communicate and justify their guesses. I think they hope that some process exists which will accurately and objectively give them a set of numbers. And by [...]]]></description>
		<link>http://www.eviltester.com/index.php/2011/06/28/how-can-i-estimate-my-testing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-can-i-estimate-my-testing</link>
			</item>
	<item>
		<title>Selenium 2.0rc2 &#8211; Hey, where&#8217;s my unashamedly ugly wait</title>
		<description><![CDATA[Warning, this blog post contains Java code. Some testers may want to look away now. I was quite happy using the unashamedly ugly Selenium Wait class, for adhoc waits that I did not want to refactor into proper classes. e.g. &#160;&#160;&#160;&#160;&#160;&#160;&#160; new Wait(&#34;JS Page title did not change&#34;){ &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; @Override &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; public boolean until() { [...]]]></description>
		<link>http://www.eviltester.com/index.php/2011/06/03/selenium-2-0b2-hey-wheres-my-unashamedly-ugly-wait/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=selenium-2-0b2-hey-wheres-my-unashamedly-ugly-wait</link>
			</item>
	<item>
		<title>How can I learn to automate my testing using Selenium?</title>
		<description><![CDATA[In this blog post, I’m going to lay out the Evil Tester free and simple 8 step guide to learning how to automate a Web Browser using Selenium. I’ll reveal the sources of information you can use. And yes, I will promote my book. music by Drongomala @ flyingmountainrecords.com I see the same questions, and [...]]]></description>
		<link>http://www.eviltester.com/index.php/2011/06/02/how-can-i-learn-to-automate-my-testing-using-selenium/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-can-i-learn-to-automate-my-testing-using-selenium</link>
			</item>
</channel>
</rss>

