smoke-tests
application for running smoke tests
how to run:
java -jar smoke-tests.jar <target_application>
exit code 0 in case of success of checks, 1 in case of errors, console logs
supported applications:
- bsp - make login via main page, check whether login page is correct
- bpc - make login via bsp main page, check whether BPC main page is correct
- nepal - no login check, check only for availability of Nepal modules (pom, tools or webservices)
- hpbx - no login, only check for availability of MyPortal main page and availability of credentials and error fields
- bep ui - no login, only check for:
- availability of BEP Admin Tool main page and (title, credentials and error fields)
- availability of BEP JMX Console main page (title and address)
examples:
- bsp: java -jar smoke-tests.jar bsp testacc testpwd https://qde8tm.de.t-internal.com:21143/portal/
- bpc: java -jar smoke-tests.jar bpc testacc testpwd https://qde8tm.de.t-internal.com:21143/portal/
-
nepal: java -jar smoke-tests.jar nepal https://qde8tl.de.t-internal.com:22480/teoservices/pages/login.jsf tools (nepal tools check) java -jar smoke-tests.jar nepal https://qde8tl.de.t-internal.com:22480/nepaENtl-pom/pages/login.jsf pom (nepal pom check) java -jar smoke-tests.jar nepal https://qde8tl.de.t-internal.com:22480/teoservices/services-fast web (nepal webservices check)
-
hpbx: java -jar smoke-tests.jar hpbx https://dlan-ta.detemobil.de/hpbx_eup/workplaceProfile.xhtml (check by hPBX MyPortal url) java -jar smoke-tests.jar hpbx testacc testpwd https://dlan-ta.detemobil.de/hpbx_eup/workplaceProfile.xhtml (check by hPBX MyPortal url, login and password will be ignored)
-
bep: java -jar smoke-tests.jar bep https://10.105.163.212