GSOC 2013 Project Ideas/template

From Joomla! Documentation

< GSOC 2013 Project Ideas
Revision as of 13:17, 13 March 2013 by Dextercowley (talk | contribs) (system test coverage project)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Project: Webdriver system tests for CMS[edit]

Brief explanation: Automated system tests allow us to test the CMS by automatically running Joomla from a browser, selecting menu options, and evaluating results. At present, most of the system tests are written using the now-outdated Selenium RC program. A small number of tests are currently completed using the newer Selenium Webdriver technology and using the Page Objects pattern to separate the page objects from the test objects. This project will build on the current base of Webdriver tests and expand the test coverage to include more of the CMS.
Expected Results: The student will complete the following tasks.
  1. Create a strategy & roadmap for Joomla system tests. This will include things like:
    1. How to organize the tests.
    2. How to cover the critical back-end and front-end functionality of Joomla.
  2. Write the reusable foundation classes for the expanded test coverage. These classes will be used to create the page object classes and test classes for the various portions of the CMS.
  3. Begin the implementation of the roadmap.
Knowledge Prerequisite: PHP, object-oriented programming, Joomla CMS (from a user point of view), HTML
Difficulty: Medium