What is the difference between "Run Keyword If All Tests Passed" and "Run Keyword If Any Tests Failed" in Robot Framework?

What is the difference between “Run Keyword If All Tests Passed” and “Run Keyword If Any Tests Failed” in Robot Framework?

Hi Darran,

The “Run Keyword If All Tests Passed” keyword in Robot Framework triggers the execution of a specified keyword only if every test case in the test suite passes. On the other hand, “Run Keyword If Any Tests Failed” is used to execute a keyword when at least one test case in the suite fails.