ethanol1310 / ethanol1310comment

0 stars 0 forks source link

Code debugging with GDB - part 3: automating the testing | Ethanol's blog #11

Open ethanol1310 opened 2 years ago

ethanol1310 commented 2 years ago

https://ethanol1310.github.io/2021/07/26/Tutorial/GDB/gdb_3_automating_testing/

Abstract There are some processes nested with complex conditional branches. Now you need to be able to fully cover and test program work correctly. 123Sequence 1: Condition1 -> Condition2 -> Con