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