What is the role of “Suite Setup” and “Suite Teardown” in Robot Framework’s test suite files?
Hi Dipen,
“Suite Setup” is a special setting that is run only once before any of the test cases in the suite start. Conversely, “Suite Teardown” is executed just once as well, but after all the test cases in the suite have finished.