Verify that the application will only process business logic flows for the same
user in the expected sequential step order and without skipping steps.
The modern systems are state driven not step driven. For verifying the parallel actions and concurrent workflows have other requirements under business logic security? as current requirement not covered the mentioned case.
"without skipping steps"
Absolute statement. even if business logic allows it then also it should not be skipped for example partial save.
"only process"
How QA verify this?