Course code: MOT-5
  • Years with company: 9
  • Years programming: 15
  • Primary programming language: C / C++
  • Other programming languages: Java
  • Unit test harnesses: CppUTest
  • Something else: Despite decades of programming experience, I am still quite new to Unit Test
  • Test practice now: Perform compilation, and test the code on product.
  • Target system: Embedded
  • Dev tools: Rose Realtime, CodeComposer Studio
  • Build time: 5-30 minutes
  • Coding standard: Motorola coding standard
  • Function too long: When it's doing things that can be done by other functions
  • Code reviews: Fagan code review
  • Code time: 40
  • Test time: 40
  • Debug time: 20
  • Favorite thing about dev: It's flexible. Lots of things can be done/achieve by just writing a few lines of codes.
  • Least favorite thing about dev: Computers are dumb. The only do exactly what you tell them to do. Lots of bugs to catch.
  • Tdd knowledge: It's a methodology to use during software development. Supposedly to help testing all scenarios set by the requirements, and creates a more robust software.
  • Why are you attending: Curious to learn how TDD can help to improve my programming skill.