Purpose

Test Add UI Page wizard.

Tests

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

  Purpose Context Operations Expected Result Results
3.3.5_1 Test UI Page creation via Java context. In Java (Default) perspective
  1. Call File -> New ->Other->Silverlight-> UI Page
  2. Select a container
  3. Input the Page Name "MyPage"
  • The ui page is added to the csproj file
  • The ui page "MyPage.xaml"is created in the silverlight project and shown in the Project explorer
ok
3.3.5_2 Test UI Page creation via comtext menu of the Project explorer In Silverlight perspective.
  1. Call menu New ->Other->Silverlight-> UI Page
  2. Select a container
  3. Input the Page Name "MyPage"
  • The ui page is added to the csproj file
  • The ui page "MyPage.xaml"is created in the silverlight project and shown in the Project explorer
ok
3.3.5_3
  1. Call File -> New ->Other->Silverlight-> UI Page
  2. Select a container
  3. Input the Page Name "MyPage"
  • The ui page is added to the csproj file
  • The ui page "MyPage.xaml"is created in the silverlight project and shown in the Project explorer
ok
3.3.5_4 Test UI Page creation via Java context. In Java (Default) perspective
  1. Call menu New ->Other->Silverlight-> UI Page
  2. Select a container
  3. Input the Page Name "MyPage"
  • The ui page is added to the csproj file
  • The ui page "MyPage.xaml"is created in the silverlight project and shown in the Project explorer
ok