0
kicks
Browser Specific TestFixtures Sharing Tests
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!