Web testing with Pharo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Web testing with Pharo

Torsten Bergmann
There is
  Parasol   http://ss3.gemstone.com/ss/Parasol.html and
  Webtester http://www.squeaksource.com/WebTester/ 

both for Pharo and both using Selenium driver to test web apps.

Anyone able to describe the differences or experience?
Why two projects instead of one?

Thx
T.

Reply | Threaded
Open this post in threaded view
|

Re: Web testing with Pharo

Johan Brichau-2
Hi Torsten,

We were using WebTester first but created Parasol to replace it.

WebTester was written for Selenium RC (aka Selenium 1).
It uses a protocol you can find somewhere here: http://docs.seleniumhq.org/docs/05_selenium_rc.jsp

Beach-Parasol is written for Selenium Webdriver (aka Selenium 2).
It uses this protocol: http://code.google.com/p/selenium/wiki/JsonWireProtocol

More info on using Parasol: http://ss3.gemstone.com/ss/Parasol.html/Wiki

greetings
Johan

On 03 Apr 2013, at 14:50, Torsten Bergmann <[hidden email]> wrote:

> There is
>  Parasol   http://ss3.gemstone.com/ss/Parasol.html and
>  Webtester http://www.squeaksource.com/WebTester/ 
>
> both for Pharo and both using Selenium driver to test web apps.
>
> Anyone able to describe the differences or experience?
> Why two projects instead of one?
>
> Thx
> T.
>


Reply | Threaded
Open this post in threaded view
|

Re: Web testing with Pharo

Tobias Pape
Hey Johan

Am 03.04.2013 um 15:19 schrieb Johan Brichau <[hidden email]>:

> Hi Torsten,
>
> We were using WebTester first but created Parasol to replace it.
>
> WebTester was written for Selenium RC (aka Selenium 1).
> It uses a protocol you can find somewhere here: http://docs.seleniumhq.org/docs/05_selenium_rc.jsp
>
> Beach-Parasol is written for Selenium Webdriver (aka Selenium 2).
> It uses this protocol: http://code.google.com/p/selenium/wiki/JsonWireProtocol
>
> More info on using Parasol: http://ss3.gemstone.com/ss/Parasol.html/Wiki


do you mind me making Parasol ready for Squeak?
If so, would you grant me access on the repo?

Best
        -Tobias


Reply | Threaded
Open this post in threaded view
|

Re: Web testing with Pharo

Johan Brichau-2

On 03 Apr 2013, at 15:29, Tobias Pape <[hidden email]> wrote:

> do you mind me making Parasol ready for Squeak?
> If so, would you grant me access on the repo?

Done!
Just make sure it continues working in Pharo ;-)

Johan