Course code: MOT-5
  • Years with company: 10
  • Years programming: 25
  • Primary programming language: C
  • Other programming languages: C++, Java, Perl, Python
  • Unit test harnesses: Rational TestRT, CxxTest, CppUTest
  • Something else: I believe in TDD
  • Test practice now: CppUTest, black box testing on target
  • Target system: 2 way radios
  • Dev tools: notepad++
  • Build time: 5-30 minutes
  • Coding standard: pretty standard stuffs
  • Function too long: mccabe analysis tool - but seriously, nobody in the team uses that
  • Code reviews: fagan inspection
  • Code time: 30%
  • Test time: 20%
  • Debug time: 50%
  • Favorite thing about dev: i like problem solving
  • Least favorite thing about dev: long build times
  • Tdd knowledge: 1. do not write any codes before writing any test 2. write a test, fail the test, write the code to make the test pass
  • Why are you attending: to learn how to make use of tdd as a tool and practice to aid sw development effectively.