Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UI automated testing within SharePoint

I'm looking for automated Functional Testing tools that can manipulate SharePoint sites, libraries, and documents thought the web interface. It needs to be extensible enough to handle any custom pieces that are added later. This does not need to be specifically for sharepoint, but it is necessary that it is to work within a SharePoint context. I saw someone post up about Selenium in another thread, I am not too familiar with that product. Any help is appreciated.

like image 233
Woot4Moo Avatar asked Nov 13 '09 18:11

Woot4Moo


1 Answers

The company that I am currently at is using Selenium (link) and being fairly successful. According to what I understand about the product, Selenium should be a fine tool for testing SharePoint sites.

At a previous company, we used WatiN (link), which proved to be easier to use and more seamless than Selenium due to the fact that it's implemented in .NET. Selenium, on the other hand, is implemented with java with the option to use .NET assemblies to communicate with the Selenium engine.

Hope this helps. Good luck!

like image 170
BlueSam Avatar answered Sep 22 '22 17:09

BlueSam