<?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: Testing Ext Applications With Selenium</title>
	<atom:link href="http://ajaxian.com/archives/testing-ext-applications-with-selenium/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/testing-ext-applications-with-selenium</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: neocoder</title>
		<link>http://ajaxian.com/archives/testing-ext-applications-with-selenium/comment-page-1#comment-271781</link>
		<dc:creator>neocoder</dc:creator>
		<pubDate>Thu, 05 Mar 2009 03:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4953#comment-271781</guid>
		<description>I just wrote an article on how we’ve been testing an ExtJS UI in Java at:

http://www.neocoders.com/portal/articles/selenium-and-extjs

Primarily, it describes how we got around having to assign hand-crafted IDs to all the Ext components and how we synchronise the tests with AJAX.

hope it helps somebody,
Lindsay</description>
		<content:encoded><![CDATA[<p>I just wrote an article on how we’ve been testing an ExtJS UI in Java at:</p>
<p><a href="http://www.neocoders.com/portal/articles/selenium-and-extjs" rel="nofollow">http://www.neocoders.com/portal/articles/selenium-and-extjs</a></p>
<p>Primarily, it describes how we got around having to assign hand-crafted IDs to all the Ext components and how we synchronise the tests with AJAX.</p>
<p>hope it helps somebody,<br />
Lindsay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darrellmeyer</title>
		<link>http://ajaxian.com/archives/testing-ext-applications-with-selenium/comment-page-1#comment-268652</link>
		<dc:creator>darrellmeyer</dc:creator>
		<pubDate>Tue, 04 Nov 2008 16:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4953#comment-268652</guid>
		<description>Thanks guys for your comments and information, it is very helpful.  I think both Selenium and GWT JUnit tests complement each other (unit tests vs. integration tests)  and can provide betting testing coverage for when combined.</description>
		<content:encoded><![CDATA[<p>Thanks guys for your comments and information, it is very helpful.  I think both Selenium and GWT JUnit tests complement each other (unit tests vs. integration tests)  and can provide betting testing coverage for when combined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgw</title>
		<link>http://ajaxian.com/archives/testing-ext-applications-with-selenium/comment-page-1#comment-268648</link>
		<dc:creator>jgw</dc:creator>
		<pubDate>Tue, 04 Nov 2008 15:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4953#comment-268648</guid>
		<description>Thanks for pointing that out, Thomas. I want to add that in 1.5 you actually can already launch remote tests using selenium (just use the -Dgwt.args=&quot;-selenium host:port/*browser&quot; vm option when launching the test). This makes it a lot easier to test multiple browsers.

I also want to add that while Selenium is great for end-to-end functional tests of your UI, you can use the JUnit framework to test many things more easily, because your Java code usually already has references to the things you want to test (as opposed to having to do lots of XPath tricks).</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out, Thomas. I want to add that in 1.5 you actually can already launch remote tests using selenium (just use the -Dgwt.args=&#8221;-selenium host:port/*browser&#8221; vm option when launching the test). This makes it a lot easier to test multiple browsers.</p>
<p>I also want to add that while Selenium is great for end-to-end functional tests of your UI, you can use the JUnit framework to test many things more easily, because your Java code usually already has references to the things you want to test (as opposed to having to do lots of XPath tricks).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tbroyer</title>
		<link>http://ajaxian.com/archives/testing-ext-applications-with-selenium/comment-page-1#comment-268647</link>
		<dc:creator>tbroyer</dc:creator>
		<pubDate>Tue, 04 Nov 2008 14:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4953#comment-268647</guid>
		<description>Just a note about the above quoted text from the article (already posted as a comment to the original article on the Ext JS blog): GWT test cases can be run in &quot;web mode&quot; (compiled code) in any browser (eventually several browsers simultaneously, and eventually using Selenium RC to launch the browsers); though GWT/JUnit integration is all about unit-testing, not UI-testing.</description>
		<content:encoded><![CDATA[<p>Just a note about the above quoted text from the article (already posted as a comment to the original article on the Ext JS blog): GWT test cases can be run in &#8220;web mode&#8221; (compiled code) in any browser (eventually several browsers simultaneously, and eventually using Selenium RC to launch the browsers); though GWT/JUnit integration is all about unit-testing, not UI-testing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

