Purpose

Test the JavaScript create.

Tests

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

  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"
    1. The JaveScript File is added to the csproj file
    2. 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
    1. Select a container
    2. Input the File Name "MyJaveScript"
    1. The JaveScript File is added to the csproj file
    2. 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"
    1. The JaveScript File is added to the csproj file
    2. 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
    1. Select a container
    2. Input the File Name "MyJaveScript"
    1. The JaveScript File is added to the csproj file
    2. TheJaveScript File "MyJaveScript.js" is created in the silverlight project and shown in the Project explorer
    ok