Archive for the 'Agile' Category

Ottawa IT Code Camp – Unit Testing with Mocking Framework

Saturday, April 16th, 2011

Thanks to everyone who came to the code camp today, I will get those Typemock license to the 2 winners. Here is the code if anyone is interested https://github.com/taswar/Ottawa-IT-Code-Camp-Unit-Testing-with-Mocking-Framework Here is the presentation. Mocking a Unit Test Story on Prezi

Share

My talk on WatiN , SpecFlow, BDD, Code and additional material

Saturday, April 2nd, 2011

Thanks to everyone who came out for the Ottawa .Net Community talk yesterday, I had a blast. I would like to thank everyone who came out for the talk. Here is my presentation WatiN – Web Application Testing on Prezi You can find the code on github https://github.com/taswar/ODNC-WatiN-And-SpecFlow-Demo-Code Additional Resources Here are some additional information [...]

Share

Starting an Agile Team to become the A Team

Tuesday, January 25th, 2011

Here are some recommendations to any team lead or development manager to have effective agile teams. Note: these are just recommendations Get a white board for your Kanban or Scrum task and stick iteration tasks on the board publicly not in your office or cubicle Get every developer 2 monitors, that includes the QA since [...]

Share

Stubbing out ServiceLocator for unit testing

Wednesday, June 30th, 2010

There are certainly many ways to stub out dependency, using constructor injection, etc etc. Here is one way to quickly stub out ServiceLocator rather than implementing ServiceLocatorStub. Lets say you have code that uses a helper and the dependency is not quite the responsibility of that object but its the sub object that uses it. [...]

Share

Be like Sylar my friend (A developer’s perspective)

Monday, August 3rd, 2009

So there is this character (antagonist) in this TV series “Heroes”, and his name is Sylar People might also know him from the new Star Trek movie, where he plays the young Spock. Anyways, back to the Sylar character, in the show he plays a serial killer who kills people with ability (e.g flying, shooting [...]

Share