<?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 - Selenium PageObjects introduction screencast now available</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>Wed, 19 Jun 2013 16:57:47 -0400</pubDate>


    <item>

        <title>good day</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=62783</link>

        

        
            <description><![CDATA[<p>thats what i though too Frank...i did not now any of it</p>
<p><a href="http://www.storkclub.com/stork-club-story.html" target="_blank">stork club new york</a></p>]]></description>
        

        <pubDate>Fri, 18 Jan 2013 02:33:17 -0500</pubDate>

        

        <jf:creationDate>Fri, 18 Jan 2013 02:33:17 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 18 Jan 2013 02:33:17 -0500</jf:modificationDate>
        <jf:date>Jan 18, 2013</jf:date>
        <jf:author>club stork</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Page or parts</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=62783</link>

        

        
            <description><![CDATA[<p>Factoring a PageObject on the page or an object in the page is a matter of re-factoring the test code routinely. Adam describes it in the screencast as an ongoing process. Start with the entire page and then break it down into parts of the page over...]]></description>
        

        <pubDate>Sat, 13 Aug 2011 14:35:24 -0400</pubDate>

        

        <jf:creationDate>Sat, 13 Aug 2011 14:35:24 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 13 Aug 2011 14:35:24 -0400</jf:modificationDate>
        <jf:date>Aug 13, 2011</jf:date>
        <jf:author>fcohen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>QA department for Selenium?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=62783</link>

        

        
            <description><![CDATA[<p>Please explain that part of your comment?</p>]]></description>
        

        <pubDate>Sat, 13 Aug 2011 13:25:15 -0400</pubDate>

        

        <jf:creationDate>Sat, 13 Aug 2011 13:25:15 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 13 Aug 2011 13:25:15 -0400</jf:modificationDate>
        <jf:date>Aug 13, 2011</jf:date>
        <jf:author>fcohen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>GEB data enabled testing?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=62783</link>

        

        
            <description><![CDATA[<p>I had not heard about GEB before. "Very Groovy browser automation&hellip; web testing, screen scraping and more". The Book of GEB is a thorough reference guide for GEB at&nbsp;<a class="jive-link-external" href="http://www.gebish.org/manual/current/"...]]></description>
        

        <pubDate>Sat, 13 Aug 2011 13:24:03 -0400</pubDate>

        

        <jf:creationDate>Sat, 13 Aug 2011 13:24:03 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 13 Aug 2011 13:24:03 -0400</jf:modificationDate>
        <jf:date>Aug 13, 2011</jf:date>
        <jf:author>fcohen</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>PageObjects are about reuse, but they just dont reuse CoR</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=62783</link>

        

        
            <description><![CDATA[<p>I agree that selenium is a great tool and it is great to prescribe a process of applying it in a structured way.</p>...]]></description>
        

        <pubDate>Sat, 13 Aug 2011 03:57:09 -0400</pubDate>

        

        <jf:creationDate>Sat, 13 Aug 2011 03:57:09 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 13 Aug 2011 03:57:09 -0400</jf:modificationDate>
        <jf:date>Aug 13, 2011</jf:date>
        <jf:author>george mournos</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

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

        

        
            <description><![CDATA[<p>Great. &nbsp;Now all selenium needs is a QA department, since they obviously don't have one of those. &nbsp;Also, Geb already does page objects very nicely. &nbsp;</p>]]></description>
        

        <pubDate>Thu, 11 Aug 2011 13:33:26 -0400</pubDate>

        

        <jf:creationDate>Thu, 11 Aug 2011 13:33:26 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 11 Aug 2011 13:33:26 -0400</jf:modificationDate>
        <jf:date>Aug 11, 2011</jf:date>
        <jf:author>no name</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Selenium PageObjects introduction screencast now available</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=62783</link>

        

        
            <description><![CDATA[<p>The Page Object Pattern is a strong and efficient way to create, maintain and reuse test scripts for testing Web applications. PageObjects bring object oriented programming to test scripts. Selenium PageObject is a software and test development...]]></description>
        

        <pubDate>Thu, 11 Aug 2011 10:34:45 -0400</pubDate>

        

        <jf:creationDate>Thu, 11 Aug 2011 10:34:45 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 11 Aug 2011 10:34:45 -0400</jf:modificationDate>
        <jf:date>Aug 11, 2011</jf:date>
        <jf:author>fcohen</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>



</channel>
</rss>

