Hi,
Is there a way I can get the setup/teardown script of project to run from testsuite setup/teardown script and implement same for testcase.
I have same setup/teardown script for all levels. If I add setup script for every level testcase, testsuite and project and run it from project, it runs setup script 3 times which is redundant. I want to write setup/teardown scripts for project and chain them for lower levels by referencing/running the project setup script in testsuite/testcase setup script. So irrespective of what level I run , the setup/ teardown script runs only once