All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tools.properties.Properties Maven / Gradle / Ivy

Go to download

An open-source Selenium Java-based Test automation Framework that allows you to perform multiple actions to test a web application's functionality, behaviour, which provides easy to use syntax, and easy to set up environment according to the needed requirements for testing

There is a newer version: 1.1.1
Show newest version
package tools.properties;

public class Properties {

    private Properties() {

    }

    public static ExecutionOptions executionOptions;
    public static WebCapabilities web;
    public static Reporting reporting;
    public static TestNG testNG;
    public static Log4j log4j;
    public static Timeouts timeouts;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy