Test the JavaScript create.
| |
Purpose |
Context |
Operations |
Expected Result |
Results |
| 3.2.5_1 |
Test new JavaScript via Silverlight context menu. |
In Silverlight Perspective. |
Call menu -> New->Other->Silverlight->JavaScript
Select a container
Input the File Name "MyJaveScript"
|
- The JaveScript File is added to the csproj file
- TheJaveScript File "MyJaveScript.js" is created in
the silverlight project and shown in the Project explorer
|
OK |
| 3.2.5_2 |
Test new JavaScript via Java context menu. |
In Java (Default) perspective. |
Call menu -> New->Other->Silverlight->JavaScript
- Select a container
- Input the File Name "MyJaveScript"
|
- The JaveScript File is added to the csproj file
- TheJaveScript File "MyJaveScript.js" is created in
the silverlight project and shown in the Project explorer
|
OK |
| 3.2.5_3 |
Test new JavaScript via Silverlight context. |
In Silverlight Perspective. |
Call File -> New->Other->Silverlight->JavaScript
Select a container
Input the File Name "MyJaveScript"
|
- The JaveScript File is added to the csproj file
- TheJaveScript File "MyJaveScript.js" is created in
the silverlight project and is shown in the Project explorer
|
ok |
| 3.2.5_4 |
Test new JavaScript via Java context |
In Java (Default) perspective. |
Call File -> New->Other->Silverlight->JavaScript
- Select a container
- Input the File Name "MyJaveScript"
|
- The JaveScript File is added to the csproj file
- TheJaveScript File "MyJaveScript.js" is created in
the silverlight project and shown in the Project explorer
|
ok |