Purpose

Test the file import wizard.

Tests

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

  Purpose Context Operations Expected Result Results
3.2.3_1 Test the file import via Java context. In Java (Default) perspective
  1. Call File -> Import -> Silverlight -> Existing file
  2. Select one or more files "file1""file2"....
  • The csproj file was revised
  • The files "file1""file2".... are shown in the Project explorer
ok
3.2.3_2 Test the import file via comtext menu of the Project explorer In Silverlight perspective.
  1. Call menu Import -> Silverlight -> Existing file
  2. Select one or more files "file1""file2"....
  • The csproj file was revised
  • The files "file1""file2"....are shown in the Project explorer
ok
3.2.3_3
  1. Call File -> Import -> Silverlight -> Existing file
  2. Select one or more files "file1""file2"....
  • The csproj file was revised
  • The files "file1""file2".... are shown in the Project explorer
ok
3.2.3_4 Test the file import via Java context. In Java (Default) perspective
  1. Call menu Import -> Silverlight -> Existing file
  2. Select one or more files "file1""file2"....
  • The csproj file was revised
  • The files "file1""file2".... are shown in the Project explorer
ok
3.2.3_5 Test the file import via Java context. In Java (Default) perspective
  1. Call menu Import -> Silverlight -> Existing file
  2. Select 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.3_6 Test the import file via comtext menu of the Project explorer In Silverlight perspective.
  1. Call menu Import -> Silverlight -> Existing file
  2. Select 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.3_7 Test the file import via Java context. In Java (Default) perspective
  1. Call menu Import -> Silverlight -> Existing file
  2. Select a csharp file "MyUserControl.xaml.cs"
  • The csproj file was revised
  • The file "MyUserControl.xaml.cs" and associated with xaml file "MyUserControl.xaml" are shown in the Project explorer
ok
3.2.3_8 Test the import file via comtext menu of the Project explorer In Silverlight perspective.
  1. Call menu Import -> Silverlight -> Existing file
  2. Select a csharp file "MyUserControl.xaml.cs"
  • The csproj file was revised
  • The file "MyUserControl.xaml.cs" and associated with xaml file "MyUserControl.xaml" are shown in the Project explorer
ok