<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>Evil Tester</title>
	<link>http://www.eviltester.com</link>
	<description>A different view of software testing</description>
	<lastBuildDate>Sat, 17 Jul 2010 16:44:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Using JUnit Nested Suites with Selenium RC to simulate TestNG suite and grouping annotations</title>
		<description><![CDATA[When I use TestNG for my Selenium tests, I really like the BeforeSuite and AfterSuite annotations because then I can share a Selenium session amongst the tests. With nested JUnit suites I can achieve a similar effect, and I can also go some way to grouping my tests to make it easier to create browser [...]]]></description>
		<link>http://www.eviltester.com/index.php/2010/07/17/using-junit-nested-suites-with-selenium-rc-to-simulate-testng-suite-and-grouping-annotations/</link>
			</item>
	<item>
		<title>What if Selenium&#8217;s Highlight Command was always on?</title>
		<description><![CDATA[ A reader asked for recommendations on how to use Selenium's &#34;Highlight&#34; command. Now I personally don't use the highlight function. Never really have. When I debug my tests, I step through the script in Eclipse (I write all my tests in Selenium-RC using Java). 
But, by using reflection to automatically generate code for a [...]]]></description>
		<link>http://www.eviltester.com/index.php/2010/06/30/what-if-seleniums-highlight-command-was-always-on/</link>
			</item>
	<item>
		<title>A Selenium CaptureNetworkTraffic Example in Java</title>
		<description><![CDATA[When I learned about Selenium’s ability to capture network traffic I was really excited. This opened up a whole new world of testing possibilities. I could capture the Ajax requests made to the server and check them for validity. When I visit pages I can check the web analytics messages sent back and check their [...]]]></description>
		<link>http://www.eviltester.com/index.php/2010/05/26/a-selenium-capturenetworktraffic-example-in-java/</link>
			</item>
	<item>
		<title>Selenium Example &#8211; How to Amend the JavaScript of the Web Application Under Test</title>
		<description><![CDATA[Why would you want to change the JavaScript of a web application you have to test? Well, if you want to test that events get triggered correctly and the basic structure of the page rather than the actual functionality implemented by the JavaScript. Perhaps the JavaScript does something that you can’t handle with the automation [...]]]></description>
		<link>http://www.eviltester.com/index.php/2010/04/02/selenium-example-how-to-amend-the-javascript-of-the-web-application-under-test/</link>
			</item>
	<item>
		<title>A poor man&#8217;s testing Head Up Display</title>
		<description><![CDATA[James Whittaker has talked and blogged about Testing HUDs. In this post I will show you how to build a simple HUD for testing web applications. And In true Blue Peter stylee you can find all the things you need, for free, a few clicks away on the internet (Samurize, Fiddler).
A HUD (Heads Up Display) [...]]]></description>
		<link>http://www.eviltester.com/index.php/2010/03/19/a-poor-mans-testing-head-up-display/</link>
			</item>
	<item>
		<title>A simple getCSSCount for use with Selenium-RC</title>
		<description><![CDATA[We know that XPath runs slowly in IE, but XPath has the getXPathCount method. And CSS runs quickly but Selenium doesn’t have a corresponding getCSSCount method.
I looked around for a simple way of getting count from a CSS selector. 
I found this blog post by Aditya Ivaturi, but since I like to keep my Selenium [...]]]></description>
		<link>http://www.eviltester.com/index.php/2010/03/13/a-simple-getcsscount-helper-method-for-use-with-selenium-rc/</link>
			</item>
	<item>
		<title>Use Firefinder to help you construct Selenium CSS selectors</title>
		<description><![CDATA[Looking through the archive of blog posts, I can see that I mentioned various tools for Xpath construction, but none for CSS selectors in Selenium. Let’s change that now… Firefinder helps you test your css selectors and XPath statements before committing them to Selenium code.

Firefinder, much like XPather or XPath Checker, allows you to type [...]]]></description>
		<link>http://www.eviltester.com/index.php/2010/03/11/use-firefinder-to-help-you-construct-selenium-css-selectors/</link>
			</item>
	<item>
		<title>Another XPath tool to help out with your automated testing</title>
		<description><![CDATA[I use XPather to help me write my automated tests, and other people seem to like XPath Checker. But today I needed something a little harder hitting and something which didn’t sit in the browser to help me write some batch processing xml tests. I found SketchPath, a fantastic free .net written tool.

SketchPath has a [...]]]></description>
		<link>http://www.eviltester.com/index.php/2010/03/08/another-xpath-tool-to-help-out-with-your-automated-testing/</link>
			</item>
	<item>
		<title>Selenium as a performance and load test tool with BrowserMob</title>
		<description><![CDATA[I recently had the good fortune at work to have tested an Amazon cloud hosted application. And this led to the test team having to investigate alternative performance test tools. We settled on BrowserMob and we have loved it. 
I wish BrowserMob had an affiliate program, then I might get some cash if I send [...]]]></description>
		<link>http://www.eviltester.com/index.php/2010/03/04/selenium-as-a-performance-and-load-test-tool-with-browsermob/</link>
			</item>
	<item>
		<title>Hey You. Are you a tester? &#8211; the movie</title>
		<description><![CDATA[You know the annoying situation when you walk down the street minding your own business when suddenly someone stops you and says “Hey You. Are you a tester?” Well, in this informative public service broadcast I present the verbal and non-verbal techniques you need to know, to cope. 


]]></description>
		<link>http://www.eviltester.com/index.php/2010/03/03/hey-you-are-you-a-tester-the-movie/</link>
			</item>
</channel>
</rss>
