JSF Palete
Author: Lukasz Grela
Version: 1.0
Last update: Fri Mar 3 11:56:36 CET 2006
Introduction:
This test specification guides tester through JSF Palete.
Table of Contents
|
Purpose:
Setup:
| # | Test case | Description |
| 1 | Create Web project base upon Jsf framework | 1.
Create Web-application from template 2.
Add Java Server Faces framework to web Application 3.
Add JSF Managed Bean to project 4.
Create jsp page 5.
Open Palette from main menu Window --> Palette.
|
|
RESULT: All actions are done correctly. The Pallete Should be visible.
|
|
|
Purpose: Test JSF items
Setup: Repeat testsuit 1
| # | Test case | Description |
| 1 | Creating empty Jsf Form | 1.
Double Click on JSF Form item 2.
Jsf Insert Form Dialog is visible 3.
Choose "Create Empty form" and Click Ok 3.
Jsf Form should be inserted
|
|
RESULT:
All actions are done correctly |
| 2 | Creating JSF Form from Java Bean | 1.
Double Click on JSF Form item 2.
Choose "Create fields from Java Beans" 3.
Select some Java Bean Class 4.
Ckick OK to insert Jsf Form 5.
Check that inserted html is correct, has proper tags for each Java Bean's field.
|
|
RESULT:
All actions are done correctly. |
| 2 | Creating Empty JSF Data Table | 1.
Double Click on JSF Data Table item 2.
Create empty form 3.
Click OK 4.
Check that empty Jsf Data Table is inserted.
|
|
RESULT:
All actions are done correctly. |
| 2 | Create JSF Data Table from Java Beans | 1.
Double Click on JSF Data Table item 2.
Select "Generate Fields from Java Beans" 3.
Choose Java Bean 4.
Using ComboBox choose JSF Bean 5.
Check that inserted html is correct, has proper tags for each Java Bean's field.
|
|
RESULT:
All actions are done correctly. |
|
Generated: Mon Feb 20 13:49:12 CET 2006