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");
 }
Пример #2
0
  public void setUp() throws Exception {

    selenium = BrowserInitializer.getBrowser();
    rowCount =
        (Integer.parseInt(
            PropertyReader.loadRegistryProperties().getProperty("ResourceBrowserTableRowCount")));
  }