git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2867 248e525c-4dfb-0310-94bc-949c084e9493
47 lines
1.1 KiB
Ruby
47 lines
1.1 KiB
Ruby
#
|
|
#This file contains all the constants required for all tests
|
|
#require this file if you are writing a standalone test.
|
|
#
|
|
|
|
#Database Constants
|
|
#DBUSERNAME='eft_nom_kingdonj'
|
|
#DBPASSWORD='eft_nom_kingdonj'
|
|
DBUSERNAME='mip_dev_e'
|
|
DBPASSWORD='mip_dev_e'
|
|
#DATABASE='dev10g'
|
|
# Screen Constants
|
|
#MACHINE='wxp0113'
|
|
MACHINE = 'loordv01'
|
|
#MACHINE = '195.228.69.35'
|
|
#DAD='eftnomfat'
|
|
DAD= 'pls/apex'
|
|
#DAD= 'eftnom'
|
|
#DAD= 'pls/eftnomkingdonj'
|
|
#PROTOCOL = 'https://'
|
|
PROTOCOL = 'http://'
|
|
|
|
#
|
|
# Default Screen urls
|
|
#
|
|
START_URL = PROTOCOL+MACHINE+'/'+DAD+'/f?p=156:1:380279258624897:::::'
|
|
LOGIN = PROTOCOL+MACHINE+'/'+DAD+'/f?p=156:1'
|
|
EXPORT_DATA = PROTOCOL+MACHINE+'/'+DAD+'/f?p=156:5'
|
|
|
|
#
|
|
# Users required for the script
|
|
# may need to add more as the integration tests grow
|
|
#
|
|
JAMIE = 'priestj'
|
|
JAMIE_PWD = 'password'
|
|
AGENT = 'testagent'
|
|
AGENT_PWD = 'testagent'
|
|
SUPP = 'testagent'
|
|
SUPP_PWD = 'testagent'
|
|
SUPPADMIN = 'testagent'
|
|
SUPPADMIN_PWD = 'testagent'
|
|
MIPADMIN = 'testagent'
|
|
MIPADMIN_PWD = 'testagent'
|
|
ICU = 'testagent'
|
|
ICU_PWD = 'testagent'
|
|
CS = 'testagent'
|
|
CS_PWD = 'testagent' |