Purpose

Test the Existing Item remove.

Tests

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

  Purpose Context Operations Expected Result Results
3.2.2_1 Test the Existing Item remove via Silverlight context. In Silverlight Perspective. Selected Item "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 removed.
OK
3.2.2_2 Test the Existing Item remove via Java context. In Java (Default) perspective. Selected Item "MyUserControl.xaml" ->Call menu -> Delete
  1. The Item "MyUserControl.xaml" and "MyUserControl.xaml.cs" disappear in Java explorer.
  2. update csproj file, associated with elements are removed.
OK
3.2.2_3 Test the Existing Item remove via Silverlight context. In Silverlight Perspective. Selected Item "MyUserControl.xaml.cs" ->Call menu -> Delete The operation is not authorized. ok
3.2.2_4 Test the Existing Item remove via Java context. In Java (Default) Perspective. Selected Item "MyUserControl.xaml.cs" ->Call menu -> Delete The operation is not authorized. OK
3.2.2_5 Test the Existing Item remove via Silverlight context. In Silverlight Perspective. Selected Item "image.jpg" ->Call menu -> Delete
  1. The Item "image.jpg" disappear in Project explorer.
  2. update csproj file, associated with elements are removed.
OK
3.2.2_6 Test the Existing Item remove via Java context. In Java (Default) Perspective. Selected Item "image.jpg" ->Call menu -> Delete
  1. The Item "image.jpg" disappear in Java explorer.
  2. update csproj file, associated with elements are removed.
OK
3.2.2_7 Test the Existing Item remove via shortcuts. In Silverlight Perspective. Selected Item "image.jpg" ->Press key " Delete"
  1. The Item "image.jpg" disappear in Project explorer.
  2. update csproj file, associated with elements are removed.
OK
3.2.2_8 Test the Existing Item remove via Java context. In Java (Default) Perspective. Selected Item "image.jpg" ->Press key " Delete"
  1. The Item "image.jpg" disappear in Java explorer.
  2. update csproj file, associated with elements are removed.
OK