Test Scenario Post Script Vs Test step Post Script

Hi,

I’ve enabled Test Scenario Post Processing and added a custom script for validation, because I want the same validation to apply to all test steps.
And on individual test steps I’m trying to add individual step validation.
But looks like when I add the step script, the test scenario validation is not running.

I was expecting it to combine both.
Am I doing something wrong?

ok. I see… the test scenario validations are only running when you run the suite, not the individual steps.

Yes, the test scenario post-processing validations only run when executing the entire test suite, not on individual steps.