Course code: MOT-5
  • Years with company: more than 1 year
  • Years programming: more than 7 years
  • Primary programming language: C++
  • Other programming languages: C python
  • Unit test harnesses: cpputest googletest
  • Something else: have some experience about unit test
  • Test practice now: UT IT
  • Target system: embedded C legacy code
  • Dev tools: source insight
  • Build time: 30-60 minutes
  • Coding standard: I think I observe company coding standard
  • Function too long: more than 100 lines, too much conditions
  • Code reviews: I think it's OK
  • Code time: 50
  • Test time: 30
  • Debug time: 20
  • Favorite thing about dev: Fast debugger or fast testing
  • Least favorite thing about dev: different hardware environment or different system environment between developing and running.
  • Tdd knowledge: write testcase at first. case will fail and you program the code to pass the case.
  • Why are you attending: Manager want to generalize the tdd to our team. I think tdd can help us to improve the quality