I have a page that displays different list of input fields as per the radio button chosen.
I want to use data driven approach and include all my combination of cases in csv and run.
I can do this in testproject if dont add tests as a step.
But if I add a test (that determines the radio button to choose and upon which I provide different values to the different fields) as a step, then how can I pass the values for the parameters of the subtest in csv along with the values of the main test.