How to implement independent scriptenter for each .s file

0 Likes

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)

Labels:

Silk Test
silk4j
SilkTest
Comment List
Related
Recommended