Archive for the ‘Testing’ Category

Unit tests (Part 3)

I was meant to finish this article ages ago, sorry for the late response. I was going to talk about my experiences when using Flex Unit and ASUnit. Both have there strong and weak points and each can be easily broken down to nth degree, but I’ll just say it extremely simply. If you want [...]

Unit tests (Part 2)

In part 1 I described the rationale behind why I personally think unit tests can help save you money and time when building software for your clients. Part 2 is what started as a google search, turned into a dive into the deep-end of CI. Continuous Integration (CI) CI is a trick subject either you [...]

Unit tests (Part 1)

I’ve been tasked recently to try and get a Continuous Integration (CI) server up and running. The reason for this piece of R&D was because we had a scrum workshop and it became apparent that this could help us with our own frameworks. The interesting fact that was brought up from the workshop was; when [...]