[Wikitech-l] Selenium testing framework - Fix available in Revision 67575?

2010-06-07 Thread Michelle Knight
Message: 6 Date: Thu, 27 May 2010 17:47:48 + (UTC) From: Dan Nessett dness...@yahoo.com Subject: Re: [Wikitech-l] Selenium testing framework- Firefox browsers compatible To: wikitech-l

Re: [Wikitech-l] Selenium testing framework- Firefox browsers compatible

2010-05-27 Thread Dan Nessett
Message: 5 Date: Tue, 18 May 2010 17:44:03 + (UTC) From: Dan Nessett dness...@yahoo.com Subject: Re: [Wikitech-l] Selenium testing framework To: wikitech-l@lists.wikimedia.org Message-ID: hsujl3$v7...@dough.gmane.org Content-Type: text/plain; charset=UTF-8 On Tue, 18 May 2010 19:27:38 +0200

Re: [Wikitech-l] Selenium testing framework- Firefox browsers compatible

2010-05-27 Thread Gerard Meijssen
. I will let you know if I see the error messages. Michelle Knight Message: 5 Date: Tue, 18 May 2010 17:44:03 + (UTC) From: Dan Nessett dness...@yahoo.com Subject: Re: [Wikitech-l] Selenium testing framework To: wikitech-l@lists.wikimedia.org Message-ID: hsujl3$v7...@dough.gmane.org

Re: [Wikitech-l] Selenium testing framework- Firefox browsers compatible

2010-05-27 Thread Daniel Kinzler
Gerard Meijssen schrieb: Hoi, Selenium is not compatible with Ubuntu.. Thanks, GerardM works fine for me -- daniel ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Selenium testing framework- Firefox browsers compatible

2010-05-27 Thread Gerard Meijssen
Hoi, I read some more about this.. It turns out that even though I asked for an update, the software did not update. I just upgraded from release 1.02 to 1.07 and now it works. The documentation states that from 1.05 updates are pushed. Thanks, GerardM On 27 May 2010 21:21, Daniel Kinzler

Re: [Wikitech-l] Selenium testing framework- Firefox browsers compatible

2010-05-26 Thread Michelle Knight
...@yahoo.com Subject: Re: [Wikitech-l] Selenium testing framework To: wikitech-l@lists.wikimedia.org Message-ID: hsujl3$v7...@dough.gmane.org Content-Type: text/plain; charset=UTF-8 On Tue, 18 May 2010 19:27:38 +0200, Markus Glaser wrote: Hi Dan, I had these error messages once when I used

Re: [Wikitech-l] Selenium testing framework: troubleshooting tips

2010-05-26 Thread Michelle Knight
Hi Dan and Markus I have added some troubleshooting tips, based on notes I took during the Friday May 14 meeting, to the Selenium Framework page: http://www.mediawiki.org/wiki/SeleniumFramework#Working_example I think it has the tip about port . My intent was to add information for problem

Re: [Wikitech-l] Selenium testing framework

2010-05-24 Thread Dan Nessett
On Sun, 02 May 2010 02:20:06 +0200, Markus Glaser wrote: Hi everybody, at the Wkimedia Developers' Workshop, I introduced a Selenium testing framework for MediaWiki. Since it has now been promoted to maintenance/tests, I have provided some initial information it on

Re: [Wikitech-l] Selenium testing framework

2010-05-24 Thread Markus Glaser
-l] Selenium testing framework On Sun, 02 May 2010 02:20:06 +0200, Markus Glaser wrote: Hi everybody, at the Wkimedia Developers' Workshop, I introduced a Selenium testing framework for MediaWiki. Since it has now been promoted to maintenance/tests, I have provided some initial

Re: [Wikitech-l] Selenium testing framework

2010-05-21 Thread Dan Nessett
On Mon, 17 May 2010 20:16:35 +, Dan Nessett wrote: On Mon, 17 May 2010 19:11:21 +, Dan Nessett wrote: During the meeting last Friday, someone (I sorry, I don't remember who) mentioned he had created a test that runs with the currently checked in selenium code. Is that test code

Re: [Wikitech-l] Selenium testing framework

2010-05-18 Thread Dan Nessett
On Tue, 18 May 2010 01:04:01 +0200, Markus Glaser wrote: Hi Dan, the test fails at checking the prerequisites. It tries to load the image page and looks for a specific div element which is not present if the image was not uploaded correctly (id=filetoc). This might have changed across the

Re: [Wikitech-l] Selenium testing framework

2010-05-18 Thread Markus Glaser
Hi Dan, I had these error messages once when I used Firefox 3.6 for testing. Until recently, Selenium did not support this browser. Apparently now they do, but I did not have a chance to test this yet. So the solution for me was to point Selenium to a Firefox 3.5. Cheers, Markus

Re: [Wikitech-l] Selenium testing framework

2010-05-18 Thread Dan Nessett
On Tue, 18 May 2010 19:27:38 +0200, Markus Glaser wrote: Hi Dan, I had these error messages once when I used Firefox 3.6 for testing. Until recently, Selenium did not support this browser. Apparently now they do, but I did not have a chance to test this yet. So the solution for me was to

Re: [Wikitech-l] Selenium testing framework

2010-05-18 Thread Dan Nessett
On Tue, 18 May 2010 19:27:38 +0200, Markus Glaser wrote: Hi Dan, I had these error messages once when I used Firefox 3.6 for testing. Until recently, Selenium did not support this browser. Apparently now they do, but I did not have a chance to test this yet. So the solution for me was to

Re: [Wikitech-l] Selenium testing framework

2010-05-17 Thread Dan Nessett
During the meeting last Friday, someone (I sorry, I don't remember who) mentioned he had created a test that runs with the currently checked in selenium code. Is that test code available somewhere (it doesn't appear to be in the current revision)? -- -- Dan Nessett

Re: [Wikitech-l] Selenium testing framework

2010-05-17 Thread Lane, Ryan
During the meeting last Friday, someone (I sorry, I don't remember who) mentioned he had created a test that runs with the currently checked in selenium code. Is that test code available somewhere (it doesn't appear to be in the current revision)? Markus Glaser has Selenium tests

Re: [Wikitech-l] Selenium testing framework

2010-05-17 Thread Dan Nessett
On Mon, 17 May 2010 19:11:21 +, Dan Nessett wrote: During the meeting last Friday, someone (I sorry, I don't remember who) mentioned he had created a test that runs with the currently checked in selenium code. Is that test code available somewhere (it doesn't appear to be in the current

Re: [Wikitech-l] Selenium testing framework

2010-05-17 Thread Dan Nessett
On Mon, 17 May 2010 22:54:38 +0200, Markus Glaser wrote: Hi Dan, will provide a working example with no need to include any extensions in the course of this week. In the meantime, you might want to make sure that $wgSeleniumTiffTestUploads = false; in PagedTiffHandler_tests.php. Then, the

Re: [Wikitech-l] Selenium testing framework

2010-05-17 Thread Markus Glaser
Hi Dan, the test fails at checking the prerequisites. It tries to load the image page and looks for a specific div element which is not present if the image was not uploaded correctly (id=filetoc). This might have changed across the versions of MediaWiki. Did you install the PagedTiffHandler

Re: [Wikitech-l] Selenium testing framework

2010-05-17 Thread Dan Nessett
On Tue, 18 May 2010 01:04:01 +0200, Markus Glaser wrote: Hi Dan, the test fails at checking the prerequisites. It tries to load the image page and looks for a specific div element which is not present if the image was not uploaded correctly (id=filetoc). This might have changed across the

Re: [Wikitech-l] Selenium testing framework

2010-05-15 Thread Dan Nessett
One of the URLs supplied by Ryan during the recent phone conference doesn't work. Specifically: http:// grid.tesla.usability.wikimedia.org:. I get the error: HTTP ERROR: 404 NOT_FOUND RequestURI=/ ___ Wikitech-l mailing list

Re: [Wikitech-l] Selenium testing framework

2010-05-15 Thread Ryan Lane
On Sat, May 15, 2010 at 12:12 PM, Dan Nessett dness...@yahoo.com wrote: One of the URLs supplied by Ryan during the recent phone conference doesn't work. Specifically: http:// grid.tesla.usability.wikimedia.org:. I get the error: HTTP ERROR: 404 NOT_FOUND RequestURI=/ That URL is for use

Re: [Wikitech-l] Selenium testing framework

2010-05-03 Thread Priyanka Dhanda
Hi Jyothis, Thanks for the tip. I'll look into PushToTest and see whether it will be useful to us. -p Jyothis Edathoot wrote: If we are considering automated testing platforms, pushTotesthttp://www.pushtotest.com/index.phpis a good platform to consider. They come highly recommended by Tibco

Re: [Wikitech-l] Selenium testing framework

2010-05-02 Thread Tim Starling
Aryeh Gregor wrote: On Sat, May 1, 2010 at 10:34 PM, Conrad Irwin conrad.ir...@googlemail.com wrote: * Don't hardcode \\ as the directory separator - windows is not here! In particular, always hardcode '/' for path separators -- it's easier to read due to lack of escaping, and works on

[Wikitech-l] Selenium testing framework

2010-05-01 Thread Markus Glaser
Hi everybody, at the Wkimedia Developers' Workshop, I introduced a Selenium testing framework for MediaWiki. Since it has now been promoted to maintenance/tests, I have provided some initial information it on http://www.mediawiki.org/wiki/SeleniumFramework . I would be very happy about

Re: [Wikitech-l] Selenium testing framework

2010-05-01 Thread Conrad Irwin
On 05/02/2010 01:20 AM, Markus Glaser wrote: Hi everybody, at the Wkimedia Developers' Workshop, I introduced a Selenium testing framework for MediaWiki. Since it has now been promoted to maintenance/tests, I have provided some initial information it on

Re: [Wikitech-l] Selenium testing framework

2010-05-01 Thread Jyothis Edathoot
If we are considering automated testing platforms, pushTotesthttp://www.pushtotest.com/index.phpis a good platform to consider. They come highly recommended by Tibco and is in use in many large scale corporations (including the one I work at). They have both community and enterprise editions

Re: [Wikitech-l] Selenium testing framework

2010-05-01 Thread Aryeh Gregor
On Sat, May 1, 2010 at 10:34 PM, Conrad Irwin conrad.ir...@googlemail.com wrote: * Don't hardcode \\ as the directory separator - windows is not here! In particular, always hardcode '/' for path separators -- it's easier to read due to lack of escaping, and works on Windows just as well as '\\'