<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../../../../wtp.xsl"?>
<html>
<head>
  <meta name="root" content="../../../../../../" />
  <title>server and internet translation verification</title>
</head>
<body>

<h1>Server Tools Translation Verification Test for WTP 3.0.x</h1>


<h2>Translation Verification Test Plan</h2>

<p>This test plan covers Server Tools, a WTP subproject. It is
intended to walk the user through as much of the UI as possible in a very simple and easy to
follow path. It will typically be used by translation testers to complete a walkthrough of
these tools and verify that all text has been translated correctly.</p>


<h3>Notes</h3>
<p>
Testers must have Apache Tomcat installed on the machines to do some of the tests. It can be
downloaded from the following URL and can be unzipped to any location on the filesystem:
<a href="http://apache.sunsite.ualberta.ca/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.zip">http://apache.sunsite.ualberta.ca/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.zip</a>
<br/>
These steps assume that you go from top to bottom and do not start midway through the tests.
<br/>
Testing can be performed on any supported O/S.
<br/>
This testing covers the following plugins: org.eclipse.wst.internet.*, org.eclipse.wst.server.*, and
org.eclipse.jst.server.*
</p>


<h3>Preferences</h3>
<p>Go to Window > Preferences to bring up the global preferences window.
<br/>
Select the Server node and verify the text on the page.</p>
<img src="prefServer.png"/>

<p>Expand the Server node and select Audio. Verify the text on the page.</p>
<img src="../prefAudio.gif"/>

<p>Select the Server > Runtime Environments node. Verify the text on the page.</p>
<img src="prefRuntimes.png"/>

<p>Click Add. Verify the text on the first page and select Cancel.</p>

<p>Expand the Run/Debug node, and select the TCP/IP Monitor. On the TCP/IP Monitor page, click on the
Add... buttons, verify the text in the dialog that appears, and click Cancel.</p>
<img src="prefMonitor.png"/>


<h3>Views</h3>
<p>
Select Window > Show View > Other...
<br/>
Expand Server, select Servers and click OK. Verify the content and actions in the Servers View.</p>
<img src="viewServers.png"/>

<p>
Select Window > Show View > Other...
<br/>
Expand Debug, select TCP/IP Monitor and click OK. Verify the contents and actions in the TCP/IP Monitor view.</p>
<img src="../viewMonitor.gif"/>


<h3>Wizards</h3>
<p>
Select File > New > Other...
<br/>
Expand Servers, select Server, and click Next.
</p>
<p>Verify the text on the page. Select Apache Tomcat 6.0 from the list and click Next.</p>
<img src="wizServer1.png"/>
<p>Verify the text on the page. Browse to the location Tomcat was unzipped on your system, click OK. Click Next.</p>
<p>
Verify the text on the page and click Finish.<br/>
<img src="wizServer2.png"/>
</p>

<p>
Select File > New > Other...
<br/>
Expand Servers, select Server, and click Next.
<br/>
Expand each section (ie: Basic, IBM, JBoss, ObjectWeb, ...). For each server in the list, select it, click Next,
verify the text on the page, and then click Back.
<br/>
</p>
<img src="wizBasic.png"/>
<p>
Under the Server's host name: field, click Download additional server adapters link.
<br/>
<img src="installNewServer.png"/>
<br/>
Click Cancel two times to close all dialogs.<br/>
</p>


<h3>Editors</h3>
<p>
We will now verify the text in editors. This will involve opening up an editor, and viewing
each page within the editor if it is a multipage editor. A quick scan of each page and the
contained fields should be performed.
<br/>
There should be an instance of Apache Tomcat in your Servers view. Double click on it to
open up the editor.
<br/>
Expand all the sections and verify the text on both pages. Click on the Add button within the
Mime Mappings section, then click Cancel. Do the same with the Add Web Module button on the second page and click Cancel.</p>
<img src="editorTomcat1.png"/>
<img src="editorTomcat2.gif"/>


<h3>Actions</h3>
<p>
Select File > New > Other...
<br/>
Expand Web, select Dynamic Web project, and click Next.
<br/>
In the Project Name: field, enter 'TestWeb'.
<br/>
Click Finish.
<br/>
Right click on the Web project and select Run > Run on Server...
<br/>
Verify the text in the wizard that appears, and then click Cancel.
</p>
<img src="runOnServer.png"/>

</body>
</html>