Hi All,
We like to run few Data Driven test case using Silk Test TestPlan. Has anyone done this before? Can someone please give an example how to pass in the test data from the test plan.
We try with below, and it doesn't seem working.
[-] Create User
[ ] script: User_T_Tr_S.g.t
[ ] ddtestcase: DD_CreateUser
[ ] ddatestdata: REC_DATALIST_DD_CreateUser
[ ] Verify user creation
This is the test case with the data input in our script.
testcase DD_CreateUser (REC_DATALIST_DD_CreateUser rData)