Open Source Ceedling enhancements: aborting test run if uncovered files are detected Recently we've adopted Ceedling as our test automation framework for C. Ever since, we've been working on tailoring it for our needs. Below you will find details of the latest
Software Code linting with Flake8 In this post we are going to explore how do we lint our python code with Flake8.
Software Reactive programming for Real-Time Applications The main idea of event-based programming is the management of the application execution flow on the events occurred around it that can affect its behavior, such as user actions (mouse
Software Unit-testing C code with Ceedling and CMock At Zaleos, one of our projects consists of an ESRP, which has been implemented as a module for the Kamailio SIP Router (https://www.kamailio.org/). All of our code
Software How to generate relevant and up-to-date requirements: Lean Design In the previous article “Estimating Product Backlog Items (PBIs): Before or after Prioritizing?“ we talked about the challenges faced when running Estimation and Prioritization phases at Product Backlog level but
Software Automated Testing at Zaleos Automated testing has been increasing significantly among developers over the past years, especially with the introduction of Agile methodologies and Continuous Integration practices. Some people could think that it’s
Software Estimating Product Backlog Items (PBIs): Before or after Prioritizing? Just reading the title, probably the first question that comes to your mind is: Why the first post those guys are writing, related to Product/Project Management subject, tackles directly