Process Models
- Aktualisiert2026-07-27
- 1 Minute(n) Lesezeit
Testing a UUT requires more than just executing a set of tests. Usually, the test system must perform a series of operations before and after it executes the sequence that performs the tests. Common operations of the process model include identifying the UUT, notifying the operator of pass/fail status, logging results, and generating reports. The set of operations and the flow of execution is called a process model. A TestStand process model is a sequence file you can use to define standard testing operations so you do not have to re-implement the same operations in every sequence file you write.
TestStand includes predefined Sequential, Parallel, and Batch models you can modify or replace. Use the Sequential model to run a test sequence on one UUT at a time. Use the Parallel and Batch models to run the same test sequence on multiple UUTs simultaneously.
You can modify an existing TestStand process model or you can create a custom process model. The ability to modify a process model is essential because the testing process can vary depending on production lines, production sites, or company systems and practices. You can edit a process model in the same way you edit other sequence files. You can also use client sequence files to customize various model operations by overriding the callback sequences process models define.
Verwandte Inhalte
- Configuring Logging to Custom Database
Complete the following steps before you use the default process model to log results to a database:
- TestStand Process Models
- Sequential Process Model
- Parallel Process Model
- Batch Process Model
With the synchronization features of the Batch model, you can direct a step that applies to the batch as a whole to run only once per batch instead of once for each UUT. You can also specify whether certain steps or groups of steps cannot run on more than one UUT at a time or whether certain steps must run on all UUTs at the same time. The Batch model generates batch reports that summarize the test results for the UUTs in the batch.
- Modifying Process Model Sequence Files
- Process Model Architecture
- Process Model Plug-In Architecture
- Process Model Support Files