3

I'm starting to use Selenium for UI testing and was wondering if there were any open source projects with decent tests that I can use for learning about how to design the Selenium tests.

Any other resources about designing the UI tests would also be appreciated.

I've read the documentation on the Selenium website which is a good start but I'm hoping to find some info/examples of how to make sure your numerous tests are maintainable in the future.

Cheers, Sam

Sam
  • 2,427
  • 2
  • 23
  • 26

2 Answers2

0

GWT Mobile Web Toolkit appears to be using Selenium. I had read that jQuery was using it, but I can't see any evidence of them using it in there source code repository.

You may also find this answer helpful.

Update:

Google Caja has some tests that can be found here

A search on Google Code Search may also help track down examples of usage.

Community
  • 1
  • 1
Naishy
  • 1,805
  • 16
  • 15
0

Looks like the guys over at Atlassian are using it for Jira and some of there other projects:

part 3 has links to the projects that they have been working on.

Sam
  • 2,427
  • 2
  • 23
  • 26