On Thursday, 27 June 2013 14:55:41 UTC+1, Reddy wrote:
Hi,
I was asked to setup BDD frame work with Cumber ,Junit
From context, I'm assuming you mean Cucumber, JUnit AND Selenium WebDriver. Grid/Grid2 have nothing to do with Cucumber.
I have noticed Junit 4 versions support parallel running ...Can some body please guide me to setup the Grid with cucmber
Assuming you already have a project running your tests locally, it's really pretty easy to start using Grid. Again, making an assumption that you are using WebDriver and thus mean Grid2, you can just follow the
guide.
Putting aside the fact that this is the wrong forum to be discussing this (again, this is nothing to do with Cucumber), all you are doing to use Grid2 is using a RemoteWebDriver instance pointing at a Grid2 server instead of running up a local browser instance.
Tris
Regards,
Reddy