[Pharo-project] Web testing with Pharo
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.
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 <astares@gmx.de> 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.
Hey Johan Am 03.04.2013 um 15:19 schrieb Johan Brichau <johan@inceptive.be>:
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
participants (3)
-
Johan Brichau -
Tobias Pape -
Torsten Bergmann