Answer the question
In order to leave comments, you need to log in
How to test embedded systems?
Hi guys,
I got into a company that develops a device, it has a lot of different settings.
The problem is that individually all the settings work, but when some unpredictable settings start, errors appear, tell me how to identify all this? Was it all supposed to be at the design level? How to organize testing of such a monster, manually sort through all possible options or programmatically disable everything in the code?? Or make a list of required tests before each release? And then after each firmware release, bugs appear where they were not there before.
With all respect, Andrew
Answer the question
In order to leave comments, you need to log in
With a large number of input parameters, you can try using the Pairwise technique for test design. Allows you to significantly reduce the number of cases and subsequently automate them.
Creating cases manually with this technique is long and relatively difficult. There are specialized tools for this.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question