__________________________________________
It was a very good practical introduction into TDD (Test Driven Development) in general as well as specifically for RoR.
TDD gives us:
- Automated software testing
- Confidence that our software does what we say it does
- The ability to make changes and verify that it hasn't affected other functionality (e.g. NOT like our current LIMS)
Styles of TDD: First Tests
This was a rather useless “workshop” where we sat around talking about how to start writing tests.
If anything, it shows that we should be careful who we consider to be "experts" and who we hire for training.
____________________________________
Session: XUnit Test Patterns and Smells; Improving Test Code and Testability Through Refactoring
- Design Patterns And smells
- Unit Testing code And smells
- Design patterns of the testing code
____________________________________
Session: Domain Specific Testing Languages
- Domain Specific Testing Languages (DSTLs) express customer requirements as tests with the scope, granularity, and transparency you need.
- push users to drive their test cases by:
- understanding their terminology.
- provide them with a language to describe what they want their application to do.
- for example : how do you describe a test case for brushing your teeth
Agile Development Practices for Dynamic Languages
This talk was on how to apply AGILE practices for dynamic languages.
____________________________________
Skills for the Agile Designer
This session focused on developing skills used when starting a new Agile project.
The exercise was to write up the main challenges of a project individually and then discuss in a group the challenges we saw.
It acted to illustrate the differences between peoples backgrounds and experiences. Furthermore it aided in bringing forward challenges that team members did not even think of initially.
____________________________________
Session : Exploring user stories through mind mapping
this session is highly recommened, for more details on this go to this page from the speaker.