Test the UI Component delete.
| |
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 |
- The Item "MyUserControl.xaml" and
"MyUserControl.xaml.cs" disappear in Project explorer
- 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 |
- The UI Component "MyUserControl.xaml" and
"MyUserControl.xaml.cs" disappear in Java explorer.
- 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 |