Reinventing testing is an untapped opportunity to break through traditional development and user acceptance phases. Even if you’ve already done all the conventional things to accelerate your development process and... Read More
It is well known that greatest benefit of the adoption of the MISRA coding standards is when they are adopted at the very beginning of the project. In fact, imposing... Read More
Modern products, regardless of the industry of their manufacturer, are increasingly gaining in complexity. The steadily growing amount of software functionalities and features requires not only more development effort. A... Read More
We will take a small, non MISRA-compliant (but sound) software project and we will go through all the steps involved in making it compliant and formulating a sound MISRA C... Read More
Inconsistencies in architecture, data, and interfaces pervade Model Based and Embedded Systems development efforts. SimuQuest has developed tools that help embedded software engineers collaborate efficiently on their projects, with the... Read More
“Standards such as IEC 61508, ISO 26262 etc. require code coverage as a test objective to ensure the completeness of the tests – this is known to be not enough.... Read More
In this presentation we are going to discuss about Production line testing, Regression testing during the development process, Validation of switches using component integration, and challenges involved in choosing the... Read More
Key Takeaways: Project Creation with existing example Is_value_in range.c Designing Test Cases using CTE which later automatically documents the Test Case Specification. Execution of Test. Testing the quality of test... Read More
Software trace data has a massive potential for improving development and quality assurance of embedded and IoT software. Percepio is pioneering the area of Visual Trace Diagnostics for RTOS and... Read More
In this Case Study, John will discuss SimuQuest’s involvement in the Mahindra North America Hybrid Vehicle Program. As part of this program, SimuQuest Engine Control Applications (SQEC) along with proprietary... Read More
From the smallest detail to the big picture- testing a new generation of smart products. When customers buy a new robot hoover, most of them aren’t interested in the newest... Read More
For the validation of the functionalities of an ECU, proper understanding of protocol communication is required. Without it, a problem cannot be pinpointed and tested successfully. In this session, we... Read More
We will present a concrete case were a statement of MISRA compliance was done on the basis of the (absence of) reports by a tool plagued with many false negatives... Read More
A function pointer is a variable that stores the address of a function that can later be called through that function pointer. This is useful because functions encapsulate behavior. For... Read More