Testing Erlang/OTP Dynamic Software Updates with Common Test

Introduction In a previous blog post, I delved into the use of Robot Framework for testing dynamic software updates. Although it worked reasonably well, a more sensible approach is to leverage tools readily available within the Erlang ecosystem. Consequently, this post will delve into the use of Common Test for testing dynamic software updates. Dynamic software updates Dynamic software update (DSU) refers to the process of updating parts of a program without halting its execution....

February 4, 2024 ยท 6 min