Relative Content

Tag Archive for qaf

Can’t launch driver

If I comment the second step which relates with chromeDriver, the case will be pass.

How we can access datafile values without passing as parameters

cucumber4 and my feature file is having a step which takes around 15 parameters. I want to access my testdata.json file content without passing as parameters for the stepdefinition. Here my requirement is how we can access the datafile content i.e testdata.json file in the stepdef without passing as parameters due to large number of parameters.