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

common.sTestWebDriverFactory.properties Maven / Gradle / Ivy

Go to download

Java, Selenium, Appium, Winium, Extend, and TestNG automated testing framework. Bichromate integrates the best of these frameworks and takes automation to the next level. With Bichromate there is one function call that builds any type of Web,IOS Mobile, Android, and Windows App driver on any platform (Windows, Mac, Linux). From Local web drivers, to SauceLabs, Browserstack, and Selenium grid. Build data driven tests is never easier. Bichromate also gives you built in Factories that, access DBs, Video Capture, FTP, POM Generation, Hilite element.

There is a newer version: 3.13
Show newest version
# @(#)sTestWebDriverFactory.properties  1.0 1/23/2013
#
#
# Web driver directories. These are assumed to be under webDrivers folder in the project
#
sTestWebDriverFactory.winChromeWebDriverDirectory=chromedriver_win32
sTestWebDriverFactory.macChromeWebDriverDirectory=
sTestWebDriverFactory.linuxChromeWebDriverDirectory=chromedriver_linux
sTestWebDriverFactory.linux64ChromeWebDriverDirectory=chromedriver_linux64
sTestWebDriverFactory.winIEWebDriverDirectory=IEDriverServer_Win32_2.53.1
sTestWebDriverFactory.macIEWebDriverDirectory=
sTestWebDriverFactory.operadriver_linux64=operadriver_linux64
sTestWebDriverFactory.operadriver_mac64=operadriver_mac64
sTestWebDriverFactory.operadriver_win32=operadriver_win32
sTestWebDriverFactory.operadriver_win64=operadriver_win64
#
# Sauce Connect Information
#
sTestWebDriverFactory.sauceConnectLoginName=dramer32
sTestWebDriverFactory.sauceConnectAccessCode=90668160-e529-437d-8938-00ba805b6829
#
# Browser Stack
#
sTestWebDriverFactory.browserStackLoginName=dramer2
sTestWebDriverFactory.browserStackKey=pNFYwMfvM8GVgyCu6Jww
sTestWebDriverFactory.browserStackURL=https://%s:%[email protected]/wd/hub
#
# SMSTo message
#
[email protected]
# 
# SeleniumGrid 
#
sTestWebDriverFactory.ProxyIP-1=10.100.7.76 
sTestWebDriverFactory.totalProxyServer=1
#
# FireFox plugins for creating a createFireFoxNetPanelWebDriver
#
sTestWebDriverFactory.firebug_xpi=firebug-2.0.17.xpi
sTestWebDriverFactory.netexport_xpi=netExport-0.9b7.xpi
sTestWebDriverFactory.browserStartPage=http://www.bichromate.org
sTestWebDriverFactory.fileDownloadDirectory=browserDownloads 

#
# WebDriver Logging---- only works for Firefox
#
sTestWebDriverFactory.remoteWebDriverLogging=FALSE

#
# enable video in tests
#
sTestWebDriverFactory.enableVideo=false


#
# FTP Factory information
#
sTestFTPFactory.server=bichromate.org
sTestFTPFactory.port=21
sTestFTPFactory.login=dramer32 
sTestFTPFactory.password=NewYork#32
sTestFTPFactory.FTPDirectory=/public_ftp/incoming



#
#  password store for testing. Passwords and logins in one place
#
sTestCustomerAccountManagerFactory.passwordFileName=passwords.log
sTestCustomerAccountManagerFactory.passwordDirectory=passwordDirectory



# sTestJiraFactory
#
sTestJiraFactory.JiraURL=
sTestJiraFactory.loginName=
sTestJiraFactory.loginPassword=

#
# selfTest Jira ID
sTestJiraFactory.testJiraIssueID=
#
# setting the execution status of a test requires 3 calls
#
sTestJiraFactory.getIssueID=/rest/api/2/issue/%s
sTestJiraFactory.getExecutionInformation=/rest/zapi/latest/execution?issueId=%s
sTestJiraFactory.putExecutionStatus=/rest/zapi/latest/execution/%s/execute?
#
# URLS
#
sTestJiraFactory.updateCommentURL=/rest/api/2/issue/{issueIdOrKey}/comment
sTestJiraFactory.updateCommentURLPattern=\\\\{issueIdOrKey\\\\}
sTestJiraFactory.createTestCaseURL=/rest/api/2/issue/
sTestJiraFactory.createTestCasePayLoad="{\\"fields\\":{\\"project\\":{\\"%s\\":\\""+ projectKey +"\\"},\\"summary\\":\\""+%s+"\\",\\"issuetype\\":{\\"name\\":\\"Test\\"}}}"
sTestJiraFactory.getAllProjects=/rest/api/2/project
sTestJiraFactory.addTestStepToATestURL=
sTestJiraFactory.updateTestCaseStatusURL=/jira_server/rest/zapi/latest/execution/updateBulkStatus
sTestJiraFactory.updateTestStatusFromTestSuiteURL=/rest/zephyr/latest/executions/%s/execute?
sTestJiraFactory.getAllExecutionsFromTestSuiteQuery=/rest/zapi/latest/zql/executeSearch?zqlQuery=
#
# Default Test Suite query to use. Can be set before test suite is run
#
sTestJiraFactory.testSuiteQuery=project%20%3D%20%22QATEST%22%20AND%20fixVersion%20%3D%20%22Unscheduled%22%20AND%20cycleName%20in%20(%22Automation%20Testing%22)

# Test Suites to use.
sTestJiraFactory.testSuiteRun=6726


#
# Microsoft SQL DB access using the sTestMicrosoftSQLConnector
#

sTestMicrosoftSQLConnector.sqlServerURL=
sTestMicrosoftSQLConnector.databaseName=
sTestMicrosoftSQLConnector.user=
sTestMicrosoftSQLConnector.password=
sTestMicrosoftSQLConnector.encrypt=
sTestMicrosoftSQLConnector.trustServerCertificate=


# sTestZipFileFactory
sTestZipFileFactory.zipDirectory=test-output/screencapture
sTestZipFileFactory.zipOutPutDirectory=test-output/screencapture/zipped



# sTestSlackFactory
#
#
# Self Test
#
sTestSlackFactory.slackServerURL=https://hooks.slack.com/services/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



#
# HipChat
#
sTestHipChatFactory.login=
sTestHipChatFactory.password=
sTestHipChatFactory.accessKey=
sTestHipChatFactory.askQARoom=
sTestHipChatFactory.QAResultsRoom=


#
#  password store for testing. Passwords and logins in one place
#
sTestCustomerAccountManagerFactory.passwordFileName=passwords.log
sTestCustomerAccountManagerFactory.passwordDirectory=passwordDirectory
#
# sets the state of the passwords.log file.  true = passwords are stored encrypted, false = don't save the passwords as encrypted
#
sTestCustomerAccountManagerFactory.passwordEncryption=false


#
# BugZilla Server and login info
#
sTestBugZillaFactory.bugzillaServer=
sTestBugZillaFactory.login=
sTestBugZillaFactory.password=


#
# mySQL Connection Information
#
sTestMySQLConnector.serverName=
sTestMySQLConnector.port=3306
sTestMySQLConnector.useSSL=false
sTestMySQLConnector.mydatabaseSchema=world
sTestMySQLConnector.username=root
sTestMySQLConnector.password=



#
# settings for sTestLogFileFactory
#
sTestLogFileFactory.fileLimit=1073741824
#
# Starting directory
#
sTestLogFileFactory.logStartingDirectory=/var/log/httpd/ngs/tomcat/
#
# SSH key name
#
sTestLogFileFactory.userName=dramer
sTestLogFileFactory.sshKeyName=macPrivateKey.ppk
sTestLogFileFactory.securityDirectory=security
sTestLogFileFactory.downLoadFileName=myLogFile.log
sTestLogFileFactory.downLoadDirectory=browserDownloads
#
# Servers
#
sTestLogFileFactory.numberOfServers=4
sTestLogFileFactory.server-1=52.36.81.81
sTestLogFileFactory.server-2=52.36.40.200
sTestLogFileFactory.server-3=52.40.236.229
sTestLogFileFactory.server-4=52.10.82.28


#
# log Files
#
sTestLogFileFactory.numberOfLogs=7
sTestLogFileFactory.logFile-1=all/ngs.log
sTestLogFileFactory.logFile-2=audit/audit.log
sTestLogFileFactory.logFile-3=cron/cron.log
sTestLogFileFactory.logFile-4=dbpool/dbPool.log
sTestLogFileFactory.logFile-5=email/email.log
sTestLogFileFactory.logFile-6=errors/errors.log
sTestLogFileFactory.logFile-7=dbPool/dbPool.log



#
# Local connection information. serverName can be another DB machine as long as port is not blocked.
# the sample test query is used against the 'world' db that is the default DB installed when install mySQL
#
sTestMySQLConnector.serverName=localhost
sTestMySQLConnector.port=3306
sTestMySQLConnector.mydatabaseSchema=world
sTestMySQLConnector.username=root
sTestMySQLConnector.password=NewYork#32
sTestMySQLConnector.localSampleTestQuery=select * from city

#
# SSH when DB is behind a firewall
# Here you connect to a remote machine and complete port forwarding
# You must store the id_rsa in the security directory. It must be named id_rsa
#
sTestMySQLConnector.sshuser=dramer
sTestMySQLConnector.sshHost=52.36.81.81
sTestMySQLConnector.remoteDBHost=testdb.broadline.billfire.com
sTestMySQLConnector.remotePort=3306
sTestMySQLConnector.localPort=3307
sTestMySQLConnector.sshDBServerName=NGS
sTestMySQLConnector.SSHDBLogin=readonly
sTestMySQLConnector.SSHDBPassword=BFr3ad0nly
sTestMySQLConnector.SampleSSHConnectionQuery=select ClientId from NGS.S_Account where CustomerName = 'BAILEY MIDDLE SCHOOL'

#
# SQL Driver name
#
sTestMySQLConnector.driverName=com.mysql.cj.jdbc.Driver



#
# Schedules are as follows:
#
# all = Clean all after each test run
# weekend = Remove files created on Saturday and Sunday
# m-F = remove all files during the week
# mon,tue,wed,thu,fri,sat,sun = specific day of the week comma separated
# holiday = only on specific days defined
#
# The schedule only indicates when the clean-up happens. The clean-up removes all data from the directories
#
#



sTestCleanupFactory.cleanLogFiles=false
sTestCleanupFactory.cleanLogFilesSchedule=weekend
sTestCleanupFactory.cleanReports=false
sTestCleanupFactory.cleanReportsSchedule=weekend
sTestCleanupFactory.cleanScreenCapture=false
sTestCleanupFactory.cleanScreenCaptureSchedule=weekend


#
# Holiday = dates are comma separated
# format = mm/dd/yyyyki
#


sTestCleanupFactory.holidays=12/23/2018,12/26/2018,1/2/2018



#
# sTestZipCodeAPI   https://www.zipcodeapi.com/API
#
sTestZipCodeAPI.key=XMDdOvpCCL8YZymguyJO8IVw2oJSFCWDoAQc6gOI2XG1w3i1C1PKJLhM91FPDCs1



#
# Microsoft SQL DB access using the sTestMicrosoftSQLConnector
#

sTestMicrosoftSQLConnector.sqlServerURL=
sTestMicrosoftSQLConnector.databaseName=
sTestMicrosoftSQLConnector.user=
sTestMicrosoftSQLConnector.password=
sTestMicrosoftSQLConnector.encrypt=
sTestMicrosoftSQLConnector.trustServerCertificate=


# @(#)sTestKibanaFactory.properties  1.0 4/14/2018
#
# sTestKibanaFactory
#
#
# Use this for sTestKibanaFactory Server Information
#
sTestKibanaFactory.totalNodes=0
sTestKibanaFactory.serverURL=
sTestKibanaFactory.port=
sTestKibanaFactory.clusterName=



# @(#)sTestNewRelicFactory.properties  1.0 4/26/2018
#
# sTestKibanaFactory
#
#
# Use this for sTestNewRelicFactory Server Information
#
sTestNewRelicFactory.newRelicURL=
sTestNewRelicFactory.newRelicKey=



# @(#)sTestMessageFactory.properties  1.0 12/20/2016
#
# This properties file is used to hold the email address and login for any email/sms notifications
#
#
#
[email protected]
sTestMessageFactory.password=NewYork#32
sTestMessageFactory.portNumber=587
sTestMessageFactory.debugging = true;


# @(#)sTestReportFactory.properties  1.0 1/23/2013
#
# Data for login Test
#
sTestReportFactory.headingOneTemplate=TestNG Report

Tests Designed By Bichromate

Report Created By TestNG
Designed By David Ramer

sTestReportFactory.headingOneTemplateReplace= # @(#)sTestPOMFactory.properties 1.0 8/1/2016 # # This properties file is used when the sTestPOMFactory is used to create a new POM file. # # # All directories in this properties file assumes to be created from the working directory # # # # Version of the files we are writtng # sTestPOMFactory.pomFileVersion=1.0 # sTestPOMFactory.propertiesFileExtension=.properties # # Directory for all files # sTestPOMFactory.templatesDirectory=src/main/resources/pomTemplates sTestPOMFactory.propertiesFileDirectory=src/main/resources/pageDeclarations sTestPOMFactory.pomFileDirectory=createdPOMS sTestPOMFactory.pomFilePackage=bichromate.sample.pageDeclaration; sTestPOMFactory.propertiesFileLocation=pageDeclarations # # Templates for generating pom.java # sTestPOMFactory.clickElementTemplate=clickElement.tmpl sTestPOMFactory.constructorTemplate=constructor.tmpl sTestPOMFactory.copyrightTemplate=copyright.tmpl sTestPOMFactory.enterTextTemplate=enterText.tmpl sTestPOMFactory.importsTemplate=imports.tmpl sTestPOMFactory.isDisplayedTemplate=isDisplayed.tmpl sTestPOMFactory.isEnabledTemplate=isEnabled.tmpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy