From b0f050fdc83dfd94d301281ff5b5672e7ac7058c Mon Sep 17 00:00:00 2001
From: maudj <maudj@localhost>
Date: Thu, 22 Nov 2007 19:10:31 +0000
Subject: [PATCH] write testcase - maudj
---
opends/tests/functional_manual/setup/quicksetup.html | 12 +++---
opends/tests/functional_manual/setup/setup_cli.html | 28 ++++++++++---
opends/tests/functional_manual/setup/setup_gui.html | 28 ++++++++++---
3 files changed, 48 insertions(+), 20 deletions(-)
diff --git a/opends/tests/functional_manual/setup/quicksetup.html b/opends/tests/functional_manual/setup/quicksetup.html
index 9f4dcfd..7c0e641 100755
--- a/opends/tests/functional_manual/setup/quicksetup.html
+++ b/opends/tests/functional_manual/setup/quicksetup.html
@@ -12,20 +12,20 @@
<tbody>
<tr>
<td style="vertical-align: top;">Test ID</td>
- <td style="vertical-align: top;">unregister_as_service</td>
+ <td style="vertical-align: top;">quicksetup</td>
</tr>
<tr>
<td style="vertical-align: top;">Panel<br>
</td>
- <td style="vertical-align: top;"><big><big><small>OpenDS is unregistered as a Windows service on uninstall
- </small></big></big> </td>
+ <td style="vertical-align: top;">OpenDS QuickSetup Installer<br>
+ </td>
</tr>
<tr>
<td style="vertical-align: top;">Items<br>
</td>
- <td style="vertical-align: top;">
- - OpenDS is unregistered as a Windows service on uninstall
- </small></big></big> </td>
+ <td style="vertical-align: top;">- Click on the install/QuickSetup.jnlp link on the Build page<br>
+ - install OpenDS using the same procedure than in <A HREF="setup_gui.html">setup_gui</A> testcase
+ </td>
</tr>
<tr>
<td style="vertical-align: top;">Specific checks</td>
diff --git a/opends/tests/functional_manual/setup/setup_cli.html b/opends/tests/functional_manual/setup/setup_cli.html
index 883e08d..a0c36ee 100755
--- a/opends/tests/functional_manual/setup/setup_cli.html
+++ b/opends/tests/functional_manual/setup/setup_cli.html
@@ -12,24 +12,38 @@
<tbody>
<tr>
<td style="vertical-align: top;">Test ID</td>
- <td style="vertical-align: top;">unregister_as_service</td>
+ <td style="vertical-align: top;">setup_cli</td>
</tr>
<tr>
<td style="vertical-align: top;">Panel<br>
</td>
- <td style="vertical-align: top;"><big><big><small>OpenDS is unregistered as a Windows service on uninstall
- </small></big></big> </td>
+ <td style="vertical-align: top;">OpenDS CLI setup command: test install and uninstall<br>
+ </td>
</tr>
<tr>
<td style="vertical-align: top;">Items<br>
</td>
- <td style="vertical-align: top;">
- - OpenDS is unregistered as a Windows service on uninstall
- </small></big></big> </td>
+ <td style="vertical-align: top;">- run setup command to install in CLI<br>
+ enter expected data at each prompt (cn=Directory Manager, password, LDAP port, default base DN)<br>
+ Choose option 4 to populate de database Load automatically-generated sample data, with 200 entries<br>
+ no SSL<br>
+ no Start TLS<br>
+ start the server when the configuration is completed<br>
+ <br>
+ - open status in CLI <br>
+ <br>
+ - run setup command to uninstall in CLI and in interactive mode (-r and -a options are broken, see issue 2506 and 2508)<br>
+ </td>
</tr>
<tr>
<td style="vertical-align: top;">Specific checks</td>
- <td style="vertical-align: top;"><br>
+ <td style="vertical-align: top;">-Check the install is successfull<br>
+ Check the server is running<br>
+ Check the Base DN has been created<br>
+ <br>
+ - Check status data are valid<br>
+ <br>
+ - Check uninstall is successfull<br>
</td>
</tr>
</tbody>
diff --git a/opends/tests/functional_manual/setup/setup_gui.html b/opends/tests/functional_manual/setup/setup_gui.html
index 953289b..bcd54f7 100755
--- a/opends/tests/functional_manual/setup/setup_gui.html
+++ b/opends/tests/functional_manual/setup/setup_gui.html
@@ -12,24 +12,38 @@
<tbody>
<tr>
<td style="vertical-align: top;">Test ID</td>
- <td style="vertical-align: top;">unregister_as_service</td>
+ <td style="vertical-align: top;">setup_gui</td>
</tr>
<tr>
<td style="vertical-align: top;">Panel<br>
</td>
- <td style="vertical-align: top;"><big><big><small>OpenDS is unregistered as a Windows service on uninstall
- </small></big></big> </td>
+ <td style="vertical-align: top;">OpenDS GUI setup command: test install and uninstall<br>
+ </td>
</tr>
<tr>
<td style="vertical-align: top;">Items<br>
</td>
- <td style="vertical-align: top;">
- - OpenDS is unregistered as a Windows service on uninstall
- </small></big></big> </td>
+ <td style="vertical-align: top;">- run setup command to install in GUI<br>
+ enter expected data in the GUI Panels (cn=Directory Manager, password, LDAP port, default base DN)<br>
+ Choose option 4 to populate de database Load automatically-generated sample data, with 200 entries<br>
+ no SSL<br>
+ no Start TLS<br>
+ start the server when the configuration is completed<br>
+ <br>
+ - open status-panel in GUI <br>
+ <br>
+ - run setup command to uninstall in GUI<br>
+ </td>
</tr>
<tr>
<td style="vertical-align: top;">Specific checks</td>
- <td style="vertical-align: top;"><br>
+ <td style="vertical-align: top;">-Check the install is successfull<br>
+ Check the server is running<br>
+ Check the Base DN has been created<br>
+ <br>
+ - Check status-panel data are valid<br>
+ <br>
+ - Check uninstall is successfull<br>
</td>
</tr>
</tbody>
--
Gitblit v1.10.0