Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel3
maxLevel3

Test

...

Objectives

This plan will define the various areas that must be tested to validate the new logging meets its requirements. This information will the be used during the subsequent technical design and development phases to ensure that the testing approaches defined in this plan are possible.

...

The management console also has a startup and shutdown phase like the broker. As result we can test the log statements occur only in that way.

Startup

The Management console uses two ports so both of these will be logged .

...

at startup. Two test runs must be performed to validate that the 'SSL Keystore' output is only present when correctly enabled.

No Format
2009-07-09 15:50:20 +0100 MESSAGE MNG-1001 : Startup
2009-07-09 15:50:20 +0100 MESSAGE MNG-1002 : Starting : RMI Registgry : Listening on port 8999
2009-07-09 15:50:20 +0100 MESSAGE MNG-1002 : Starting : RMI ConnectionServerConnectorServer : Listening on port 9099
2009-07-09 15:50:20 +0100 MESSAGE MNG-1006 : Using SSL Keystore : test_resources/ssl/keystore.jks
2009-07-09 15:50:20 +0100 MESSAGE MNG-1004 : Ready
Shutdown

During shutdown the two listeners created during startup will shutdown. The use of SSL will no provide any additional shutdown mesasage to verify.

No Format
2009-07-09 15:50:20 +0100 MESSAGE MNG-1003 : ting down : RMI Registgry : Shuting Listening on port 8999
2009-07-09 15:50:20 +0100 MESSAGE MNG-1003 : ting down : RMI <service>ConnectorServer : Listening on port <Port>9099
2009-07-09 15:50:20 +0100 MESSAGE MNG-1005 : Stopped

...