Test the Existing Item remove.
| |
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 |
- The Item "MyUserControl.xaml" and
"MyUserControl.xaml.cs" disappear in Project explorer
- 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 |
- The Item "MyUserControl.xaml" and
"MyUserControl.xaml.cs" disappear in Java explorer.
- 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 |
- The Item "image.jpg" disappear in Project
explorer.
- 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 |
- The Item "image.jpg" disappear in Java explorer.
- 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" |
- The Item "image.jpg" disappear in Project
explorer.
- 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" |
- The Item "image.jpg" disappear in Java explorer.
- update csproj file, associated with elements are removed.
|
OK |