-
Notifications
You must be signed in to change notification settings - Fork 32
Messaging Toolkit Test Plan Draft
Samantha Chan edited this page Jul 15, 2014
·
4 revisions
- RHEL 5, RHEL 6, PPC, SLES
- (OK) Active MQ 5.7
- (pending test) Active MQ 5.9
- (OK) Websphere MQ 7.5.x
- (OK) Websphere MQ 8.0
- (OK) All supported data types from connection document schema (covered by automated tests)
- (OK) All supported message class from connection document schema (covered by automated tests)
- (OK) delivery mode: persistent vs non_persistent
- connection document providing user name and password - pending configuration of activemq and wmq servers
- Error conditions on connection documents:
- connection specification
- no connection spec
- connection specification pointing to provide_url that does not exist
- connection specification providing incorrect user name and password
- connection document is malformed
- access specification
- no access specification
- access specification providing incorrect identify as destination
- access specification providing an invalid message class
- access specification providing an invalid delivery mode
- access specification providing an invalid connection
- access specification providing no attribute on native schema
- access specification providing invalid attribute type
- reconnectionPolicy, reconnectionBound, period
- initial connection made, but connection dropped
- initial connection cannot be made, but is later available
- required parameter not specified
- invalid connection specified
- invalid access specified
- default lookup of connection document
- specify connection document from non-default location (absolute and relative paths) - covered by automated test
- RHEL 5, RHEL 6, SLES
- Websphere MQ 7.5.x, Websphere MQ 8.0 (pending test)
- All supported data types from connection document schema (covered by automated tests)
- All supported message class from connection document schema (covered by automated tests)
- delivery mode: persistent vs non_persistent
- connection document providing user name and password - only applicable for Websphere MQ 8.0
- Error conditions on connection documents:
- connection specification
- no connection spec
- connection specification pointing to provide_url that does not exist
- connection specification providing incorrect user name and password
- connection document is malformed
- access specification
- no access specification
- access specification providing incorrect identify as destination
- access specification providing an invalid message class
- access specification providing an invalid delivery mode
- access specification providing an invalid connection
- access specification providing no attribute on native schema
- access specification providing invalid attribute type
- reconnectionPolicy, reconnectionBound, period
- initial connection made, but connection dropped
- initial connection cannot be made, but is later available
- required parameter not specified
- invalid connection specified
- invalid access specified
- default lookup of connection document
- specify connection document from non-default location (absolute and relative paths) - covered by automated test