Course code: WEB-7
  • Years with company: 1
  • Years programming: 1
  • Primary programming language: C
  • Other programming languages: Python
  • Unit test harnesses: Tessy
  • Something else: Biomedical Engineer graduate, I started to work in Contienental as a Software tester
  • Test practice now: Running PC-LIN, Tessy and by writing and execute test cases
  • Target system: Airbag module
  • Dev tools: WindRiver, eclipse.
  • Build time: 1-5 minutes
  • Coding standard: MISRA, ANSI C, internal naming conventions
  • Function too long: when I need to scroll more than once (1 and a half screen)
  • Code reviews: We have them every time a change is introduced in the code
  • Code time: 30
  • Test time: 20
  • Debug time: 20
  • Favorite thing about dev: To think in how to solve logical problems taking care of the system constraints and to design solutions easy to code and to understand
  • Least favorite thing about dev: Be tied to very complex code (hard to understand and to reuse) because the projects are already in a mature stage and big changes are not allowed
  • Tdd knowledge: is a work paradigm in which the first steps are focused on create the test according with the requirements and then the developer starts coding trying to make a solution which pass all the tests.
  • Why are you attending: Because my group leader thinks it may help the team to increase the quality of our work.