<?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: SJAX: AJAX option for automated in-browser testing</title>
	<atom:link href="http://ajaxian.com/archives/sjax-ajax-option-for-automated-in-browser-testing/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/sjax-ajax-option-for-automated-in-browser-testing</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: Narayan Raman</title>
		<link>http://ajaxian.com/archives/sjax-ajax-option-for-automated-in-browser-testing/comment-page-1#comment-259414</link>
		<dc:creator>Narayan Raman</dc:creator>
		<pubDate>Wed, 28 Nov 2007 07:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2058#comment-259414</guid>
		<description>Have a look at Sahi (http://sahi.co.in) . It hooks into the XMLHttpRequest object and does not require waits. Sites built on ext-js and dojo have been successfully tested. It also has a very powerful element identifier which helps in identifying elements which do not have ids or have ids which are dynamically generated.</description>
		<content:encoded><![CDATA[<p>Have a look at Sahi (<a href="http://sahi.co.in" rel="nofollow">http://sahi.co.in</a>) . It hooks into the XMLHttpRequest object and does not require waits. Sites built on ext-js and dojo have been successfully tested. It also has a very powerful element identifier which helps in identifying elements which do not have ids or have ids which are dynamically generated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Miller</title>
		<link>http://ajaxian.com/archives/sjax-ajax-option-for-automated-in-browser-testing/comment-page-1#comment-249461</link>
		<dc:creator>Edward Miller</dc:creator>
		<pubDate>Mon, 16 Apr 2007 14:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2058#comment-249461</guid>
		<description>Synchronizing playback for site that deliver information
asynchronously has long been an issue in automated web
testing, and the eValid solution has addressed this in a
number of ways:

  * There is built-in page synchronization that is much
    stronger than the &quot;on page complete&quot; logic -- which
    experienced users will recognize as sometimes unreliable.

    Instead, eValid uses a combination of six different
    internal events to assure the next command does not issue
    until the current page is fully loaded.

  * eValid has a special DOM-sync command that can be used to
    wait for appearance of a specific text item in any part of
    the page (including in a late-arriving iframe).

  * More recently, eValid has been extended to include a
    &quot;SyncOnSelectedObjectProperty&quot; command that allows a user
    to specify an object property to use for synchronization
    (e.g. when that property has the value &quot;READY&quot;).

    Here is the manual page for this powerful command:
    
http://www.e-Valid.com/Products/Documentation.7/Testing/sync.on.dom.html

We encourage AJAX programmers to use the powerful
synchronization modes to achieve fully automated &quot;hands off&quot;
testing of AJAX application.

You can download your evaluation copy of eValid V7 from:

http://www.e-Valid.com/Products/Download.7/down.evalid.7.phtml?status=FORM

Full details about the eValid web analysis and testing suite
can be found at:

  http://www.e-Valid.com</description>
		<content:encoded><![CDATA[<p>Synchronizing playback for site that deliver information<br />
asynchronously has long been an issue in automated web<br />
testing, and the eValid solution has addressed this in a<br />
number of ways:</p>
<p>  * There is built-in page synchronization that is much<br />
    stronger than the &#8220;on page complete&#8221; logic &#8212; which<br />
    experienced users will recognize as sometimes unreliable.</p>
<p>    Instead, eValid uses a combination of six different<br />
    internal events to assure the next command does not issue<br />
    until the current page is fully loaded.</p>
<p>  * eValid has a special DOM-sync command that can be used to<br />
    wait for appearance of a specific text item in any part of<br />
    the page (including in a late-arriving iframe).</p>
<p>  * More recently, eValid has been extended to include a<br />
    &#8220;SyncOnSelectedObjectProperty&#8221; command that allows a user<br />
    to specify an object property to use for synchronization<br />
    (e.g. when that property has the value &#8220;READY&#8221;).</p>
<p>    Here is the manual page for this powerful command:</p>
<p><a href="http://www.e-Valid.com/Products/Documentation.7/Testing/sync.on.dom.html" rel="nofollow">http://www.e-Valid.com/Products/Documentation.7/Testing/sync.on.dom.html</a></p>
<p>We encourage AJAX programmers to use the powerful<br />
synchronization modes to achieve fully automated &#8220;hands off&#8221;<br />
testing of AJAX application.</p>
<p>You can download your evaluation copy of eValid V7 from:</p>
<p><a href="http://www.e-Valid.com/Products/Download.7/down.evalid.7.phtml?status=FORM" rel="nofollow">http://www.e-Valid.com/Products/Download.7/down.evalid.7.phtml?status=FORM</a></p>
<p>Full details about the eValid web analysis and testing suite<br />
can be found at:</p>
<p>  <a href="http://www.e-Valid.com" rel="nofollow">http://www.e-Valid.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederic Torres</title>
		<link>http://ajaxian.com/archives/sjax-ajax-option-for-automated-in-browser-testing/comment-page-1#comment-248330</link>
		<dc:creator>Frederic Torres</dc:creator>
		<pubDate>Sun, 18 Mar 2007 22:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2058#comment-248330</guid>
		<description>InCisif.net is an automation tool designed to implement client-side functional 
testing of web applications under Internet Explorer 6.x or 7.x, using the C# 
or VB.NET language with Visual Studio 2003, 2005 or express editions.

 - Record mode with interactive DOM viewer
 - XML report and test execution trace file.
 - XML Test/suite reporting api.
 - Specific methods to support AJAX applications
 - NUnit support (source code available)
 - TestDriven.net add-in support (source code available) 
 - IronPython support</description>
		<content:encoded><![CDATA[<p>InCisif.net is an automation tool designed to implement client-side functional<br />
testing of web applications under Internet Explorer 6.x or 7.x, using the C#<br />
or VB.NET language with Visual Studio 2003, 2005 or express editions.</p>
<p> &#8211; Record mode with interactive DOM viewer<br />
 &#8211; XML report and test execution trace file.<br />
 &#8211; XML Test/suite reporting api.<br />
 &#8211; Specific methods to support AJAX applications<br />
 &#8211; NUnit support (source code available)<br />
 &#8211; TestDriven.net add-in support (source code available)<br />
 &#8211; IronPython support</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://ajaxian.com/archives/sjax-ajax-option-for-automated-in-browser-testing/comment-page-1#comment-247379</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 20 Feb 2007 23:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2058#comment-247379</guid>
		<description>Looks like iMacros has pretty bad ratings. I&#039;m using WebAii works on both FireFox and IE and can be used to automate ASP.NET applications.</description>
		<content:encoded><![CDATA[<p>Looks like iMacros has pretty bad ratings. I&#8217;m using WebAii works on both FireFox and IE and can be used to automate ASP.NET applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abraham Elias</title>
		<link>http://ajaxian.com/archives/sjax-ajax-option-for-automated-in-browser-testing/comment-page-1#comment-246662</link>
		<dc:creator>Abraham Elias</dc:creator>
		<pubDate>Tue, 30 Jan 2007 01:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2058#comment-246662</guid>
		<description>anyone try iMacros?

https://addons.mozilla.org/firefox/3863/

I haven&#039;t tried it yet..  I just stumbled across it,  and thought of this post.</description>
		<content:encoded><![CDATA[<p>anyone try iMacros?</p>
<p><a href="https://addons.mozilla.org/firefox/3863/" rel="nofollow">https://addons.mozilla.org/firefox/3863/</a></p>
<p>I haven&#8217;t tried it yet..  I just stumbled across it,  and thought of this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PohEe.com</title>
		<link>http://ajaxian.com/archives/sjax-ajax-option-for-automated-in-browser-testing/comment-page-1#comment-246605</link>
		<dc:creator>PohEe.com</dc:creator>
		<pubDate>Sun, 28 Jan 2007 00:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2058#comment-246605</guid>
		<description>Any Unit testing method for ASP.NET? I really interested on finding it out.</description>
		<content:encoded><![CDATA[<p>Any Unit testing method for ASP.NET? I really interested on finding it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Smic</title>
		<link>http://ajaxian.com/archives/sjax-ajax-option-for-automated-in-browser-testing/comment-page-1#comment-246592</link>
		<dc:creator>John Smic</dc:creator>
		<pubDate>Sat, 27 Jan 2007 00:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2058#comment-246592</guid>
		<description>I like this for .NET :) http://artoftestinc.blogspot.com/2007/01/ajax-testing-and-waiting-for-page.html</description>
		<content:encoded><![CDATA[<p>I like this for .NET :) <a href="http://artoftestinc.blogspot.com/2007/01/ajax-testing-and-waiting-for-page.html" rel="nofollow">http://artoftestinc.blogspot.com/2007/01/ajax-testing-and-waiting-for-page.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

