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