Hi, I have a readyAPI project with many testsuites. some of the test suites need to have a dynamic header (Token/cert etc). While other suites doesn't need them. I have event handler to insert t...
context.testCase.testSuite.name should give you the current test suite name and you can add a condition to match with the desired suite name. Add the block of code what you wanted to do.