Inside AutomationView: Leveraging the Python SDK for Automated Regression Testing of SFC Logic
AutomationView%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
A["Git Commit"]:::bgBlue --> B["CI Pipeline"]:::bgGreen
B --> C["AutomationView SDK"]:::bgBlue
C --> D["SFC Execution"]:::bgRed
D --> E["Test Report"]:::bgGreen
classDef bgBlue fill:#2563eb,color:#ffffff,stroke-width:0px
classDef bgGreen fill:#16a34a,color:#ffffff,stroke-width:0px
classDef bgRed fill:#dc2626,color:#ffffff,stroke-width:0px
calendar_month
Inside AutomationView: Leveraging the Python SDK for Automated Regression Testing of SFC Logic
Automated regression testing is common in standard software engineering, but it remains notoriously difficult to implement in the industrial automation world. Engineers often test PLC code manually during the commissioning phase, discovering logic conflicts only when physical hardware is at risk. By leveraging the AutomationView Python SDK, control engineers can run automated regression testing on […]
Read Article arrow_forward