<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Sahi - Web Automation and Test Tool]]></title>
		<link>http://sahi.co.in/forums/index.php</link>
		<description><![CDATA[The most recent topics at Sahi - Web Automation and Test Tool.]]></description>
		<lastBuildDate>Mon, 28 May 2012 14:09:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Wait till alert appears]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3938&amp;action=new</link>
			<description><![CDATA[<p>Hi All,</p><p>I want to wait till the alert /message box/till the </p><p>_span(&quot;Finalizing: Preparing and logging process summary&quot; </p><p>appears in the screen.</p><p>Approximate time taken for alert to popup is around 15 min .</p><p>i tired using, <br />_wait(105600, _isVisible(_span(&quot;Finalizing: Preparing and logging process summary&quot;)));<br />or<br />_wait(10000, _lastAlert());</p><p>SAHI does not wait till then .</p><p>basically my requriement is :<br />1. Wait for Alert.<br />2. If appears , then print lastAert and say it is successful.<br />3. if fails , then print unsuccessful.</p><br /><p>Could you please help me with this.</p>]]></description>
			<author><![CDATA[dummy@example.com (Neha Auchar)]]></author>
			<pubDate>Mon, 28 May 2012 14:09:43 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3938&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Need help to resolve SAHI-SmartGWT problems]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3926&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>We have a SmartGWT based Client for which I&#039;m trying SAHI to automate its testing.<br />Currently I&#039;m facing many issues where SAHI controller is unable to detect GUI portions.</p><p>OS Name: MS XP Professional Version 2002 SP 3<br />Browser Name &amp; Version: Firefox 12.0<br />Sahi Build: Sahi Open Source&nbsp; ( sahi-v35 &nbsp; &nbsp; 2011-07-19 )</p><p>I would require your help to resolve them. I&#039;ve listed 4 problems and would like you to analyze them &amp; if possible help me to resolve them. </p><p>I&#039;ve provided html code (as seen by firebug) for portions which SAHI is not able to detect.</p><p>Let me know if you require anything else.</p><br /><p><strong>1. Checkbox Problem: SAHI is not able to detect any checkboxes of our SmartGWT Client</strong></p><p>Below is the code example of one such checkbox as captured by firebug.</p><div class="codebox"><pre><code>&lt;div tabindex=&quot;2612&quot; style=&quot;min-width:1px;white-space:nowrap;&quot; class=&quot;labelAnchor&quot; $9a=&quot;$9d&quot; $89=&quot;isc_CheckboxItem_13&quot; id=&quot;isc_EH&quot;&gt;&lt;img width=&quot;13&quot; height=&quot;13&quot; border=&quot;0&quot; align=&quot;TEXTTOP&quot; suppress=&quot;TRUE&quot; style=&quot;vertical-align:middle;margin-left:4px;margin-right:3px;&quot; eventpart=&quot;valueicon&quot; id=&quot;isc_EI&quot; src=&quot;http://172.16.25.52/callcenter/callcenter/sc/skins/BroadWorks/images/DynamicForm/checked.png&quot;&gt;Synchronize language with service profile&lt;/div&gt;</code></pre></div><p><strong>2. Dynamic DOM IDs Problem:</strong></p><p>This problem needs some explanation. <br />There are some portions (radio button, images, divs) in our Client which is being recognized by SAHI controller by certain name.</p><p>For eg: We have a radio button in our client. We record it using SAHI controller (in java mode) &amp; it gives us below code</p><div class="codebox"><pre><code>browser.radio(&quot;isc_I8&quot;).click();</code></pre></div><p>Now when we logout from our client &amp; re-login &amp; browse to same radio button, this time SAHI controller recognizes it with different ID....let say </p><div class="codebox"><pre><code>browser.radio(&quot;isc_K1&quot;).click();</code></pre></div><p>This might be happening this way due to the fact that our SmartGWT Client does not have any Static IDs for that particular radio button, hence the Client probably generates random dynamic IDs.</p><p>One way of dealing with this problem is to contact our DEV team &amp; ask them to use Static IDs (which does not change upon re-logins/close) for such GUI portions so that SAHI always recognizes them with unique ID.</p><p>Other way is that if SAHI has any mechanism to handle these dynamic kind of scenario automatically? Can SAHI handle such things?</p><p><strong>3. Drop Down Problem</strong></p><p>We have a drop down portion with below HTML code as seen by firebug:</p><div class="codebox"><pre><code>&lt;td align=&quot;left&quot; $89=&quot;isc_SelectItem_3&quot; id=&quot;isc_BO&quot; style=&quot;&quot; class=&quot;formCell&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;selectItemControl&quot; style=&quot;cursor:default;width:96px;&quot; $9a=&quot;$9f&quot; $89=&quot;isc_SelectItem_3&quot; id=&quot;isc_BP&quot; role=&quot;presentation&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;margin:0px;border:0px;padding:0px;background-image:none;background-color:transparent;&quot;&gt;&lt;div tabindex=&quot;2496&quot; style=&quot;width:73px;height:16px;overflow:hidden;white-space:nowrap;&quot; class=&quot;selectItemText&quot; $9a=&quot;$9d&quot; $89=&quot;isc_SelectItem_3&quot; id=&quot;isc_BQ&quot;&gt;All Directories&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;&quot; class=&quot;selectItemPickerIcon&quot; id=&quot;isc_BR&quot;&gt;&lt;a handlenativeevents=&quot;false&quot; $9a=&quot;picker&quot; $89=&quot;isc_SelectItem_3&quot; tabindex=&quot;-1&quot; style=&quot;margin-left:0px;-moz-user-focus:ignore;&quot; id=&quot;isc_BS&quot; role=&quot;button&quot; href=&quot;#&quot;&gt;&lt;img width=&quot;18&quot; height=&quot;22&quot; border=&quot;0&quot; align=&quot;TEXTTOP&quot; suppress=&quot;TRUE&quot; style=&quot;;margin-top:0px;margin-bottom:0px;&quot; id=&quot;isc_BT&quot; src=&quot;http://172.16.25.52/callcenter/callcenter/sc/skins/BroadWorks/images/pickers/comboBoxPicker.png&quot;&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;</code></pre></div><p>Now, the drop down shows &quot;All Directories&quot; initially and our goal is to click this drop down and choose below option from this drop down (in this case its &quot;personal&quot;).</p><p>When we record this portion using SAHI controller, it sees it as</p><div class="codebox"><pre><code>browser.div(&quot;All Directories&quot;)</code></pre></div><p>So, I formulated below script where it clicks initial DIV &amp; tries to choose another option...But when we run below code, it throws an exception:</p><div class="codebox"><pre><code>browser.cell(&quot;SEARCH&quot;).click();
browser.div(&quot;All Directories&quot;).click();
browser.div(&quot;Personal[1]&quot;).click(); ==&gt; This is inside Drop down, what we are trying to choose</code></pre></div><p>EXCEPTION<br />=========<br /></p><div class="codebox"><pre><code>Exception in thread &quot;main&quot; error:_click(_div(&quot;All Directories&quot;))
Error: The parameter passed to _click was not found on the browser
    at net.sf.sahi.client.Browser.executeStep(Browser.java:205)
    at net.sf.sahi.client.Browser.execute(Browser.java:172)
    at net.sf.sahi.client.Browser.click(Browser.java:308)
    at net.sf.sahi.client.ElementStub.click(ElementStub.java:66)
    at SahiDriverDemo.main(SahiDriverDemo.java:59)</code></pre></div><br /><p>Kindly NOTE: We get similar exception &amp; problem is observed for all drop down portions in our application.</p><br /><p><strong>4. GUI which loads upon Clicking</strong></p><p>We have a GUI which is recognized by SAHI controller (in java mode) as </p><div class="codebox"><pre><code>browser.cell(&quot;DIRECTORIES&quot;).click();</code></pre></div><p>HTML code for this portion as seen by firebug is </p><div class="codebox"><pre><code>&lt;div onscroll=&quot;return isc_SectionHeader_25.$lh()&quot; style=&quot;position: absolute; left: 0px; top: 224px; width: 435px; height: 28px; z-index: 202448; -moz-box-sizing: border-box; overflow: hidden; cursor: pointer;&quot; role=&quot;heading&quot; eventproxy=&quot;isc_SectionHeader_25&quot; id=&quot;isc_9C&quot;&gt;&lt;div style=&quot;POSITION:relative;VISIBILITY:inherit;Z-INDEX:202448;CURSOR:pointer;&quot; eventproxy=&quot;isc_SectionHeader_25&quot; id=&quot;isc_9B&quot;&gt;&lt;table width=&quot;100%&quot; height=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; style=&quot;table-layout:fixed;overflow:hidden;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign=&quot;center&quot; nowrap=&quot;true&quot; align=&quot;left&quot; style=&quot;padding-top:0px;padding-bottom:0px;&quot; class=&quot;sectionHeaderopened&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;margin:0px;border:0px;padding:0px;background-image:none;background-color:transparent;font-size:1px;padding-right:6px&quot; class=&quot;sectionHeaderclosed&quot;&gt;&lt;img width=&quot;11&quot; height=&quot;7&quot; border=&quot;0&quot; align=&quot;absmiddle&quot; suppress=&quot;TRUE&quot; eventpart=&quot;icon&quot; style=&quot;vertical-align:middle&quot; name=&quot;isc_9Bisc_SectionHeader_25$4u&quot; src=&quot;http://172.16.25.52/callcenter/callcenter/sc/skins/BroadWorks/images/SectionHeader/green_opener_opened.png&quot;&gt;&lt;/td&gt;&lt;td nowrap=&quot;true&quot; style=&quot;margin:0px;border:0px;padding:0px;background-image:none;background-color:transparent;&quot; class=&quot;sectionHeaderopened&quot;&gt;DIRECTORIES&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div onscroll=&quot;return isc_SectionHeader_25_controlsLayout.$lh()&quot; style=&quot;position: absolute; left: 259px; top: 0px; width: 176px; height: 28px; z-index: 202466; padding: 0px; -moz-box-sizing: border-box; overflow: hidden; cursor: default;&quot; class=&quot;normal&quot; eventproxy=&quot;isc_SectionHeader_25_controlsLayout&quot; id=&quot;isc_9D&quot;&gt;&lt;div style=&quot;POSITION:relative;VISIBILITY:inherit;Z-INDEX:202466;CURSOR:default;&quot; eventproxy=&quot;isc_SectionHeader_25_controlsLayout&quot; id=&quot;isc_9E&quot;&gt;&amp;nbsp;&lt;div onscroll=&quot;return isc_DynamicForm_11.$lh()&quot; style=&quot;position: absolute; left: 0px; top: 3px; width: 150px; height: 22px; z-index: 202484; border: 0px none; -moz-box-sizing: border-box; overflow: hidden;&quot; class=&quot;normal&quot; eventproxy=&quot;isc_DynamicForm_11&quot; id=&quot;isc_9F&quot;&gt;&lt;div style=&quot;POSITION:relative;VISIBILITY:inherit;Z-INDEX:202484;CURSOR:default;&quot; eventproxy=&quot;isc_DynamicForm_11&quot; id=&quot;isc_9G&quot;&gt;&lt;form style=&quot;margin-bottom:0px;&quot; onreset=&quot;isc_DynamicForm_11.resetValues(); return false;&quot; onsubmit=&quot;return isc_DynamicForm_11.$10d()&quot; enctype=&quot;application/x-www-form-urlencoded&quot; action=&quot;#&quot; method=&quot;POST&quot; id=&quot;isc_9H&quot;&gt;&lt;table width=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; id=&quot;isc_9I&quot; role=&quot;presentation&quot;&gt;&lt;tbody&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col width=&quot;20&quot;&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class=&quot;&quot; style=&quot;margin:0px;border:0px;padding:0px;background-image:none;background-color:transparent;height:0px;overflow:hidden;padding:0px;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;left&quot; $89=&quot;isc_SelectItem_5&quot; id=&quot;isc_9J&quot; style=&quot;&quot; class=&quot;formCell&quot;&gt;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;selectItemControl&quot; style=&quot;cursor:default;width:150px;&quot; $9a=&quot;$9f&quot; $89=&quot;isc_SelectItem_5&quot; id=&quot;isc_9K&quot; role=&quot;presentation&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;margin:0px;border:0px;padding:0px;background-image:none;background-color:transparent;&quot;&gt;&lt;div tabindex=&quot;2035&quot; style=&quot;width:127px;height:16px;overflow:hidden;white-space:nowrap;&quot; class=&quot;selectItemText&quot; $9a=&quot;$9d&quot; $89=&quot;isc_SelectItem_5&quot; id=&quot;isc_9L&quot;&gt;Enterprise&lt;/div&gt;&lt;/td&gt;&lt;td style=&quot;&quot; class=&quot;selectItemPickerIcon&quot; id=&quot;isc_9M&quot;&gt;&lt;a handlenativeevents=&quot;false&quot; $9a=&quot;picker&quot; $89=&quot;isc_SelectItem_5&quot; tabindex=&quot;-1&quot; style=&quot;margin-left:0px;-moz-user-focus:ignore;&quot; id=&quot;isc_9N&quot; role=&quot;button&quot; href=&quot;#&quot;&gt;&lt;img width=&quot;18&quot; height=&quot;22&quot; border=&quot;0&quot; align=&quot;TEXTTOP&quot; suppress=&quot;TRUE&quot; style=&quot;;margin-top:0px;margin-bottom:0px;&quot; id=&quot;isc_9O&quot; src=&quot;http://172.16.25.52/callcenter/callcenter/sc/skins/BroadWorks/images/pickers/comboBoxPicker.png&quot;&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/form&gt;&lt;/div&gt;&lt;/div&gt;&lt;div onscroll=&quot;return isc_ImgButton_18.$lh()&quot; style=&quot;position: absolute; left: 155px; top: 6px; width: 16px; height: 16px; z-index: 202502; -moz-box-sizing: border-box; overflow: hidden;&quot; onblur=&quot;if(window.isc)isc.EH.blurFocusCanvas(isc_ImgButton_18,true);&quot; onfocus=&quot;if(event.target!=this)return;isc.EH.focusInCanvas(isc_ImgButton_18,true);&quot; class=&quot;imgButtonDisabled&quot; role=&quot;button&quot; eventproxy=&quot;isc_ImgButton_18&quot; id=&quot;isc_9Q&quot;&gt;&lt;div style=&quot;POSITION:relative;VISIBILITY:inherit;Z-INDEX:202502;CURSOR:default;&quot; eventproxy=&quot;isc_ImgButton_18&quot; id=&quot;isc_9P&quot;&gt;&lt;img width=&quot;16&quot; height=&quot;16&quot; border=&quot;0&quot; align=&quot;TEXTTOP&quot; suppress=&quot;TRUE&quot; name=&quot;isc_9Pmain&quot; src=&quot;http://172.16.25.52/callcenter/images/bw_FeatureClose_16_Disabled.png&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</code></pre></div><br /><p>Now when we click this portion, new GUI portion gets added under it at runtime. Its html code is very big, thus not highlighting it here.</p><p>The problem is that SAHI controller does not record any thing for this newly added GUI portion. Hence we are not able to test its functionality.</p><p>Regards,<br />Nitesh</p>]]></description>
			<author><![CDATA[dummy@example.com (narayan)]]></author>
			<pubDate>Mon, 28 May 2012 11:36:01 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3926&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Shows exception while connecting SQL SERVER 2008 DB via Sahi]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3937&amp;action=new</link>
			<description><![CDATA[<p>exception: java.lang.UnsupportedOperationException: Java Runtime Environment (JRE) version 1.6 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0.</p><p>Class path set in&nbsp; start_dashboard.bat as <br />SET SAHI_EXT_CLASS_PATH=%SAHI_HOME%\extlib\db\sqljdbc.jar</p><p>Also tried with sqljdbc4.jar - shows the same exception</p><p>placed DB string as <br />var $db =_getDB(&quot;com.microsoft.sqlserver.jdbc.SQLServerDriver&quot;,&quot;jdbc:sqlserver://ip address:1433;databasename&quot;,&quot;username&quot;,&quot;password&quot;);</p><p>Can please anyone guide me on this to connect to DB?</p>]]></description>
			<author><![CDATA[dummy@example.com (ShilpaHS)]]></author>
			<pubDate>Mon, 28 May 2012 10:03:17 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3937&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How to write and read data from excel sheets.]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3936&amp;action=new</link>
			<description><![CDATA[<p>Hi, </p><p> I am using sahi for recording and playback . I would like to enhance script by taking data from excel <br />sheet and write report to the same excel once the case get passed.</p><p>Can somebody let me know how to do this.</p><p>Thanks in adv</p>]]></description>
			<author><![CDATA[dummy@example.com (santosh.kande)]]></author>
			<pubDate>Mon, 28 May 2012 06:25:31 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3936&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[_readURL in error Should not have come here: RhinoRuntime.eval]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3908&amp;action=new</link>
			<description><![CDATA[<p>hi all,</p><p>I try a simple read with _readURL and i obtain a error</p><div class="quotebox"><blockquote><p>_navigateTo(&quot;http://sahi.co.in/demo/&quot;);<br />var $Text = _readURL(&quot;http://sahi.co.in/demo/&quot;);<br />&nbsp; &nbsp; _debug($Text);</p></blockquote></div><div class="quotebox"><blockquote><p>16 mai 2012 12:27:25 net.sf.sahi.command.RhinoRuntime eval<br />ATTENTION: Should not have come here: RhinoRuntime.eval: _readURL(&quot;http://sahi.co.in/demo/&quot;)<br />Debug: null</p></blockquote></div><br /><p>any idea ?</p><p>thx</p><p>Regards</p><p>Fabrice</p>]]></description>
			<author><![CDATA[dummy@example.com (rashedkhan678)]]></author>
			<pubDate>Mon, 28 May 2012 04:16:34 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3908&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[accessing definition list <dl>]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3934&amp;action=new</link>
			<description><![CDATA[<p>Hello,</p><p>Is there api for accessing definition list and its elements - the html tags dl, dt, dd?<br />It looks the _list() function works only with ol and ul tags.</p><br /><p>I&#039;m using the free version (Build: 2011-07-19).</p><p>BR</p>]]></description>
			<author><![CDATA[dummy@example.com (rdo)]]></author>
			<pubDate>Sat, 26 May 2012 13:51:00 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3934&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Anyone using page objects in Sahi]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3896&amp;action=new</link>
			<description><![CDATA[<p>I&#039;m interested in introducing a page object pattern to my sahi scripts and wanted to see if anyone here in the forum is doing this too... The pages themselves seem pretty straight forward but I&#039;m interested in HOW you incorporate them into your tests. How you call them from your scripts and how you manage them in general. Any examples you could give would also be great. </p><p>Thanks a bunch,<br />Brian</p>]]></description>
			<author><![CDATA[dummy@example.com (dasspunk)]]></author>
			<pubDate>Sat, 26 May 2012 13:50:33 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3896&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Unable to run Sahi on windows 7 home]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3933&amp;action=new</link>
			<description><![CDATA[<p>Hi, I hope I am posting in the correct area.</p><p>I was hoping to learn more about Sahi over the weekend but unfortunately I am unable to to open the program after downloading Sahi OS version.</p><p>If I double click nothing happens, if I select &#039;run as administrator&#039; a dos window appears for a split second but again disappears and nothing happens.</p><p>I am running windows 7 home premium 64 bit.</p><p>Is there anything I can do to get this running?</p><p>Many thanks,</p><p>Denise</p>]]></description>
			<author><![CDATA[dummy@example.com (Wildwookie)]]></author>
			<pubDate>Fri, 25 May 2012 21:43:57 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3933&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How to communicate with excel files with Sahi script and what pre req]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3932&amp;action=new</link>
			<description><![CDATA[<p>Hi ,</p><p>I would like to enhance my sahi scripts by writing reports to excel files.</p><p>How to communicate with excel files and what are other pre-requisites we need to have like driver<br />creation and jar files needed.</p>]]></description>
			<author><![CDATA[dummy@example.com (globalworming)]]></author>
			<pubDate>Fri, 25 May 2012 10:42:38 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3932&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Sahi view logs]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3931&amp;action=new</link>
			<description><![CDATA[<p>I am using excel framework<br />When I open view logs trough controller it gives me error <br />General error: &quot;java.lang.RuntimeException: page[4993] data leaf table:42 STEPREPORTS_COPY_2_0 entries:4 parent:5063 keys:[6808, 6809, 6810, 6811] offsets:[1894, 1439, 1285, 830] parent 5063 expected 1095&quot;; SQL statement: select * from suiteReports order by startTime desc limit 50 [50000-159]</p>]]></description>
			<author><![CDATA[dummy@example.com (tejas269)]]></author>
			<pubDate>Fri, 25 May 2012 07:38:08 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3931&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Sahi 3.5 is amazing.]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=2151&amp;action=new</link>
			<description><![CDATA[<p>We just started using the latest version 3.5 of sahi and it just magically solved all our issues for which we had work around in our tests. Thanks to Narayan for taking the call at midnight and helping us understand issues with the code we had written and help us understand sahi better.</p>]]></description>
			<author><![CDATA[dummy@example.com (Pratichi)]]></author>
			<pubDate>Fri, 25 May 2012 05:48:24 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=2151&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[SAHO 3.5 OS :Issue With Internet Explorer9]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3930&amp;action=new</link>
			<description><![CDATA[<p>We are upgrading our Web Application to work on IE 9. The application is build on EXTJS and use AJAX as well. When I am using SAHI as a proxy the AJAX implementation in the application is not working properly on IE 9 browser with windows 7 operating system . When I use the SAHI proxy with FireFox 12.0 it is working fine. Can any one please suggest what should I do? </p><p> I will greatly appreciate your help. Also, please guide me to a SAHI forum or Youtube link illustrating more about SAHI and its functionality.</p>]]></description>
			<author><![CDATA[dummy@example.com (Pratichi)]]></author>
			<pubDate>Fri, 25 May 2012 05:38:19 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3930&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[150s timeout on my scripts , Dont know why its occurs only remotely]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3929&amp;action=new</link>
			<description><![CDATA[<p>Hi all,</p><p>To begin with I must say that there is another post about this timeout issue (but that seems a bit different).</p><p>Here is my problem.<br />Locally I have setup jenkins and I&quot;m running sahi tests VIA jenkins easily.. All my tests succeed without any problems..</p><p>Now when i put those same script up on my work servers and try to run there are some weird issues i&#039;m facing.<br />(Here is my remote setup)<br />1.) Machine used for Jenkins is a different VM<br />2.) The machine used as sahi host (ubuntu 11.04) is a different VM <br />3.) The machine on which my sahi tests should be executed are on a different VM</p><p>NOW,<br />when i run testrunner.sh with all necessary parameters directly from the ubuntu machine (SAHI HOST) , I get the usual log of the setup and it waits and waits and waits..<br />after about 150scecs it closes down saying the &quot;script could not start under 150s&quot;.</p><p>(These same scripts are working without a hitch on my local machines).<br />So what i did was to RDP into the ubuntu machine (SAHI HOST) <br />b.) launched firefox and manually changed proxy settings<br />c.) started sahi.sh<br />d.) ctrl+alt+dbl click and played back my script on that machine (VIA RDP).</p><p>&quot;It all worked fine.&quot; </p><p>But when i connect to this ubuntu machine (VIA VPN) and ssh into it and run testrunner.sh only then the script fails to open up the browser..<br />What could be the reason?<br />Please advice</p>]]></description>
			<author><![CDATA[dummy@example.com (sham)]]></author>
			<pubDate>Fri, 25 May 2012 05:18:18 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3929&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Running Sahi in Mac]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3928&amp;action=new</link>
			<description><![CDATA[<p>Hi guys,</p><p>Can somebody tell me how to start Sahi in Mac?<br />I already installed Sahi v4 in Mac OS X v10.6.8<br />In windows, there is a shortcut for opening up the sahi console.<br />How will i do it in Mac?<br />I tried following the steps in <a href="http://sahi.co.in/forums/viewtopic.php?id=36,">http://sahi.co.in/forums/viewtopic.php?id=36,</a> but got no luck since the link posted is not available anymore.</p><p>Thank and regards.</p>]]></description>
			<author><![CDATA[dummy@example.com (lonely_girl01)]]></author>
			<pubDate>Fri, 25 May 2012 00:43:01 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3928&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[SAHI XML Test Report and other things that can make it better]]></title>
			<link>http://sahi.co.in/forums/viewtopic.php?id=3923&amp;action=new</link>
			<description><![CDATA[<p>HI,<br />I have been using SAHI open source for quite some time now.<br />I have found it very helpfull .But, it lacks some basic things that could make this tool rock<br />1.Option to specify xml,html for the playback html reports that are generated.This will help in integrating with other reporting systems in organization.- if this can be done in open source ver.<br />2. Annotation for methods similar to nunit and other automation tools.<br />e.g <br />[Test]<br />function MyTestCase()<br />{}.Then ,maybe sahi can get identify them as test cases and set the test pass/fail accordingly and other methods can be treated as comm. functions.</p>]]></description>
			<author><![CDATA[dummy@example.com (globalworming)]]></author>
			<pubDate>Thu, 24 May 2012 21:33:29 +0000</pubDate>
			<guid>http://sahi.co.in/forums/viewtopic.php?id=3923&amp;action=new</guid>
		</item>
	</channel>
</rss>

