Amit, have you considered Cucumber (<a href="http://cukes.info/">http://cukes.info/</a>)? It&#39;s written in Ruby, but we use it (with Aruba, <a href="http://github.com/aslakhellesoy/aruba">http://github.com/aslakhellesoy/aruba</a>) all the same to test a few of our Python tools. We like it a lot so far. AFAIK it&#39;s well suited to test Web applications.<div>
<br></div><div>Arve<br><br><div class="gmail_quote">On Tue, Aug 24, 2010 at 8:02 PM, Amit Uttamchandani <span dir="ltr">&lt;<a href="mailto:amit.uttam@gmail.com">amit.uttam@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Mon, Aug 23, 2010 at 09:21:24PM +0200, Geoff Bache wrote:<br>
&gt; &gt; However, I am still looking around to see if there is anything else<br>
&gt; &gt; that provides similar features as above.<br>
&gt;<br>
&gt; It might be worth taking a look at TextTest (<a href="http://texttest.org" target="_blank">http://texttest.org</a>) also:<br>
&gt; it assumes that a test consists of a single terminating process<br>
&gt; that produces some files, and manages changes in the contents<br>
&gt; of those files. This means it can easily be used to wrap some other<br>
&gt; test tool or custom test script. It has a test management GUI to<br>
&gt; aid with managing suites, integrating with VCSs, extracting information<br>
&gt; from bug reporting systems and things like that.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Geoff<br>
<br>
</div>Thanks for pointing this out.<br>
<br>
I been a looking at it and I actually do like the concepts quite a bit.<br>
However, I don&#39;t think I can use it for the testing that I do here since<br>
textttest focuses on analyzing textual output. In our case, we have to<br>
do a combination of web based testing coupled with embedded device<br>
testing.<br>
<font color="#888888"><br>
Amit<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org">testing-in-python@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" target="_blank">http://lists.idyll.org/listinfo/testing-in-python</a><br>
</div></div></blockquote></div><br></div>