TDD Meeting LADOTNET

by volkanuzun 2/5/2008 1:54:00 AM

I attended the meeting yesterday with 10 minutes delay as somebody decided that she could drive and use her cell phone at the same time, and also hit my car. So the traffic, the accident, 80 miles to drives etc did not scare me :) i got there 10 minutes late. Here is my short notes from the meeting so i will remember what to study for my presentation :)(

  • xunit is new framework for testing, you can get it from http://www.codeplex.com/xunit. Created by the same guys who created nunit.
  • Mock objects, database design should be seperate from ui design or middle layer design. They should'nt be dependent to each other
  • any unit test should not depend on any other unit test, try to run away from testinitialize function as it increases dependency
  • unit test is not integration test, qa test will test the whole app behaviour
  • unit test does not jump boundaries
  • unit tests always automated, always repetable, no dependancy
  • Red, Green, Refactor ( read this more in detail )
  • Scrum
  • pair programming sometimes work, one developer writes the code, the other developer writes the test for the code, and they change the roles
  • Arrange, Act, Assert (AAA)
  • how dou organize and find something in a >1500 tests
  • code coverage. Try to cover %100 of ur code
  • Load testing in vs 2005 simulates browser and connection speed, it also has data binding

 

Tags:

Add comment


(Will show your Gravatar icon)  

  Country flag

biuquote
  • Comment
  • Preview
Loading



About the author

Volkan Uzun




E-mail me Send mail

Twitter

Calendar

<<  December 2008  >>
MoTuWeThFrSaSu
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

View posts in large calendar

Flickr Badge

www.flickr.com
This is a Flickr badge showing public photos from volkanuzun. Make your own badge here.

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008

Sign in