TP-WEBLOGIC

Version: 1
Author: Jani Laakso
Created: 5.3.2007
Testcase: /wiki/QualityAssurance/ServerCertification/TC-AS

Modification history

DateAuthorWhat was changed
5.3.2007Jani LaaksoCreated document

References

DocumentTitle

N/A

Introduction

This document describes how to perform BEA Weblogic Application Server (AS) tests with Toolkit.

Instructions

Overall instructions are not neccessary, see Steps.

Use case

Customer has BEA Weblogic Application server and wishes to demo / use / test Toolkit with it.

Test setup

Required VMWare guest is named "phobos". This is referred as guest afterwards. Guest uses dynamic IP for now.

  • TODO: Change to use static IP.
  • TODO: Install Cygwin when automating this TP. Guest has OpenSSHD installed but no Cygwin.

Note: to find out what means AS logs are nominal

  • 1. clear AS logs
  • 2. start AS
  • 3. deploy any sample WAR file into AS
  • 4. stop AS

This gives you "nominal" AS logs.

Note: to understand what means ensure that application works

  • try to use application for a short period of time
  • inflict few state changes if possible, click buttons, browse pages etc

Preconditions

Find out guest's IP address, this is referred as guestIp afterwards.

Steps

Step IDActionExpected resultActual result
1Start guestGuest should boot into login screen
2Start AS by performing ssh administrator@guestIp and execute cd bea; startBea.cmdAS console is opened and after few minutes it should state "AS started.".
3deploy Toolkit war to AS by scp itmill-toolkit.war administrator@guestIp:/bea/weblogic92/samples/domains/wl_server/autodeployAS console should state "toolkit" deployed. No errors or warnings are shown
4Open with any supported web browser http://guestIp:7001/toolkit/You should see index.html
5On web browser click HelloWorld? applicationEnsure that application works, check that AS logs are nominal.
6On web browser click Calculator applicationEnsure that application works, check that AS logs are nominal.
7On web browser click FeatureBrowser? applicationEnsure that application works, check that AS logs are nominal.
8Shutdown AS by opening cmd.exe and typing cd /bea; stopBea.cmdcheck that AS logs are nominal.
9Store AS logs as result to this TP
10Shutdown guest (disk changes are lost)

Notes

In here you may describe additional information found out during testing.


Creating test result

Duplicate this document into /wiki/QualityAssurance/TestResults/<release target>, please see possible <release target> tags from here: /wiki/QualityAssurance . Fulfill result summary, columns and notes section.

On steps, action is taken by the tester. Expected result states what should have happen if step is OK. Actual result states either OK or FAILED.