Purpose

Test Add Existing Item action.

Tests

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

  Purpose Context Operations Expected Result Results
3.2.1_1 Test the add existing item via context menu of the Project explorer In Silverlight perspective.
  1. Selected a project or a file from the project.
  2. Call menu New -> Add existing file
  3. Select one or more file "file1.gif",s"file2.png"....
  • The csproj file was revised
  • The files "file1.gif","file2.png".... are shown in the Project explorer
ok
3.2.1_2 Test the add existing item via context menu of the Project explorer In Silverlight perspective.
  1. Selected a project or a file from the project.
  2. Call menu New -> Add existing file
  3. Selected a xaml file "file1.xaml"
  • The csproj file was revised
  • The file "file1.xaml" and associated with C# file "xx.xaml.cs" are shown in the Project explorer
ok
3.2.1_3 Test the add existing item via context menu of the Project explorer In Silverlight perspective.
  1. Selected a project or a file from the project.
  2. Call menu New -> Add existing file
  3. Select a C# file "file1.xaml.cs".
  • The csproj file was revised
  • The file "file1.xaml.cs" and associated with xaml file "XX.xaml" are shown in the Project explorer
ok