[EMAIL PROTECTED] wrote on 05/08/2005 01:56:21 AM:
> 1. Does anyone use selenium for intensive testing _javascript_? I do it
> for meanwhile and don't find many things I need. For example, there
> are no command for firing keyboard events, firing event by it name
> (change, blur, etc) and so on.
I have now been on two projects that made heavy use of Selenium to test _javascript_ intensive applications. We were able to work around most deficiencies by writing our own extensions (fortunately not too hard to do). About the only real show stopper is if you have any alerts or confirmations that pop up on page load. As selenium runs in the browser, it does not have a chance to replace the alert/confirm behaviour before the page loads, and so no one has yet come up with a solution to that. We only had a couple of scenarios where this was a problem, and had to leave those to be manually tested :-(
>
> 2. How can I participate in further development of Selenium? I don't
> see any references to VCS.
>
We are using Subversion. Details can be found at:
http://confluence.public.thoughtworks.org/display/SEL/Home
The best way to get involved is to start by raising issues and posting patches to our Jira site.
http://jira.public.thoughtworks.org/browse/SEL
(NOTE: you will need to create yourself an account).
Please include updates to the tests and documentation.
Cheers,
David
David Kemp
ThoughtWorks Australia Pty Ltd
http://www.thoughtworks.com
_______________________________________________ Selenium-devel mailing list Selenium-devel@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel