Purpose

Test the project rename.

Tests

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

  Purpose Context Operations Expected Result Results
3.1.4_1 Test the project rename via Java context. In Java (Default) perspective.
  1. Select project "sliverlight"
  2. Call menu > Refactor > rename
  3. Input the name "test"
  1. The project "sliverlight" is renamed as "test " in Java explore.
  2. The file "sliverlight.csproj" is renamed as "test.csproj "in Java explore.
  3. The file "sliverlight.csproj.user" is renamed as "test.csproj.user "in Java explore.
  4. If there is a corresponding Web project, the web project's csproj must be updated.
  5. Run Web Silverlight application
ok
3.1.4_2 Test the project rename via Silverlight Perspective. In Silverlight perspective.
  1. Select project "sliverlight"
  2. Call File > rename
  3. Input the name "test"
  1. The project "sliverlight" is renamed as "test " in Java explore.
  2. The file "sliverlight.csproj" is renamed as "test.csproj" in Java explore.
  3. The file "sliverlight.csproj.user" is renamed as "test.csproj.user" in Java explore.
  4. If there is a corresponding Web project, the web project's csproj must be updated.
  5. Run Web Silverlight application
ok
3.1.4_3 Test the project rename via Navigator context. In Navigator perspective.
  1. Select project "sliverlight"
  2. Call menu -> rename
  3. Input the name "test"
  1. The project "sliverlight" is renamed as "test " in Java explore.
  2. The file "sliverlight.csproj" is renamed as "test.csproj" in Java explore.
  3. The file "sliverlight.csproj.user" is renamed as "test.csproj.user" in Java explore.
  4. If there is a corresponding Web project, the web project's csproj must be updated.
  5. Run Web Silverlight application
ok
3.1.4_4 Test the project rename via Shortcuts. In Silverlight perspective.
  1. Select project "sliverlight"
  2. Press key "F2"
  3. Input the name "test"
  1. The project "sliverlight" is renamed"test "in Java explore.
  2. The file "sliverlight.csproj" is renamed"test.csproj "in Java explore.
  3. The file "sliverlight.csproj.user" is renamed"test.csproj.user "in Java explore.
  4. If there is a corresponding Web project, the web project's csproj must be updated.
  5. Run Web Silverlight application
ok
3.1.4_5 Test the project rename via Shortcuts. In Navigator perspective.
  1. Select project "sliverlight"
  2. Press key "F2"
  3. Input the name "test"
  1. The project "sliverlight" is renamed"test "in Java explore.
  2. The file "sliverlight.csproj" is renamed"test.csproj "in Java explore.
  3. The file "sliverlight.csproj.user" is renamed"test.csproj.user "in Java explore.
  4. If there is a corresponding Web project, the web project's csproj must be updated.
  5. Run Web Silverlight application
ok