The Tool Nobody Budgets For
A contract manufacturer will happily build your product without one, and ship whatever comes off the line, because without a fixture the only thing verified is that the board looks right. You find out when 4 percent of units come back with an intermittent sensor, after you have paid freight both ways, replacements, and the reputation cost.
A production test fixture proves each unit works before it leaves the factory. It is the difference between a manufactured product and a batch of assembled parts, and the most commonly omitted line item in a hardware budget.
What a Good Fixture Contains
A typical electronics test jig is a machined or printed base plate holding the board or product in a repeatable position, with:
- Spring-loaded pogo pins contacting dedicated test pads, programming pins, and power rails. Rated in the tens of thousands of cycles, and field-replaceable, because they wear out and go intermittent.
- A clamshell or lever mechanism applying consistent contact force. Hand pressure is not repeatable and produces false failures.
- A programmable power supply with current measurement, so quiescent and active draw become pass or fail criteria.
- Stimulus and measurement hardware for whatever the product does: a signal source, a loopback path, a reference sensor, a load bank, an RF coupler.
- A controller running the test sequence and logging results, plus an operator interface that is honestly two lights and a start button. Anything more complicated gets ignored on a busy line.
The output matters as much as the hardware. Every unit should produce a record keyed to its serial number holding every measured value, not just pass or fail. That log is how you spot a rail drifting toward its limit across a run before it starts failing units.
The Fixture Starts in the Schematic
Design for test is a set of decisions made months before the fixture exists, and skipping them makes a good fixture impossible.
Place test pads on every power rail, every critical net, and the programming interface, all on one side of the board, at least 0.04 in (1 mm) across and on a consistent grid with tooling holes for alignment. Break out a serial console even if production firmware disables it. Provide a test mode that exercises hardware directly instead of running the normal application. Make sure the board can be programmed and powered through the fixture without a cable a human has to plug in, since every manual connection is a cycle-time cost and a wear point.
Blank units also need their first firmware image. Pre-programming chips before assembly works at volume; in-fixture programming through the debug header is more common at moderate volume and needs the pins exposed. Either way a recovery path matters, as argued in bootloaders in embedded products.
Three Different Tests, Three Different Stations
In-circuit test (ICT) checks the bare assembled board: shorts, opens, component presence, and resistance and capacitance values, using a bed-of-nails fixture. It catches assembly defects cheaply per unit, but a full ICT fixture costs 5,000 to 25,000 USD and only pays back at volume. Below a few thousand units most assemblers substitute optical inspection plus flying probe.
Functional test (FCT) powers the board and exercises what it actually does: rails within tolerance, current draw in range, each sensor reading a known stimulus, each output driving a known load, radio transmitting at expected power, memory and storage responding. This is the test that matters most and the one you almost always need.
End-of-line test runs on the finished product in its enclosure: buttons and touch input, display, audio, charging, wireless range in the real housing, ingress verification if you claim a rating, and sensor calibration. This overlaps with the qualification work in reliability testing for a new product, but the purpose differs: qualification proves the design, production test proves the unit.
Cycle Time, Traceability, and Maintenance
Test time is line capacity. A 90-second test at a station that must output 500 units per shift needs multiple fixtures or a shorter test. Run measurements in parallel where possible and order tests so the most likely failures come first, which stops you spending 80 seconds on a unit that was going to fail in the first five.
Serialize every unit and store its results. When a customer returns one, its birth record tells you whether it left the factory marginal or degraded in the field, and it lets you contain by serial range when a component lot turns out bad.
Fixtures need their own maintenance. Run a known-good golden unit and a known-bad unit through the station at the start of every shift; if the golden unit fails or the bad unit passes, the fixture is the problem. Track pogo pin cycle counts and replace on schedule. Keep a spare, because one fixture is a single point of failure for the whole line.
What It Costs and When It Pays Back
A simple functional fixture for a small board runs 3,000 to 8,000 USD in design and build. A multi-station setup with RF measurement, environmental control, or automated handling runs 20,000 to 60,000 USD. Software is usually 40 to 60 percent of the total and is routinely underestimated.
The payback math is simple. If your product costs 60 USD to build and a field failure costs 200 USD in freight, replacement, and support, catching 2 percent of units at 5,000 annual volume saves 20,000 USD a year. Below a few hundred units per year, a semi-manual procedure with a checklist and a bench supply is often right. Above that, a fixture pays for itself in months.
Build It Before the First Production Run
The fixture should exist and be debugged before the pilot build, because that build is when you learn whether the test criteria are realistic. Running it during the pilot production run gives distribution data on every measured value across dozens of units, turning arbitrary limits into limits based on observed spread. It sits alongside first article inspection and the sampling logic in AQL inspection, which cover what the fixture cannot.
On ownership: have the fixture designed by whoever designed the product, not by the assembler, since the designer knows what can go wrong and what the limits should be. Keep the fixture and its source code as your property, documented well enough to hand to a second factory. Tying test capability to one supplier removes your ability to move, and that separation belongs in the same planning as EVT, DVT, and PVT.
Get a Fixture That Actually Catches Defects
Projects House designs and builds production test fixtures alongside the products they test, including test sequence software, limit setting from pilot data, and documentation your factory can operate from. Send your product description and target production volume through our contact form and we will scope the test strategy.