Apache OFBiz project already has a built in container to support Business Intelligence. This functionality need to be enhanced with additional dimensions. A brief overview of the existing functionality can be viewed in this demo instance https://demo-stable.ofbiz.apache.org/bi
Selenium is a popular browser based functional testing tool. Unlike unit tests which tend to be focused on classes and methods, Selenium helps test integrated functionality. It supports popular browsers such as Internet Explorer, Mozilla, Firefox, and Safari. This project would attempt to extend the Selenium test suite improving coverage.
The concept of using Selenium for OFBiz testing was presented in ApacheCon 2008. More details can be found at read more »
This howto provides a summary of links and steps required go get a working development setup. If you haven't setup OFBiz yet, then check out OFBiz - Getting started post. read more »
However, before you start following the guide you would need a few things such as JDK, SVN and ANT. If you don't know how to set these up follow the rest of the howto.