Re: ERSelenium

2009-09-24 Thread David Holt
arada wrote: Hi All, There was a presentation at WOWODC 09 (west) that covered ERSelenium. But I can't find the video under the WOWODC 09 West videos. Is there one? Thanks, Ricardo ___ Do not post admin requests to the list. They will

Re: ERSelenium

2009-09-24 Thread Chuck Hill
at 4:11 PM, Ricardo J. Parada wrote: Hi All, There was a presentation at WOWODC 09 (west) that covered ERSelenium. But I can't find the video under the WOWODC 09 West videos. Is there one? Thanks, Ricardo ___ Do not post admin requests to

Re: ERSelenium

2009-09-24 Thread Ricardo J. Parada
wrote: Hi All, There was a presentation at WOWODC 09 (west) that covered ERSelenium. But I can't find the video under the WOWODC 09 West videos. Is there one? Thanks, Ricardo ___ Do not post admin requests to the list. They will be ignored.

Re: ERSelenium

2009-09-24 Thread David LeBer
On 2009-09-24, at 7:26 PM, David Holt wrote: I think it's in the session on Text Driven Development. That would be *Test* driven development :-) David On 24-Sep-09, at 4:11 PM, Ricardo J. Parada wrote: Hi All, There was a presentation at WOWODC 09 (west) that covered ERSel

Re: ERSelenium

2009-09-24 Thread David Holt
I think it's in the session on Text Driven Development. David On 24-Sep-09, at 4:11 PM, Ricardo J. Parada wrote: Hi All, There was a presentation at WOWODC 09 (west) that covered ERSelenium. But I can't find the video under the WOWODC 09 West videos. Is there one? Thank

ERSelenium

2009-09-24 Thread Ricardo J. Parada
Hi All, There was a presentation at WOWODC 09 (west) that covered ERSelenium. But I can't find the video under the WOWODC 09 West videos. Is there one? Thanks, Ricardo ___ Do not post admin requests to the list. They will be ig

Re: ERSelenium testing, set a blank string for a text field

2009-06-22 Thread Michael Bushkov
hi, > I need to set white spaces for a text filed in selenium tests. However > erselenium not set a white spaces and simply places with nothing. Is there > any way to give white spaces for a text field. > > |store| |emptyStringValue| > |type|id=ClientOrganisationN

ERSelenium testing, set a blank string for a text field

2009-06-22 Thread Rukmal Dias
hi, I need to set white spaces for a text filed in selenium tests. However erselenium not set a white spaces and simply places with nothing. Is there any way to give white spaces for a text field. |store| |emptyStringValue| |type|id=ClientOrganisationName|${emptyStringValue}| thanks

Re: Problems using ERSelenium

2007-09-21 Thread Denis Frolov
t Selenium working and trying to use ERSelenium in Wonder frameworks to run all the tests I've created and placed under Resources/Selenium in my eclipse project. the URL I'm using is: http://localhost:5/cgi-bin/WebObjects/ TravelPoint.woa/-42421/wa/SeleniumStartTesting. This results

Problems using ERSelenium

2007-09-20 Thread Ruth Palmer
I'm currently trying to get Selenium working and trying to use ERSelenium in Wonder frameworks to run all the tests I've created and placed under Resources/Selenium in my eclipse project. the URL I'm using is: http://localhost:5/cgi-bin/WebObjects/ TravelPoin

Re: [Wonder-disc] ERSelenium without ERExtensions

2007-06-30 Thread Denis Frolov
On Jun 30, 2007, at 3:08 PM, Michael Bushkov wrote: How do you handle "clicking" on component action links? We try to use "link" locators and simple xpath where possible: |clickAndWait|link=Return Hat|| and |clickAndWait|//[EMAIL PROTECTED]'Next']|| Here is also the ugly, but powerful example

Re: [Wonder-disc] ERSelenium without ERExtensions

2007-06-30 Thread Michael Bushkov
Hi Chuck, Chuck Hill wrote: The advantage of this approach is that you don't need to do test source code postprocessing. The same source code will be equally processed in selenium-ide and on any host where ERSelenium is used. Besides Selenium-RC looks like a kind of overkill solution to u

Re: [Wonder-disc] ERSelenium without ERExtensions

2007-06-30 Thread Denis Frolov
Hi Chuck, On Jun 27, 2007, at 10:58 PM, Chuck Hill wrote: On Jun 27, 2007, at 5:53 AM, Michael Bushkov wrote: Chuck Hill wrote: One of my goals is to _not_ be the person who writes and maintains the functional tests. Because of this, it is important to keep the tests separate from the appli

Re: [Wonder-disc] ERSelenium without ERExtensions

2007-06-27 Thread Chuck Hill
n edit a set of tests you need only grant him access to Resources/Selenium subfolder of your application's SVN/CVS repository and I don't see how ERSelenium-driven tests layout can affect that. - Will open/click commands in your test work ok if you run them on the host with different WO

Re: [Wonder-disc] ERSelenium without ERExtensions

2007-06-27 Thread Michael Bushkov
t of tests you need only grant him access to Resources/Selenium subfolder of your application's SVN/CVS repository and I don't see how ERSelenium-driven tests layout can affect that. - Will open/click commands in your test work ok if you run them on the host with different WO base URL

Re: [Wonder-disc] ERSelenium without ERExtensions

2007-06-26 Thread Chuck Hill
u are doing for this. To me, Selenium tests are for functional testing and so have no relation at all to project structure. The reason for doing it this way (says the guy who's used ERSelenium a few times now) is that is a piece of cake to create test suites. There is no maintaining an ext

Re: [Wonder-disc] ERSelenium without ERExtensions

2007-06-26 Thread Steven Mark McCraw
ional testing and so have no relation at all to project structure. The reason for doing it this way (says the guy who's used ERSelenium a few times now) is that is a piece of cake to create test suites. There is no maintaining an external test suite. You just create a folder calle

Re: [Wonder-disc] ERSelenium without ERExtensions

2007-06-26 Thread Chuck Hill
a direct action to do this and call it from the test in a new window. The direct action is only enabled during testing runs. - Ability to write simple relative URLs to avoid problems with host base url. I solve that problem by using IDs. You always can use Selenium without ERSelenium frame