TS 60 Clusters
Clustering Test Specification for NetBeans 5.0
Author: Petr Zajac
Last update: 09/20/2005
Introduction:
This is a test specification of clusters structure of netbeans.
Contents |
Test suite: Clusters
Purpose:
Setup:
- Execution of Platform
- Execute nbexec without any parameters
/platform6/launcher/nbexec --userdir any_userdir
.
- Execute nbexec without any parameters
- EXPECTED RESULT: The platform was started. The splashscreen contains Platform title.
There are only modules from platfrom6 cluster.
The Ide installation roots in About dialog contains only the platform4 dir
- Execution of plain Ide
- Execute nb_exec with ide6 cluster
/platform6/launcher/nbexec --clusters ../../ide6 --userdir any_userdir
- EXPECTED RESULT: The Ide was started. The splashscreen contains Platform title.
The Ide installation roots in About dialog contains the platform6 and ide6 directories.
- Execution of nb5.0 on windows
- Execute nb_exec with ide6 cluster.
/platform6/launcher/nbexec --clusters ./ide6:./nb5.0 --userdir any_userdir
- EXPECTED RESULT: The NetBeans 5.0 was started. The splashscreen contains Platform title.
The Ide installation roots in About dialog contains the platform6, ide6 and nb5.0 directories.
- Execution of nb5.0 on linux
- Execute nb_exec with ide6 cluster.
/platform6/launcher/nbexec --clusters ide6:nb5.0 --userdir any_userdir
- EXPECTED RESULT: The NetBeans 5.0 was started. The splashscreen contains Platform title.
The Ide installation roots in About dialog contains the platform6, ide6 and nb5.0 directories.
- Change of default userdir
- Change the netbeans_default_userdir property of etc/netbeans.conf
file in netbeans installation property.
- Start ide.
- EXPECTED RESULT: The default userdir has been changed.
- Change of the netbeans_j2sdkhome property
- Change the netbeans_j2sdkhome property to the other jdk location.
- Start Ide.
- EXPECTED RESULT: The ide has been started with other jdk.
Generated: Thu Dec 14 15:18:30 CET 2006

