Upcoming Events
NYC CiviCRM Meetup - September 7th
September 7th, 2010
This next NYC meetup will feature a case study or 2, a look at what's new in (more...)
Configuring, Customizing and Extending CiviCRM - New York
September 16th, 2010
This comprehensive two-day hands on training course is targeted at (more...)
CiviCRM User and Administrator Training - New York
September 16th, 2010
A comprehensive two day hands on training course covering the configuration, (more...)
CiviCRM Code and Test Sprint - New York
September 18th, 2010
This code and test sprint is targeted at experienced developers who want to (more...)
CiviCRM Toronto Meetup
September 21st, 2010
Come meet others from the Toronto Area who are interested in, using or (more...)
CiviCRM Philly Meetup – September 2010
September 23rd, 2010
Come meet others from the Philadelphia Area who are interested in, using or (more...)
CiviCRM Seminar - Dublin
September 28th, 2010
NfP Services are hosting a free seminar at The IBOA, Stephen St Upper, Dublin 8 (more...)
London developer and implementer training
September 30th, 2010
This comprehensive two-day hands on training course is targeted at implementers, (more...)
London user and administrator training
September 30th, 2010
A comprehensive two day hands on training course covering the configuration, (more...)
Berlin user and administrator training
October 6th, 2010
A comprehensive one day hands on training course covering the configuration, (more...)
Berlin developer and implementer training
October 7th, 2010
This comprehensive one-day hands on training course is targeted at implementers, (more...)
Benelux meetup in Brussels: Connect, communicate and activate your supporters and constituents
October 11th, 2010
Come meet others who are interested in, using or developing for CiviCRM. For (more...)
CiviCRM Toronto Meetup
October 19th, 2010
Come meet others from the Toronto Area who are interested in, using or (more...)
CiviCRM Toronto Meetup
November 16th, 2010
Come meet others from the Toronto Area who are interested in, using or (more...)
Report from the CiviCRM testing sprint in San Francisco
- Not Just a Contact Database
-
These optional components give you more power to connect and engage your supporters.

civiCONTRIBUTE
Online fundraising and donor management.

civiEVENT
Online event registration and participant tracking.

civiMEMBER
Online signup and membership management.

civiMAIL
Personalized email blasts and newsletters.

civiREPORT
Report generation and template management.
The past two days a group of us gathered at the Mitchell Kapor Foundation offices in downtown San Francisco for the first CiviCRM Test Sprint. Some of the highlights of the event were:
- Introducing the concept of testing and our current framework for unit testing. CiviCRM uses PHPUnit for unit testing. We also use XDebug for code coverage. You can see the latest results of our testing here
- Improved the test coverage for our upcoming CiviCRM 3.1. Our goal before the final release of 3.1 is to have 80% coverage of the CiviCRM API and 50% coverage of the CRM classes. We are well on our way to meeting this goal.
- Improved the framework so we can make things easier and more efficient for future testers. Sasha worked on automating creation of CiviCRM objects via a generic method. We extended this to create all required Foreign Key Objects dynamically also along with creating multiple objects at the same time if needed. We complemented it with a deleteTestObject function that goes in and does the required cleanup. This makes testing a whole lot easier and more stable since we can create objects fairly easily without writing new code for every object.
- Experiment with adding Selenium based testing to the framework. So far our work has been primarily focused on unit testing the API and BAO's. We wanted to expand the test suite to include integration tests and work flow tests. PHPUnit has built in support for Selenium. We can now write Selenium tests using PHP (which is significantly better than Selenese). We hope to add quite a few tests using this feature for the 3.1 release.
- The speed of running the tests is becoming a bigger issue. Sasha is going to experiment with hosting the mysql database in memory. We are also thinking that it might be a useful exercise to port CiviCRM to SQLite for testing purposes
- We also had some great discussion on how to improve and use the power of the community. We do hope to get more folks involved at various other locations where CiviCRM has a good presence (New York, London, Boston, DC).
Thanx to Cedric Brown and MKF for being such awesome hosts. We truly do appreciate their support for CiviCRM and Open Source. Thanx to all the participants (Jim, Sasha, Walt, Jason, Mark, Andrew, Sarmeesha and Alice) for being so generous with their time and taking part in the sprint. Kudos to DharmaTech for organizing the sprint (and being such a HUGE driver in the test initiative)






