I have recently been using junit in eclipse and I am still learning. I know how to pass command line parameters in eclipse, but how do I pass them to a test case in Junit?
In this example I am passing an argument webDriver as firefoxDriver in the run configuration window:
webDriver
firefoxDriver