5.1 Strategy & Coverage
When designing a manufacturing process, electrical test serves not just as a final checklist item, but as an essential technical and quality safeguard. A well-planned test strategy achieves two primary goals: it provides high Defect Coverage (supporting a reliable product) and keeps the Cost of Test (CoT) manageable to protect production throughput. To do this effectively, a combination of tools is deployed—from high-speed structural checks (ICT,
Catching Simple Faults First
Section titled “Catching Simple Faults First”It is often impractical to test every single node on every
The Three Layers of Fault Coverage
Section titled “The Three Layers of Fault Coverage”Effective testing often uses a layered approach, where each stage serves a specific diagnostic purpose:
- Structural: “Is the board built correctly?” At this level, connectivity is verified (checking for opens and shorts), component presence is confirmed, and passive values are measured. Typical tools:
In-Circuit Test (ICT),Flying Probe , andBoundary Scan . - Functional (
FCT ): “Does the board wake up and initialize?” Power is safely applied to the board, circuits are initialized, and basic hardware blocks (e.g., memory, logic, power rails) are verified to operate as designed. - System/Application: “Does the product fulfill requirements?” This is the advanced test layer where the final application firmware is run, external interfaces (like Ethernet or USB ports) are exercised, and the end-use behavior is validated.
The Test Toolbelt: Cost and Coverage
Section titled “The Test Toolbelt: Cost and Coverage”Choosing the right testing method involves balancing production volume (which helps amortize fixture costs) with board density (which dictates physical access).
| Tool | What It Checks (Coverage) | Cost & Cycle Time Considerations | Typical Use Case |
|---|---|---|---|
| High Structural Coverage. Opens, shorts, resistor/capacitor values, basic passive verification. | High NRE (Fixture Cost), Very Fast (Seconds per board). | High-Volume production runs where the fixture cost amortizes quickly (typically > 30k units). | |
| Structural Coverage. Employs checks similar to ICT, but uses dynamic, moving probes. | Low NRE (No Custom Fixture), Slower cycle time (Minutes per board). | New Product Introductions (NPI) or High-Mix lines where designs change frequently. | |
| Hidden Net Continuity. Tests digital interconnects under complex packages ( | Low NRE. Extremely short cycle time due to parallel testing. | Dense boards with limited test pad access; highly valuable for BGA testing and in-line programming. | |
| Full System Functionality. Powers the unit up, checks external I/O, runs firmware, and verifies critical performance parameters. | Medium-to-High NRE (Custom Code & Hardware), Medium-to-Slow cycle time. | The final verification step to confirm that the assembled product fully meets behavioral requirements. |
Strategic Mix by Product Scenario
Section titled “Strategic Mix by Product Scenario”The optimal route for electrical test is tailored to the specific project’s risk profile and volume.
| Product Type | Recommended Test Route | Rationale |
|---|---|---|
| High-Volume Consumer Electronics | SPI → AOI → ICT + BSCAN (Program) → Short | The ICT fixture cost amortizes quickly. BSCAN can program chips during the ICT phase, keeping the |
| NPI / Mid-Volume Runs | SPI → AOI → | Minimizes upfront NRE risk before the design is finalized. The |
| High-Density / Extended Life | SPI → AOI → AXI Sampling → ICT + BSCAN (Max Coverage) → Full | Coverage is prioritized (aiming for ≥ 95% structural coverage). AXI and BSCAN help verify hidden joints, and a thermal or load test helps validate longer-term reliability. |
Cost Planning: The Break-Even Analysis
Section titled “Cost Planning: The Break-Even Analysis”When deciding between an ICT fixture and a
Break-Even QTY ≈ ICT Fixture NRE Cost / (Time Saved per Board vs.
For example, if an ICT fixture costs $50,000 and saves 1 minute per board over a
Planning Requirements and Coverage Guidelines
Section titled “Planning Requirements and Coverage Guidelines”Incorporating the test strategy during the design phase is essential. This forward-looking approach is known as
- Integrate BSCAN Early:
JTAG headers and test points must be included in the PCB layout from the start.Boundary Scan (IEEE 1149.1) tests digital nets underBGAs , helping resolve complex physical probing challenges. - Set a Coverage Target: Aiming for ≥ 95% Structural Net Coverage (meaning 95% of nets are reachable by ICT,
Flying Probe , or BSCAN) is a strong industry benchmark. It is helpful to quantify and review this coverage before beginning mass manufacturing. - Pacing with TAKT Time: To maintain production flow, the total electrical test time (ICT + BSCAN +
FCT ) should remain below the required TAKT Time of the assembly line. If testing creates a bottleneck, splittingFCT into parallel stations or streamlining redundant structural checks should be considered.
Final Checkout: Strategy & coverage
Section titled “Final Checkout: Strategy & coverage”| Requirement | Goal / Metric | Verification Action |
|---|---|---|
| Structural Coverage | Target ≥ 95% coverage for all accessible nets (opens/shorts). | A formal coverage report must be reviewed and confirmed with Quality Engineering. |
| Hidden Joint Testing | Support | |
| Test Route Selection | The choice between | Testing workflows must be structured so that structural verifications logically precede |
| Throughput Control | Total Test Cycle Time ≤ Production TAKT Time. | If bottlenecks appear, scaling |
| Final Confidence | The | Critical power and safety parameters (like primary rail voltage) must be measured on the necessary proportion of units. |