Sujet : Re: Validation in non-regulated industries/markets
De : user (at) *nospam* example.net (bitrex)
Groupes : sci.electronics.design comp.arch.embeddedDate : 13. Nov 2024, 20:18:40
Autres entêtes
Message-ID : <6734fb90$0$2873011$882e4bbb@reader.netnews.com>
References : 1
User-Agent : Mozilla Thunderbird
On 11/7/2024 11:10 PM, Don Y wrote:
In *regulated* industries (FDA, aviation, etc.), products are
validate (hardware and software) in their "as sold" configurations.
This adds constraints to what can be tested, and how. E.g.,
invariants in code need to remain in the production configuration
if relied upon during validation.
But, *testing* (as distinct from validation) is usually more
thorough and benefits from test-specific changes to the
hardware and software. These to allow for fault injection
and observation.
In *unregulated* industries (common in the US but not so abroad),
how much of a stickler is the validation process for this level
of "purity"?
<snip>
OK boss says i gotta build a self driving car huh... ok lets see... java, that's a given.. alright... *starts typing* public class Car extends Vehicle {...