<?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 for Agile Software Testing</title>
	<atom:link href="http://agilesoftwaretesting.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://agilesoftwaretesting.com</link>
	<description>Helping QA professionals in the world of Agile Software Development</description>
	<lastBuildDate>Thu, 26 Aug 2010 09:35:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on QA Leads VS QA Analysts by Anand</title>
		<link>http://agilesoftwaretesting.com/?p=101&#038;cpage=1#comment-196</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Thu, 26 Aug 2010 09:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://agilesoftwaretesting.com/?p=101#comment-196</guid>
		<description>This is my first job as a QA Lead, 
Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>This is my first job as a QA Lead,<br />
Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium wait for AJAX (the right way!!!) by David Kahn</title>
		<link>http://agilesoftwaretesting.com/?p=111&#038;cpage=1#comment-194</link>
		<dc:creator>David Kahn</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://agilesoftwaretesting.com/?p=111#comment-194</guid>
		<description>PS, you may know this but Selenium::Client::Driver has a wait_for_ajax method, although it seems (without too much time put in to researching this) that it only works with Prototype. Anyhow your method rocks!</description>
		<content:encoded><![CDATA[<p>PS, you may know this but Selenium::Client::Driver has a wait_for_ajax method, although it seems (without too much time put in to researching this) that it only works with Prototype. Anyhow your method rocks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium wait for AJAX (the right way!!!) by David Kahn</title>
		<link>http://agilesoftwaretesting.com/?p=111&#038;cpage=1#comment-193</link>
		<dc:creator>David Kahn</dc:creator>
		<pubDate>Thu, 19 Aug 2010 14:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://agilesoftwaretesting.com/?p=111#comment-193</guid>
		<description>Going a little further, when you create your Selenium object, you can do this so you have @selenium.wait_for_browser:

    @selenium = Selenium::Client::Driver.new(
      :host =&gt; &quot;localhost&quot;,
      :port =&gt; 4444,
      :browser =&gt; &quot;*firefox&quot;,
      :url =&gt; &quot;http://localhost:3000&quot;,
      :timeout_in_second =&gt; 90)
      
    # add wait_for_ajax method to browser
    class &lt;&lt; @browser
      def wait_for_ajax(timeout=5000)
        js_condition = &quot;selenium.browserbot.getCurrentWindow().jQuery.active == 0&quot;
        self.wait_for_condition(js_condition, timeout)
      end
    end</description>
		<content:encoded><![CDATA[<p>Going a little further, when you create your Selenium object, you can do this so you have @selenium.wait_for_browser:</p>
<p>    @selenium = Selenium::Client::Driver.new(<br />
      :host =&gt; &#8220;localhost&#8221;,<br />
      :port =&gt; 4444,<br />
      :browser =&gt; &#8220;*firefox&#8221;,<br />
      :url =&gt; &#8220;http://localhost:3000&#8243;,<br />
      :timeout_in_second =&gt; 90)</p>
<p>    # add wait_for_ajax method to browser<br />
    class &lt;&lt; @browser<br />
      def wait_for_ajax(timeout=5000)<br />
        js_condition = &quot;selenium.browserbot.getCurrentWindow().jQuery.active == 0&quot;<br />
        self.wait_for_condition(js_condition, timeout)<br />
      end<br />
    end</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.952 seconds -->
<!-- Cached page served by WP-Cache -->
