Cantata Unit Testing Tool for Embedded SW

Embedded software testing is an intricate field, filled with tools and methodologies that help developers ensure the effectiveness and reliability of their code. Cantata stands out among these tools for its ability to streamline unit testing and integration processes. In this blog post, we delve deep into Cantata’s functionalities by exploring its GUI and Command […]
CTC++ Testwell Coverage Explainer

This is a comprehensive guide on measuring test coverage in embedded software using CTC++ Testwell by Verifysoft Technology. My name is Eyal Gerber, and I’m from Novodes, where we specialize in embedded software development solutions and testing. In this post, we’ll delve into the process of testing and measuring the coverage of your embedded software […]
Introduction to Lattix Architect for Embedded Software

Introduction to Lattix Architect for Embedded Software What is Lattix Architect? In the landscape of embedded software development, ensuring robust architecture and maintaining high code quality are paramount. Enter Lattix Architect, a powerful tool designed to address these very needs. Lattix Architect stands as a beacon of sophistication in the realm of software architecture, offering […]
How to Setup a Lattix Architect Project from Parasoft C++Test Data for your Embedded Software

Summary: Welcome to our tutorial where we demystify the process of importing your embedded software code project into Lattix Architect using dependency files generated from Parasoft C++Test. If you’ve been wrestling with the wealth of documentation available yet finding it less than straightforward, you’re in the right place. In this guide, based on practical experience, […]
Code Documentation using Doxygen – Why, How and Automating the Process

Summary: How and why to document your code using the free tool Doxygen, make your documentation available online, and how to automate the process with free tools. “Comments often are used as a deodorant.” — Martin Fowler and Kent Beck, Refactoring, page 87 Forward The agile software manifesto states: Individuals and interactions over processes and […]
How Doxygen Helps You Write Better Code in C/C++?

Summary: In this post, you will get an insight into how Doxygen helps create exceptional documentation and how it enables you to write C/C++ code more professionally. Doxygen is an open-source tool used to generate documentation for a software codebase. Doxygen supports various languages, including C and C++. It generates the software documentation in HTML, […]