Purpose

Test Add UI Component wizard.

Tests

All tests must be executed in plugin deployed mode, instead of Development mode

  Purpose Context Operations Expected Result Results
3.3.1_1 Test UI Component creation via Java context. In Java (Default) perspective
  1. Call File -> New -> UI Component
  2. Select a container
  3. 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.
  1. Call menu New -> UI Component
  2. Select a container
  3. 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
  1. Call File -> New -> UI Component
  2. Select a container
  3. 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
  1. Call menu New -> UI Component
  2. Select a container
  3. 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