Course code: MOT-5
  • Years with company: 4 months
  • Years programming: On and off for 10 years
  • Primary programming language: Java
  • Other programming languages: C#
  • Unit test harnesses: -
  • Something else: I just joined Motorola. So, my coding skills are very rusty and most of my job functions at present do not involve much coding yet.
  • Test practice now: Defining test cases and see whether the output is as expected. Some of my colleagues use Google Mock
  • Target system: Motorola LMR radio
  • Dev tools: Air Tracer (similar to Wireshark), standard editing tools
  • Build time: 1 day or more
  • Coding standard: Based on Motorola's C Coding Standard
  • Function too long: When it is doing too many things in the same function
  • Code reviews: Formal Technical Reviews
  • Code time: 10
  • Test time: 20
  • Debug time: 70
  • Favorite thing about dev: You can see the outcome of your work.
  • Least favorite thing about dev: Debugging
  • Tdd knowledge: TDD is the process where you code the test cases before coding your code.
  • Why are you attending: To understand TDD since I have to use it. So, I need to know how to apply it.