<?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">
    <channel>
        <title>TestersDesk — Sahi Pro Community</title>
        <link>http://community.sahipro.com/forums/</link>
        <pubDate>Thu, 06 Aug 2026 10:42:04 +0000</pubDate>
        <language>en</language>
            <description>TestersDesk — Sahi Pro Community</description>
    <atom:link href="http://community.sahipro.com/forums/discussions/tagged/TestersDesk/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Problem in data driven testing</title>
        <link>http://community.sahipro.com/forums/discussion/1211/problem-in-data-driven-testing</link>
        <pubDate>Fri, 09 Oct 2009 05:42:09 +0000</pubDate>
        <category>Sahi - Open Source</category>
        <dc:creator></dc:creator>
        <guid isPermaLink="false">1211@/forums/discussions</guid>
        <description><![CDATA[Hi Narayan,<br />
<br />
I have gone through testersdesk and have done one simple data driven test for username and password.<br />
its not working.<br />
<br />
When i tried to play the script through sahi controller<br />
<br />
I got the message like:<br />
Please open the Controller again.<br />
(Press CTRL ALT-DblClick on the main window.)<br />
<br />
So, i have closed the Sahi controller &amp; IE window and re-opened. No use.<br />
but when i tried with other scripts its running smoothly..<br />
<br />
Please review my below code.<br />
<br />
function login($usr, $pwd){<br />
_setValue(_textbox(&quot;txtUser&quot;), $usr);<br />
_setValue(_password(&quot;txtPassword&quot;), $pwd);<br />
_click(_submit(&quot;Sign In&quot;));<br />
_click(_link(&quot;Logout&quot;));<br />
}<br />
<br />
var $data = _readCSVFile(&quot;../scripts/Book1.csv&quot;);<br />
for (var $i=0; $i&lt;$data.length; $i++)<br />
{<br />
var $row = $data[$i];<br />
login($row[0], $row[1]);<br />
}<br />
<br />
Thanks and regards,<br />
Rajasekhar]]>
        </description>
    </item>
    <item>
        <title>Sahi Data Driven Example with TestersDesk</title>
        <link>http://community.sahipro.com/forums/discussion/1123/sahi-data-driven-example-with-testersdesk</link>
        <pubDate>Fri, 07 Aug 2009 02:27:55 +0000</pubDate>
        <category>Sahi - Open Source</category>
        <dc:creator>narayan</dc:creator>
        <guid isPermaLink="false">1123@/forums/discussions</guid>
        <description><![CDATA[Folks,<br />
<br />
<a href="/forums/home/leaving?target=http%3A%2F%2Fwww.testersdesk.com" rel="nofollow">TestersDesk</a> is a nice online tool to generate data for data driven testing.<br />
Have a look at this link to see how one can do datadriven testing using Sahi and TestersDesk<br />
<br />
<a href="/forums/home/leaving?target=http%3A%2F%2Fsahi.co.in%2Fdemo%2Ftd%2Fguitar.htm" rel="nofollow">http://sahi.co.in/demo/td/guitar.htm</a><br />
<br />
Regards,<br />
Narayan]]>
        </description>
    </item>
   </channel>
</rss>
