Purpose

Test the UI Component Rename.

Tests

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

  Purpose Context Operations Expected Result Results
3.3.4_1 Test the UI component rename via Silverlight Context. In Silverlight Perspective.
  1. Selected UI component "MyUserControl.xaml"->Call menu -> Rename
  2. Input the name "test"
  1. The UI component "MyUserControl.xaml" is renamed "test.xaml" in Project explorer.
  2. The UI component "MyUserControl.xaml.cs" is renamed "test.xaml.cs" in Project explorer.
  3. 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.
  1. Selected UI component "MyUserControl.xaml"->Call menu -> Rename
  2. Input the name "test"
  1. The UI component "MyUserControl.xaml" is renamed "test.xaml" in Java explorer.
  2. The UI component "MyUserControl.xaml.cs" is renamed "test.xaml.cs" in Java explorer.
  3. 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.
  1. Selected UI component "MyUserControl.xaml"->Press key " F2"
  2. Input the name "test"
  1. The UI component "MyUserControl.xaml" is renamed "test.xaml" in Java explorer.
  2. The UI component "MyUserControl.xaml.cs" is renamed "test.xaml.cs" in Java explorer.
  3. 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