Serial Number Parser
Extract information from your serial numbers.

Overview
Serial numbers often encode multiple pieces of information, but it can be a challenge to manage extraction rules separately and juggle parameters in the test script. TofuPilot’s Serial Number Parsing feature lets you extract details like part numbers directly from serial numbers,regardless of your encoding format, and assign them to the appropriate test parameters automatically.
Integration
-
To set up your serial number parser, go to Settings > Serial Number.
-
Start by entering an example serial number under Your example serial number.
-
Then define a regular expression to extract the part number in the Part number regex field.
You can immediately validate your regex using the preview field below. Once configured, you no longer need to manually define part_number
in your script—it will be automatically parsed and passed to the test at runtime.
