views:

330

answers:

1

Hi,

I'm sometimes using Selenium (mostly IDE to write tests, and Core / RC to run them) from PHP, using PHPUnit, and I was wondering : do you know any "big" project that uses Selenium for automated functional / non-regression testing ?

I would most be interested in

  • Open Source
  • Ideally, PHP ; but JAVA and/or .NET would do too
  • Well-knows companies / applications

But I suppose some other names would be useful too...

The idea being that I'd like to be able to say "this is a great product, and I'm not the only thinking that ; so, it might be a wise choice for our functional-testing needs".

Do you know any application / project that matches those criteria, and could help me ?

Thanks in advance!


I guess that some companies employing people working on Selenium use it ; same for companies providing support... but, still...

+4  A: 

Companies using Selenium

  • Google
  • Microsoft
  • ThoughWorks
  • And a lot of Internet Start ups
  • ebay
  • Tata
  • Amazon
  • and many many more

The above info has come from my Google Analytics account for my Selenium Tutorials

Selenium has a very active community and is used extensively by a lot of large and small companies all around the world for lots of different languages.

Google use Selenium to test GMail. There are some videos from GTAC last year where they talk about different testing techniques and in

GTAC 2008: Taming the Beast - How to Test an AJAX Application

they talk about how to use selenium to test but not go all the way to the backend

AutomatedTester
Thanks for your answer, and the links! I'll definitly check some of these videos this week-end, if I manage to find some time ;-)
Pascal MARTIN