Course code: MICRON-8
  • Years with company: 3 years and a half
  • Years programming: about 20 years
  • Primary programming language: C
  • Other programming languages: C#, java, Pascal, C++
  • Unit test harnesses: None
  • Something else: I have been working on embedded systems for 3 years I work on firmware design
  • Test practice now: I create some stubs in which the function is pasted. The stub has some nested loops. Each cycle loops on all possible cases of an input variable of the tested function. Furthermore, the stub contains the print with all the input paramaters, the function expected ouptut
  • Target system: ARC Microcontroller
  • Dev tools: Visual Studio
  • Build time: 30-60 minutes
  • Coding standard: .
  • Function too long: the number of code lines is greater than 1300
  • Code reviews: I use Code collaborator tool
  • Code time: 25
  • Test time: 30
  • Debug time: 45
  • Favorite thing about dev: designing and writing code
  • Least favorite thing about dev: writing tests and debugging
  • Tdd knowledge: Nothing
  • Why are you attending: I want to know how to test a software state machine