Test the UI Component Rename.
| |
Purpose |
Context |
Operations |
Expected Result |
Results |
| 3.3.4_1 |
Test the UI component rename via Silverlight Context. |
In Silverlight Perspective. |
- Selected UI component
"MyUserControl.xaml"->Call menu -> Rename
- Input the name "test"
|
- The UI component "MyUserControl.xaml" is renamed
"test.xaml" in Project explorer.
- The UI component "MyUserControl.xaml.cs" is
renamed "test.xaml.cs" in Project explorer.
- update csproj file,associated with elements are modified.
|
OK |
| 3.3.4_2 |
Test the UI component rename via Silverlight context. |
In Silverlight Perspective. |
Selected UI component
"MyUserControl.xaml.cs"->Call menu -> Rename |
The operation is not authorized. |
OK |
| 3.3.4_3 |
Test the Item rename via Java Context. |
In Java (Default) Perspective. |
- Selected UI component
"MyUserControl.xaml"->Call menu -> Rename
- Input the name "test"
|
- The UI component "MyUserControl.xaml" is renamed
"test.xaml" in Java explorer.
- The UI component "MyUserControl.xaml.cs" is
renamed "test.xaml.cs" in Java explorer.
- update csproj file,associated with elements are modified.
|
OK |
| 3.3.4_4 |
Test the Item rename via Silverlight context. |
In Java (Default) Perspective. |
Selected UI component
"MyUserControl.xaml.cs"->Call menu -> Rename |
The operation is not authorized. |
OK |
| 3.3.4_5 |
Test the Item rename via shortcuts. |
In Java (Default) Perspective. |
- Selected UI component
"MyUserControl.xaml"->Press key " F2"
- Input the name "test"
|
- The UI component "MyUserControl.xaml" is renamed
"test.xaml" in Java explorer.
- The UI component "MyUserControl.xaml.cs" is
renamed "test.xaml.cs" in Java explorer.
- update csproj file,associated with elements are modified.
|
OK |
| 3.3.4_6 |
Test the Item rename via Shortcuts. |
In Java (Default) Perspective. |
Selected UI component
"MyUserControl.xaml.cs"->Press key " F2" |
The operation is not authorized. |
OK |