Purpose

Test the UI Component delete.

Tests

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

  Purpose Context Operations Expected Result Results
3.3.2_1 Test the UI Component delete via Silverlight context. In Silverlight Perspective. Selected UI Component "MyUserControl.xaml" ->Call menu -> Delete
  1. The Item "MyUserControl.xaml" and "MyUserControl.xaml.cs" disappear in Project explorer
  2. update csproj file,associated with elements are deleted.
OK
3.3.2_2 Test the UI Component delete via Java context. In Java (Default) perspective. Selected UI Component "MyUserControl.xaml" ->Call menu -> Delete
  1. The UI Component "MyUserControl.xaml" and "MyUserControl.xaml.cs" disappear in Java explorer.
  2. update csproj file,associated with elements are deleted.
OK
3.3.2_3 Test the UI Component delete via Silverlight context. In Silverlight Perspective. Selected UI Component "MyUserControl.xaml.cs" ->Call menu -> Delete The operation is not authorized. OK
3.3.2_4 Test the UI Component delete via Java context. In Java (Default) Perspective. Selected UI Component "MyUserControl.xaml.cs" ->Call menu -> Delete The operation is not authorized. OK