Testing of Event-Driven Embedded Software with Python Part-1

preview_player
Показать описание

This part starts with the general strategy for testing event-driven software. Next, at 5:35, you'll get a clear explanation of the traditional approach based on the Mock Objects illustrated with an example.

Finally in this part, at 13:00, you'll get introduced to the concept of Software Tracing, which conceptually is similar to "Testing with printf".

NOTE:
All code presented in this video is available on GitHub in the qpc repository:
Рекомендации по теме
Комментарии
Автор

thanks for sharing ... what you say is true.. embedded software developers really find it hard to grasp the mock object concept whereas spy or fake are more friendly introduction to the TDD approach . eagerly waiting for the next part to see what you do with the aformentioned python tool

hassinayaz
Автор

Insightful content as always Dr. Samek

EdwinFairchild
Автор

Thanks a lot for Sharing knowledge. It helped a lot.

prashantkulkarni
Автор

So it is testing with C not Python right?

dhiraj.saxena