July 2019
Intermediate to advanced
536 pages
12h 57m
English
The following code is for the Global_VARS.java class:
import java.io.File;/** * @author Carl Cocchiaro * * Global Variable Utility Class * */public class Global_VARS { // browser defaults public static final String BROWSER = "chrome"; public static final String PLATFORM = "Windows 7"; public static final String ENVIRONMENT = "local"; public static String DEF_BROWSER = null; public static String DEF_PLATFORM = null; public static String DEF_ENVIRONMENT = null; // suite folder defaults public static String SUITE_NAME = null; public static final String TARGET_URL = "http://www.practiceselenium.com/"; public static String propFile = "src/main/java/com/framework/ux/utils/chapter10/selenium.properties"; public static final String ...
Read now
Unlock full access