Constant Field Values

Contents

step.artefacts.*

step.basic.*

  • step.basic.web.selenium.pages.PlanEditorPage 
    Modifier and Type Constant Field Value
    public static final java.lang.String PLAN_ROOT_NODE "//ul[contains(@class,\'jstree-container-ul jstree-children\')]/li/a"
  • step.basic.web.selenium.pages.generic.GenericTablePage 
    Modifier and Type Constant Field Value
    protected static final java.lang.String XPATH_FILTERS "//table[contains(@id,\'DataTables_Table\')]/thead/tr[@class=\'searchheader\']/th"
    protected static final java.lang.String XPATH_INFO "//div[@class=\'dataTables_info\']"
    protected static final java.lang.String XPATH_LOADER "//div[contains(@class,\'loader\')]"
    protected static final java.lang.String XPATH_PAGES "//div[contains(@class,\'paginate\')]/ul/li/a"
    protected static final java.lang.String XPATH_PAGING "//select[contains(@name, \'DataTables_Table\')]"
    protected static final java.lang.String XPATH_SORTING "//table[contains(@id,\'DataTables_Table\')]/thead/tr[@role=\'row\']/th"

step.controller.*

  • step.controller.multitenancy.model.Project 
    Modifier and Type Constant Field Value
    public static final java.lang.String entityName "projects"

step.plans.*

step.plugins.*

  • step.plugins.cypress.CypressFunctionHandler 
    Modifier and Type Constant Field Value
    public static final java.lang.String BASE_URL "baseUrl"
    public static final java.lang.String COMMAND "command"
  • step.plugins.dotnet.DotNetFunctionType 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEPENDENCY "$dotnet.dependency.file"
    public static final java.lang.String FILE "$dotnet.dll.file"
  • step.plugins.soapui.SoapUIHandler 
    Modifier and Type Constant Field Value
    public static final java.lang.String SOAPUI_LIBS "$soapui.libraries"
  • step.plugins.soapui.SoapUILocalHandler 
    Modifier and Type Constant Field Value
    public static final java.lang.String SOAPUI_OSS "$soapui.forceOSS"
    public static final java.lang.String SOAPUI_OUTPUT "$soapui.outputFolder"
    public static final java.lang.String SOAPUI_PROJECT "$soapui.project"
    public static final java.lang.String SOAPUI_REPORT "$soapui.report"
    public static final java.lang.String SOAPUI_TEST_CASE "$soapui.testcase"
    public static final java.lang.String SOAPUI_TEST_SUITE "$soapui.testsuite"

step.repositories.*