Functional test cases can be ran at the service or at the method level.
Run all functional tests of a method (Method-Level)
- Create project containing functional test cases (http://www.wcfstorm.com/wcf/working-with-projects.aspx)
- Select the method containing the test cases.
- Click "Run Tests" from the menu.
- In the window that popped up, Click "Go"
Run All functional tests of the WCF Service (Service-Level)
- Create project containing functional test cases (http://www.wcfstorm.com/wcf/working-with-projects.aspx)
- Select the service containing the test cases.
- Click "Run Tests" from the menu.
- In the window that popped up, Click "Go"