Purpose

Test the web project creation wizard.

Tests

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

  Purpose Context Operations Expected Result Results
3.1.2_1 Test the web Silverlight creation via Java context. In Java (Default) perspective
  1. Call File -> New -> Silverlight web project
  2. Input the name "test3001"
  • Dialog is displayed to switch to Silverlight Perspective
  • The web project "test3001" is created in Project explorer
  • The web project "test3001.Web" is created in Project explorer
OK
3.1.2_2 Test the web Silverlight creation via context menu of the Project explorer In Silverlight perspective.
  1. Call menu New ->Silverlight web project
  2. Input the name "test3001"
  • The web project "test3001" is shown in the Project explorer
  • The web project "test3001.Web" is shown in the Project explorer
OK
3.1.2_3
  1. Call File -> New -> Silverlight web project
  2. Input the name "test3001"
  • The web project "test3001" is shown in the Project explorer
  • The web project "test3001.Web" is shown in the Project explorer
OK