0%
Code Debugging with GDB - part 3: Automating the Testing
Posted on
In
Tutorial
,
Code debugging with GDB
Abstract
There are some processes nested with complex conditional branches. Now you need to be able to fully cover and test program work correctly.
1 | Sequence 1: Condition1 -> Condition2 -> Condition3 -> Condition4 -> Handler1 |
Note: Each condition is encapsulated into a separate function, and these execution branches execute only one at a time.
Diary 2020 - 2021
Posted on
In
Diary