Test Add Existing Item action.
| |
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. |
- Selected a project or a file from the project.
- Call menu New -> Add existing file
- 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. |
- Selected a project or a file from the project.
- Call menu New -> Add existing file
- 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. |
- Selected a project or a file from the project.
- Call menu New -> Add existing file
- 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 |