GlassFish
-
World's first Java EE 7 Application Server
About
Legal
Contributing
List of Smoke Tests in V3
Admin CLI Test Area (24 test cases)
start the default domain and verify the domain starts correctly
enable the https listener http-listener-2 and verify the listener is enabled with asadmin set command
access the http listener in port 8080 and verify the listener is up and running
access the https listener in port 8181 and verify the listener is up and running
create a jdbc connection pool using asadmin and verify the pool is created
create jdbc resource using asadmin and verify the resource is created
start the bundled java db and verify the db is started
deploy a j2ee application which uses the above created jdbc connection pool
access the jdbc application and verify the app works fine
restart the domain
access the jdbc application and verify the app works fine
deploy a jsp application and verify the deployment is successful
access the jsp application through http and verify it works
access the jsp application through https and verify it works
redeploy the modified version of the jdbc application and verify the deployment is successful
access the jdbc application through http and verify it works
access the jdbc application through https and verify it works
undeploy the jdbc application
access the undeployed app and verify it no longer available
undeploy the jsp application
access the undeployed jsp app and verify it is no longer available
restart the domain
access the undeployed app and verify it no longer available
access the undeployed jsp app and verify it is no longer available
stop the domain using asadmin and verify domain is stopped
stop the database and verify the database is stopped.
Core Function Test Area
A simple security test using BASIC auth. (2 test cases)
A ssl test of redirection of http request to https request. (1 test case)
A basic mdb test case. It contains a MDB of each type (Queue and Topic) and both send and receive messages. (6 test cases).
Sample Test Reports
33 tests in
summary report
31 tests in
JavaEE report
, (24 Admin Cli, 1 Security SSL, 6 MDB)
2 tests in
GTest report
(2 Security Basic Auth)
Attachments:
test_results.html.pdf
(application/pdf)
security-gtest-results.html.pdf
(application/pdf)
summaryreport-v3smoke.html.pdf
(application/pdf)