Captured from https://github.com/Ahzed11/pixelwar

Publishing Common Test Results on Github

Discover how the publish unit test result action can be used with the common test module

March 11, 2024 · 3 min

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