I am using POM with cucumber.I have 3 scenarios to execute where half of the steps are common for all the scenarios.So i am using background keyword for common steps.But I need to pass data through Example keyword to the steps defined in Background also.How do I do it
↧