[Selenium-devel] User poll --> which Selenium test case syntax would you prefer?

2005-11-03 Thread Jason R Huggins
I'd like to get opinions on preferred test syntax from Selenium users... (I'm cc'ing the dev list on this 'cause this it does have an effect on development, but let's keep the thread on the user's list for the time being.) Which syntax would you prefer as the source syntax of your test scripts

[Selenium-devel] Idea: a new "unsupported" failure state

2005-11-03 Thread Mike Williams
Selenium's own self-test suite is in fact four separate suites: one each for Firefox, IE, Konqueror and Safari. I find this duplication mildly irritating, and certainly it's not easy to see (at a glance) what Selenium functionality is unsupported on each platform. I suspect that this would al

[Selenium-devel] I want to make a patch to selenium python-twisted

2005-11-03 Thread Henrik Hjelte
I just made the python-twisted code taken from the subversion repository work with Linux (probably Unix and Os X as well), and with the new version of Twisted. Now, how do I submit this? Cheers, Henrik Hjelte ___ Selenium-devel mailing list Selenium-d

Re: [Selenium-devel] I want to make a patch to selenium python-twisted

2005-11-03 Thread Jason R Huggins
Henrik Hjelte wrote on 11/03/2005 04:30:48 AM: > I just made the python-twisted code taken from the subversion repository > work with Linux (probably Unix and Os X as well), and with the new > version of Twisted. Now, how do I submit this? Cool. Thank you! The preferred method is to open a ticke

Re: [Selenium-devel] User poll --> which Selenium test case syntax would you prefer?

2005-11-03 Thread Alexandre Bairos
I prefer options 1 e 2 simply because it´s less like code, with an extra to option 1 due to its common presentation(HTML).  In my model i plan to request also non-programmers to write these scripts followed by peer reviews. The language here is portuguese(Brazil) so a less language-specific syntax

Re: [Selenium-devel] User poll --> which Selenium test case syntax would you prefer?

2005-11-03 Thread Alexandre Garel
Jason R Huggins a écrit : I'd like to get opinions on preferred test syntax from Selenium users... (I'm cc'ing the dev list on this 'cause this it does have an effect on development, but let's keep the thread on the user's list for the time being.) Which syntax would you prefer as the sour

[Selenium-devel] Re: [Selenium-users] User poll --> which Selenium test case syntax would you prefer?

2005-11-03 Thread Luke Closs
On Thu, Nov 03, 2005 at 02:21:50AM -0600, Jason R Huggins wrote: > I'd like to get opinions on preferred test syntax from Selenium users... > > (I'm cc'ing the dev list on this 'cause this it does have an effect on > development, but let's keep the thread on the user's list for the time > being

RE: [Selenium-devel] User poll --> which Selenium test case synta x would you prefer?

2005-11-03 Thread Harman, Elaine
> Which syntax would you prefer as the source syntax of your test scripts: > Option 1 > typeuser_namejason > Option 2 > type "user_name" "jason" > Option 3 > type "jason" into field named "user_name" > Option 4 > field(name="user_name").type("jason") Definitely

Re: [Selenium-devel] Re: [Selenium-users] User poll --> which Selenium test case syntax would you prefer?

2005-11-03 Thread Alexandre Bairos
On 11/3/05, Luke Closs <[EMAIL PROTECTED]> wrote: On Thu, Nov 03, 2005 at 02:21:50AM -0600, Jason R Huggins wrote:> I'd like to get opinions on preferred test syntax from Selenium users...>> (I'm cc'ing the dev list on this 'cause this it does have an effect on > development, but let's keep the thr

Re: [Selenium-devel] Idea: a new "unsupported" failure state

2005-11-03 Thread Luke Closs
On Thu, Nov 03, 2005 at 08:52:55PM +1100, Mike Williams wrote: > Selenium's own self-test suite is in fact four separate suites: one each > for Firefox, IE, Konqueror and Safari. I find this duplication mildly > irritating, and certainly it's not easy to see (at a glance) what > Selenium functi

[Selenium-devel] converting wiki tables to html (selenium-regen)

2005-11-03 Thread Luke Closs
On Thu, Nov 03, 2005 at 04:17:48PM -0200, Alexandre Bairos wrote: > > If anyone is interested, I could forward it on to the list. Maybe it > > would be useful to bundle such helper scripts with selenium? > > Cool stuff. I was thinking of implementing such a tool. I?d really > appreciate your forwa

[Selenium-devel] USage of showmodaldialogbox() in selenium

2005-11-03 Thread sriramula vallinath
Hi folks,   My application uses showmodaldialogbox() api of IE in my application however when i try to use selenium to test the same ...i donot get the handle for the same.   i am not able to select this dialogbox using the selectwindow function of selenium.   reason being the modaldial