153 Views
How to share Tests across browser specific TestFixtures with WebDriver. When writing a unit test to test a webpage, you will want to duplicate that test against multiple browsers. How do we do accomplish this feat? Inheritance!
0 comments