Executing a post-test action in Test Studio

40 Views Asked by At

With testing technologies like JUnit, TestNG, and Katalon Studio, there exist setup and teardown methods. In TestNG, there is even a beforeTestSuite(),afterTestSuite(). I am looking for an equivalent in Test Studio, namely for either logging out or clearing the cache, for every test ran in a test list.

0

There are 0 best solutions below