Course code: MEDT-2
  • Years with company: 4.5
  • Years programming: 12
  • Primary programming language: C++
  • Other programming languages: C Python
  • Unit test harnesses: googletest cpputest
  • Something else: please mention that tests should be broken down meaningfully test cases and tests for readability.
  • Test practice now: static analysis unit-test functional-test system software in system
  • Target system: qnx windows linux
  • Dev tools: clang toolchain qnx toolchain
  • Build time: 1-5 minutes
  • Coding standard: in-house coding standard with selected rules from google coding style, cpp corerules etc
  • Function too long: too complex: check with static analysis tool. Too long: measure execution time.
  • Code reviews: we use Atlassian online tools to review the code changes.
  • Code time: 2
  • Test time: 6
  • Debug time: 2
  • Favorite thing about dev: You can know what the software should do and check what it actually does.
  • Least favorite thing about dev: iteration takes long time.
  • Tdd knowledge: test if software outputs the expected result with certain input
  • Why are you attending: team exercise