<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to convince developers and management to use automated unit test for AJAX websites</title><link>http://msmvps.com/blogs/omar/archive/2008/10/27/how-to-convince-developers-and-management-to-use-automated-unit-test-for-ajax-websites.aspx</link><description>Everyone agrees that unit testing is a good thing, we should all write unit tests. We read articles and blogs to keep us up-to-date on what’s going on in the unit test world so that we can sound cool talking to peers at lunch. But when we really sit down</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>How to convince developers and management to use automated unit test for AJAX websites</title><link>http://msmvps.com/blogs/omar/archive/2008/10/27/how-to-convince-developers-and-management-to-use-automated-unit-test-for-ajax-websites.aspx#1731756</link><pubDate>Mon, 12 Oct 2009 01:06:20 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1731756</guid><dc:creator>PimpThisBlog.com</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from PimpThisBlog.com&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1731756" width="1" height="1"&gt;</description></item><item><title>re: How to convince developers and management to use automated unit test for AJAX websites</title><link>http://msmvps.com/blogs/omar/archive/2008/10/27/how-to-convince-developers-and-management-to-use-automated-unit-test-for-ajax-websites.aspx#1652220</link><pubDate>Tue, 28 Oct 2008 10:07:08 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1652220</guid><dc:creator>Ashraful Alam</dc:creator><description>&lt;p&gt;Omar,&lt;/p&gt;
&lt;p&gt;WatiN is good framework, however it that limited support on multi-browser support, as well as lacking for advanced java-script functionalities. There is another tool named: &amp;quot;WebAii&amp;quot;, which has richer support for multi-browser as well as client side scripting (even for silverlight component). The problem with WebAii is it requires separate software installed on developers machine, where as for WatiN, it doesn’t require to install any additional software; besides, WatiN is an open source project. However I see both has some pros and cons, but personally I like to use WatiN for most cases and use WebAii for the tests that requires to check advanced client side and multi-browser functionalities.&lt;/p&gt;
&lt;p&gt;It would be really great if we have a post from you with respect to comparing both frameworks from your experienced view!&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1652220" width="1" height="1"&gt;</description></item><item><title>re: How to convince developers and management to use automated unit test for AJAX websites</title><link>http://msmvps.com/blogs/omar/archive/2008/10/27/how-to-convince-developers-and-management-to-use-automated-unit-test-for-ajax-websites.aspx#1652129</link><pubDate>Mon, 27 Oct 2008 16:29:16 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1652129</guid><dc:creator>omar</dc:creator><description>&lt;p&gt;Greg, you are right about unit tests. In our case, we decided to choose each web service as a unit. If a test breaks, we know which webservice has broken. It was just too expensive to get into more granular level than web methods.&lt;/p&gt;
&lt;p&gt;We are using WatiN and it works wonders for us. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1652129" width="1" height="1"&gt;</description></item><item><title>re: How to convince developers and management to use automated unit test for AJAX websites</title><link>http://msmvps.com/blogs/omar/archive/2008/10/27/how-to-convince-developers-and-management-to-use-automated-unit-test-for-ajax-websites.aspx#1652121</link><pubDate>Mon, 27 Oct 2008 15:42:55 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1652121</guid><dc:creator>Greg</dc:creator><description>&lt;p&gt;Good post, but it sounds like you&amp;#39;re misusing the term &amp;quot;unit test.&amp;quot; Writing tests that exercise all your tiers programatically are integration tests. The &amp;quot;unit&amp;quot; in unit test means that the impact of changes is isolated to a single unit, that is, if and only if you change the unit (a class usually) can that test break. &lt;/p&gt;
&lt;p&gt;BTW Selenium and Watir solved the whole web UI testing thing for years now.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1652121" width="1" height="1"&gt;</description></item></channel></rss>