Hi All,
I am beginner for Specflow learning. I am trying to use the step in
IWebdriver driver1 = new InternetExplorerDriver();
driver.Navigate().FIndElement(By.Id("inboxId")).click();
}
Now, I would like to use the step defined [Given(@"I have navigated to
google email page")] in the First_step_definition.cs in the
Second_step_definition.cs. [Reuse purpose, to avoid the duplicating
the same step again]
In this scenario, how can I access/use the step (which was defined in
First_step_definition.cs) to Second_step_definition.cs file.
Could someone please guide me.
Thanks
Sreenath