A pool-chemistry pipe has an ingest job, a transform script, and a sensor interface. Which testing covers those pieces?
Select an answer to reveal the explanation.
Short Explanation
An ingest job, a transform script, and a sensor interface are pipeline pieces, so they get component testing: code review, static analysis, and hardware-specific capture checks. System-only testing, treating the sensor jack as the fitted model, or a Chapter 7 canary all park those pieces in the wrong level.
Full Explanation
Ingestion, transformation, and sensor-interface pieces get component tests. System-only, model-only, and Chapter 7 canary miss that placement.