Test Add UI Component wizard.
| |
Purpose |
Context |
Operations |
Expected Result |
Results |
| 3.3.1_1 |
Test UI Component creation via Java context. |
In Java (Default) perspective |
- Call File -> New -> UI Component
- Select a container
- Input the component name "MyUserControl"
|
- Dialog is displayed to switch to Silverlight Perspective
- The ui component elements are added to the csproj file
- The ui component
"MyUserControl.xaml","MyUserControl.xaml.cs" are
created in the silverlight project and shown in the Project explorer
|
OK |
| 3.3.1_2 |
Test UI Component creation via comtext menu of
the Project explorer |
In Silverlight perspective. |
- Call menu New -> UI Component
- Select a container
- Input the component name "MyUserControl"
|
- The ui component elements are added to the csproj file
- The ui component
"MyUserControl.xaml","MyUserControl.xaml.cs" are
created in the silverlight project and shown in the Project explorer
|
OK |
| 3.3.1_3 |
- Call File -> New -> UI Component
- Select a container
- Input the component name "MyUserControl"
|
- The ui component elements are added to the csproj file
- The ui component
"MyUserControl.xaml","MyUserControl.xaml.cs" are
created in the silverlight project and shown in the Project explorer
|
OK |
| 3.3.1_4 |
Test UI Component creation via Java context. |
In Java (Default) perspective |
- Call menu New -> UI Component
- Select a container
- Input the component name "MyUserControl"
|
- Dialog is displayed to switch to Silverlight Perspective
- The ui component elements are added to the csproj file
- The ui component
"MyUserControl.xaml","MyUserControl.xaml.cs" are
created in the silverlight project and shown in the Project explorer
|
OK |