Purpose

Test the warning/Error marker.

Tests

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

  Purpose Context Operations Expected Result Results
4.1.4_1 Test the error marker via Silverlight context. In Silverlight perspective Selected a error C# file "MyUserControl3.xaml.cs" ->Call Menu -> Open with -> C# Editor
  • some error tags are shown in the C# Editor
  • switch to problem view,some error tags are shown
  • a error icon appears in front of the "MyUserControl3.xaml.cs"
OK
4.1.4_2 Test the warning marker via Silverlight context. In Silverlight perspective Selected a warming C# file "MyUserControl3.xaml.cs" ->Call Menu -> Open with -> C# Editor
  • some warming tags are shown in the C# Editor
  • switch to problem view,some warming tags are shown
  • a warming icon appears in front of the "MyUserControl3.xaml.cs"
OK
4.1.4_3 Test the normal marker via Silverlight context. In Silverlight perspective Selected no error C# file "MyUserControl3.xaml.cs" ->Call Menu -> Open with -> C# Editor
  • a normal icon appears in front of the "MyUserControl3.xaml.cs"
OK
4.1.4_4 Test the error marker via via Java context. In Java (Default) Perspective. Selected a error C# file "MyUserControl3.xaml.cs" ->Call Menu -> Open with -> C# Editor
  • some error tags are shown in the C# Editor
  • switch to problem view,some error tags are shown
  • a error icon appears in front of the "MyUserControl3.xaml.cs"
OK
4.1.4_5 Test the warning marker via via Java context. In Java (Default) Perspective. Selected a warming C# file "MyUserControl3.xaml.cs" ->Call Menu -> Open with -> C# Editor
  • some warming tags are shown in the C# Editor
  • switch to problem view,some warming tags are shown
  • a warming icon appears in front of the "MyUserControl3.xaml.cs"
OK
4.1.4_6 Test the normal marker via via Java context. In Java (Default) Perspective. Selected no error C# file "MyUserControl3.xaml.cs" ->Call Menu -> Open with -> C# Editor
  • a normal icon appears in front of the "MyUserControl3.xaml.cs"
OK