List of Smoke Tests in V3

Admin CLI Test Area (24 test cases)

  1. start the default domain and verify the domain starts correctly
  2. enable the https listener http-listener-2 and verify the listener is enabled with asadmin set command
  3. access the http listener in port 8080 and verify the listener is up and running
  4. access the https listener in port 8181 and verify the listener is up and running
  5. create a jdbc connection pool using asadmin and verify the pool is created
  6. create jdbc resource using asadmin and verify the resource is created
  7. start the bundled java db and verify the db is started
  8. deploy a j2ee application which uses the above created jdbc connection pool
  9. access the jdbc application and verify the app works fine
  10. restart the domain
  11. access the jdbc application and verify the app works fine
  12. deploy a jsp application and verify the deployment is successful
  13. access the jsp application through http and verify it works
  14. access the jsp application through https and verify it works
  15. redeploy the modified version of the jdbc application and verify the deployment is successful
  16. access the jdbc application through http and verify it works
  17. access the jdbc application through https and verify it works
  18. undeploy the jdbc application
  19. access the undeployed app and verify it no longer available
  20. undeploy the jsp application
  21. access the undeployed jsp app and verify it is no longer available
  22. restart the domain
  23. access the undeployed app and verify it no longer available
  24. access the undeployed jsp app and verify it is no longer available
  25. stop the domain using asadmin and verify domain is stopped
  26. stop the database and verify the database is stopped.

Core Function Test Area

  1. A simple security test using BASIC auth. (2 test cases)
  2. A ssl test of redirection of http request to https request. (1 test case)
  3. 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


test_results.html.pdf (application/pdf)
security-gtest-results.html.pdf (application/pdf)
summaryreport-v3smoke.html.pdf (application/pdf)