I have .net project which uses webdriver and the framework designed in PageObjectModel with Fluent Architecture. I have a problem, whenever i run the test, i need to initiate only one webdriver object and this object should travel across. I am bit struggling in this area.
I have .net project which uses webdriver and the framework designed in PageObjectModel with Fluent Architecture. I have a problem, whenever i run the test, i need to initiate only one webdriver object and this object should travel across. I am bit struggling in this area.