Hello, do you mean smoke testing (
http://msdn.microsoft.com/en-us/library/ms182613.aspx)? I think smoke testing are generally performed against develop environment. It comes prior to web testing and integrated testing (but after unit testing). If you wait until the solution is deployed to the cloud, it will be too late, because when you publish the package to staging deployment, it typically means you're ready to do integrated testing. And when you publishing to production deployment, it typically means you're at RTW, where all tests have been done. So please do smoke testing before deploying to the cloud. You can use the standard Visual Studio testing tools when working locally.
Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no rights.