<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - WebTest vs Selenium: WebTest wins 13 - 5</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sun, 19 May 2013 11:50:39 -0400</pubDate>


    <item>

        <title>Tellurium is a different way to write Selenium tests</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[The "Record and replay" style really does not work for our company. Even the UI is not changed, there are still data dependence in the testing flow and the script generated from Selenium IDE is really difficult to refactor. That is why we threw this...]]></description>
        

        <pubDate>Thu, 14 Aug 2008 16:35:20 -0400</pubDate>

        

        <jf:creationDate>Thu, 14 Aug 2008 16:35:20 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 14 Aug 2008 16:35:20 -0400</jf:modificationDate>
        <jf:date>Aug 14, 2008</jf:date>
        <jf:author>John Fang</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Does anyone else use badboy?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[A bit out of context based on this discussion, but I was wondering if anyone else has experience with Badboy -...]]></description>
        

        <pubDate>Sat, 03 Nov 2007 17:27:04 -0400</pubDate>

        

        <jf:creationDate>Sat, 03 Nov 2007 17:27:04 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 03 Nov 2007 17:27:04 -0400</jf:modificationDate>
        <jf:date>Nov 3, 2007</jf:date>
        <jf:author>wezell</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Sahi web test tool</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[It is true that web test is harder to maintain and longer to develop. However, there is value testing all the application layers including the GUI. ...]]></description>
        

        <pubDate>Fri, 02 Nov 2007 22:23:37 -0400</pubDate>

        

        <jf:creationDate>Fri, 02 Nov 2007 22:23:37 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 02 Nov 2007 22:23:37 -0400</jf:modificationDate>
        <jf:date>Nov 2, 2007</jf:date>
        <jf:author>An Phong Do</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Selenium Test Maintainability</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[I agree with this, the biggest problem with Selenium (and all other web based testing frameworks for that matter) is not whether or not they can be recorded or not - recording only works for the simplest possible cases and not at all for AJAX stuff - but...]]></description>
        

        <pubDate>Tue, 30 Oct 2007 16:53:32 -0400</pubDate>

        

        <jf:creationDate>Tue, 30 Oct 2007 16:53:32 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 30 Oct 2007 16:53:32 -0400</jf:modificationDate>
        <jf:date>Oct 30, 2007</jf:date>
        <jf:author>Douglas Sellers</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Selenium + Ajax</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[Selenium copes with Ajax, but you need to use waitForText rather than verifyText etc. e.g.

Command: click
Target: link=OK

Command: waitForText
Target: xpath=/descendant::div[@id='ajaxResponse']
Value: Success]]></description>
        

        <pubDate>Tue, 30 Oct 2007 04:50:31 -0400</pubDate>

        

        <jf:creationDate>Tue, 30 Oct 2007 04:50:31 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 30 Oct 2007 04:50:31 -0400</jf:modificationDate>
        <jf:date>Oct 30, 2007</jf:date>
        <jf:author>Steve Cresswell</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>WebTest *and* Selenium?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[Possible to develop a middle layer that allows one to...]]></description>
        

        <pubDate>Mon, 29 Oct 2007 21:27:06 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Oct 2007 21:27:06 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Oct 2007 21:27:06 -0400</jf:modificationDate>
        <jf:date>Oct 29, 2007</jf:date>
        <jf:author>Kent Tong</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: WebTest vs Selenium: WebTest wins 13 - 5</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[Record/Playback is becoming a minor help when using Ajax.
That is, recording Ajax pages requires recording and reproducing javascript actions and events. 

Is this supported in the Selenium/WebTest?

William]]></description>
        

        <pubDate>Mon, 29 Oct 2007 18:59:44 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Oct 2007 18:59:44 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Oct 2007 18:59:44 -0400</jf:modificationDate>
        <jf:date>Oct 29, 2007</jf:date>
        <jf:author>William Martinez</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Running JUnits faster on the grid</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[If you want to run your JUnit faster by putting them on the grid with a simple annotation take a look at <a href="http://www.gridgain.org">GridGain</a>. Detailed instructions can be found on <a...]]></description>
        

        <pubDate>Mon, 29 Oct 2007 13:23:51 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Oct 2007 13:23:51 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Oct 2007 13:23:51 -0400</jf:modificationDate>
        <jf:date>Oct 29, 2007</jf:date>
        <jf:author>Nikita Ivanov</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>www.pragmaticqa.com</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[The website is <a class="jive-link-external" href="http://www.pragmaticqa.com" target="_newWindow">http://www.pragmaticqa.com</a>]]></description>
        

        <pubDate>Mon, 29 Oct 2007 12:59:42 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Oct 2007 12:59:42 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Oct 2007 12:59:42 -0400</jf:modificationDate>
        <jf:date>Oct 29, 2007</jf:date>
        <jf:author>Murali Varadarajan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>How about 'Element' from PragmaticQA</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[We were looking for a web-based functional testing tool that can do all the basic functional testing and management of test-cases &#38; test-scripts. Also we didn't want to use any proprietary scripts or complex xmls. We found Watir very impressive in...]]></description>
        

        <pubDate>Mon, 29 Oct 2007 12:53:58 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Oct 2007 12:53:58 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Oct 2007 12:53:58 -0400</jf:modificationDate>
        <jf:date>Oct 29, 2007</jf:date>
        <jf:author>Murali Varadarajan</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: WebTest vs Selenium: WebTest wins 13 - 5</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[<blockquote>The big thing is that Selenium gives record/playback.<br><br>This approach allows replacement of much of repeated, manual UI testing with record once, maintain, and replay -- and allows it by lower-skilled QA personnel.<br><br>Unless/until...]]></description>
        

        <pubDate>Mon, 29 Oct 2007 10:07:10 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Oct 2007 10:07:10 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Oct 2007 10:07:10 -0400</jf:modificationDate>
        <jf:date>Oct 29, 2007</jf:date>
        <jf:author>Adrian Mitev</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Record / Playback</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[<blockquote>The big thing is that Selenium gives record/playback.<br><br>This approach allows replacement of much of repeated, manual UI testing with record once, maintain, and replay -- and allows it by lower-skilled QA personnel.<br><br>Unless/until...]]></description>
        

        <pubDate>Mon, 29 Oct 2007 09:44:44 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Oct 2007 09:44:44 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Oct 2007 09:44:44 -0400</jf:modificationDate>
        <jf:date>Oct 29, 2007</jf:date>
        <jf:author>Steve Cresswell</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>More ideas:</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[Cool, i'd suggest some more subjets for those guys:

WebTest vs DBUnit 
JUnit vs Cactus 
Database vs LDAP 
...

Selenium, WebTest(HttpUnit), DBUnit, JUnit and others are compimentary. There are things that you can do with one and cannot do with another.]]></description>
        

        <pubDate>Mon, 29 Oct 2007 09:05:08 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Oct 2007 09:05:08 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Oct 2007 09:05:08 -0400</jf:modificationDate>
        <jf:date>Oct 29, 2007</jf:date>
        <jf:author>Vitaly Shevchuc</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: WebTest vs Selenium: WebTest wins 13 - 5</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[The big thing is that Selenium gives record/playback....]]></description>
        

        <pubDate>Mon, 29 Oct 2007 08:34:37 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Oct 2007 08:34:37 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Oct 2007 08:34:37 -0400</jf:modificationDate>
        <jf:date>Oct 29, 2007</jf:date>
        <jf:author>Jess Holle</jf:author>
        <jf:replyCount>9</jf:replyCount>
    </item>


    <item>

        <title>WebTest vs Selenium: WebTest wins 13 - 5</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=47381</link>

        

        
            <description><![CDATA[The maintainability of automated tests depends primarily on the skills of the test authors, but different tools have different features that impact their efficiency. <a...]]></description>
        

        <pubDate>Mon, 29 Oct 2007 08:14:26 -0400</pubDate>

        

        <jf:creationDate>Mon, 29 Oct 2007 08:14:26 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 29 Oct 2007 08:14:26 -0400</jf:modificationDate>
        <jf:date>Oct 29, 2007</jf:date>
        <jf:author>Tomi Schuetz</jf:author>
        <jf:replyCount>14</jf:replyCount>
    </item>



</channel>
</rss>

