web/project Test Specification
Author: Dan Kolar
Version: 1.1
Last update: 2007/03/05
Introduction:
Comment:
Table of Contents
Purpose: To test if web project could be created on different target servers
Setup: Have appropriate server installed
| # | Test case | Description |
| 1 | Invalid Project Name |
- Insert anywhere illegal char(*|:)
|
|
| RESULT: Red warning appears. |
| 2 | Invalid Project Location |
- Insert anywhere illegal char(*|:)
|
|
| RESULT: Red warning appears. |
| 3 | Test Source Structure Java Blueprints |
- Set valid Project Name and Project Location
- Choose Java Blueprints Source Structure
- Finish
|
|
| RESULT: Web project with valid Java Blueprints is created |
| 4 | Test Source Structure Jakarta |
- Set valid Project Name and Project Location
- Choose Java Blueprints Source Structure
- Finish
|
|
| RESULT: Valid Web project with valid Jakarta Source Structure is created |
| 5 | Add to Enterprise Application |
| SETUP: Have some enterprise application opened. |
- Choose opened enterprise application.
- Finish
|
|
| RESULT:
Valid web project is created and no exception is thrown.
Web project is referenced in Enterprise application properties.
|
| 6 | Server |
| SETUP: Have several servers registered in netbeans. |
- Choose one of available servers.
- Finish
|
|
| RESULT: Valid web project is created and no exception is thrown. |
| 7 | Java EE Version |
- Choose some J2EE version from the lits of available.
- Finish.
|
|
| RESULT: Valid web project with chosen J2EE version is created and no exception is thrown. |
| 8 | Context Path |
- Change context path
- Finish
|
|
| RESULT: In Properties of project new context path is set. |
| 9 | Frameworks |
- Add one or both frameworks.
- Finish
|
|
| RESULT: One or both frameworks are added:their libraries are added to libraries,new jsp page for each is created,links to these pages are added to index.jsp,configuration files and tld are added to WEB-INF directory |
|
Generated: 2007 03 05 12:25