TP-WEBLOGIC
Version: 1
Author: Jani Laakso
Created: 5.3.2007
Testcase: /wiki/QualityAssurance/ServerCertification/TC-AS
Modification history
| Date | Author | What was changed |
| 5.3.2007 | Jani Laakso | Created document |
References
| Document | Title |
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 ID | Action | Expected result | Actual result |
| 1 | Start guest | Guest should boot into login screen | |
| 2 | Start AS by performing ssh administrator@guestIp and execute cd bea; startBea.cmd | AS console is opened and after few minutes it should state "AS started.". | |
| 3 | deploy Toolkit war to AS by scp itmill-toolkit.war administrator@guestIp:/bea/weblogic92/samples/domains/wl_server/autodeploy | AS console should state "toolkit" deployed. No errors or warnings are shown | |
| 4 | Open with any supported web browser http://guestIp:7001/toolkit/ | You should see index.html | |
| 5 | On web browser click HelloWorld? application | Ensure that application works, check that AS logs are nominal. | |
| 6 | On web browser click Calculator application | Ensure that application works, check that AS logs are nominal. | |
| 7 | On web browser click FeatureBrowser? application | Ensure that application works, check that AS logs are nominal. | |
| 8 | Shutdown AS by opening cmd.exe and typing cd /bea; stopBea.cmd | check that AS logs are nominal. | |
| 9 | Store AS logs as result to this TP | ||
| 10 | Shutdown 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.
