public void setUp() throws Exception { selenium = BrowserInitializer.getBrowser(); rowCount = (Integer.parseInt( PropertyReader.loadRegistryProperties().getProperty("ResourceBrowserTableRowCount"))); }
public void setUp() throws Exception { property = BrowserInitializer.getProperties(); browser = BrowserInitializer.getBrowser(); username = property.getProperty("admin.username"); password = property.getProperty("admin.password"); moduleVersion = property.getProperty("module.version"); }