Test System Design

akarsh mallya
7 min readOct 16, 2022

Design principles and processes help the engineer solve challenging open ended problems. If a proper process is followed the engineer can be confident that their solution is defensible, and likely to work when implemented.

In school design is often illustrated as a variant of a cyclical process that involves Defining the problem, research, brainstorming ideas, and designing a solution. Once a design (model / drawing / schematic) is prepared the Build-Test-Evaluate loop begins. The number of iterations of the Build-Test-Evaluate loop depends on how many checks the customer wants to write 😃

--

--