loader image

Test Solutions for Model-based Development

The AUTOSAR Classic vs Adaptive – What a Model-Based Developer should know about it

As a Model-Based Developer, navigating the differences between classic and adaptive, it’s essential to understand how the role shifts across platforms. Classic expects full system modelling with tight integration into the architecture while adaptive focuses more on modular logic with communication and integration handled in C++. Knowing where to apply your modelling skills is key […]

What makes Software Unit Testing a foundation in Shift-Left Testing?

In the age of Software Defined Vehicles (SDVs), the way we develop, and test automotive software is undergoing a fundamental shift – both technologically and philosophically. One of the most impactful paradigms driving this change is the Shift-Left testing principle, which emphasizes testing earlier in the development lifecycle to catch bugs sooner, reduce costs, avoid recalls […]

How to Automate Dependency Management: Part 2

If you’ve ever had to deal with manually migrating dependencies to the latest version, you know how difficult and time-consuming it can be to upgrade and validate your model. Thankfully, by leveraging powerful modern dev-ops practices, don’t have to! By utilizing the power of automation and other powerful dev-ops best practices, you can let your […]

How to Automate Dependency Management: Part 1

Very few people develop their software from scratch. Why would they, after all, when so many others have already done the work for almost any algorithm you could think of? Rather than re-invent the wheel, it’s more efficient (and more fun) to work on the novel tasks in front of you and let someone else […]