Course code: PASA-2
  • Years with company: 2.5 years
  • Years programming: 12
  • Primary programming language: C, CPP
  • Other programming languages: VB, Python, C#, QT
  • Unit test harnesses: cli test code
  • Something else: ...
  • Test practice now: CLI Test cases, Visual Review, Run Through Code (logically) with predetermined input parameters ( in-boundary params, good values, out of bound params)
  • Target system: MQX OS with GDB capability
  • Dev tools: gcc, debug logs, jtag
  • Build time: 1-5 minutes
  • Coding standard: MISRA C
  • Function too long: when i have to pan and scan to understand what it does ( more than 1 page on screen)
  • Code reviews: Code Reviews are done in process, and many defects are found in reviews ( but not all)
  • Code time: 60 ( Design 40 and 20 code)
  • Test time: 20
  • Debug time: 20
  • Favorite thing about dev: Algorithms !!!
  • Least favorite thing about dev: No two programmers are the same !!!
  • Tdd knowledge: One of the mechanisms in V Model where unit test cases are created while writing the actual logic of code.
  • Why are you attending: I would like to learn how to create automated test cases which test code that is newly written. I would like to understand an adopt a Dynamic Test tool for this purpose.