Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Hi,
I have few modules like HR, Finance, Admin. For each module there are multiple testcases developed in independent script file like, HR.s, Finance.s, Admin.s. The AUT must be loaded with different data for each module before testing. So is there a way to run a function using scriptenter which is specific to .s, that is before starting HR.s need to run HR prerequisite function, and so on with others.
This is something equals @BeforeClass in Selenium (Class sits at level of Scipt.s)