Course code: CONT-1
  • Years with company: 8
  • Years programming: 9
  • Primary programming language: C
  • Other programming languages: C++
  • Unit test harnesses: Jenkins
  • Something else: I am a software developer. I perform development as well as module testing. I also participate in requirement analysis.
  • Test practice now: After development we perform UT, MT, IT and ST
  • Target system: Sfottune, Eclips, Micro controller, RTRT, Cantata++, Rhapsody
  • Dev tools: Sfottune, Eclips, Micro controller, RTRT, Cantata++, Rhapsody
  • Build time: 31-60 seconds
  • Coding standard: MISRA
  • Function too long: --
  • Code reviews: Formal and semi formal review.
  • Code time: 45
  • Test time: 45
  • Debug time: 10
  • Favorite thing about dev: We follow scrum methodology where we prepare possible amount of deliverables every sprint and that too with advance planning.
  • Least favorite thing about dev: Debugging code for bugs after release. In simple word post release bug.
  • Tdd knowledge: In TDD below steps are followed: 1. Add a test 2. Run all tests and see if the new one fails 3. Write some code 4. Run tests 5. Re-factor code 6. Repeat until all test passes
  • Why are you attending: What is input to start the work? What is the quantity of test needed in beginning of work/feature set? How can it help in finding all bug in early stage?