0

TDD Meeting LADOTNET

by volkanuzun 5. February 2008 16:54

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:

Comments are closed

Powered by BlogEngine.NET 1.6.0.0
Original Design by Laptop Geek, Adapted by onesoft