Test the file import wizard.
| |
Purpose |
Context |
Operations |
Expected Result |
Results |
| 3.2.3_1 |
Test the file import via Java context. |
In Java (Default) perspective |
- Call File -> Import -> Silverlight -> Existing file
- 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. |
- Call menu Import -> Silverlight -> Existing file
- 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 |
- Call File -> Import -> Silverlight -> Existing file
- 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 |
- Call menu Import -> Silverlight -> Existing file
- 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 |
- Call menu Import -> Silverlight -> Existing file
- 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. |
- Call menu Import -> Silverlight -> Existing file
- 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 |
- Call menu Import -> Silverlight -> Existing file
- 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. |
- Call menu Import -> Silverlight -> Existing file
- 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 |