Test On-Premise
Code Coverage
Test Early In-Cloud
Test Scenarios specific to Cloud
Automate Deployment
Continuous Integration
In-Cloud Performance Testing
SQL Azure Performance Tuning
Hi Anuj,
Very nice article to get started . For on-premise azure testing how can we how we can setup the test environment to run automated function testing . Is Azure SDK provides any test harness to run automated functional test?
Thanks,
Suresh
Great collection!
Thanks Guys!
Hi Suresh - For setting up the the test environment on dev fabric, the csrun commandline tool can be used, see msdn.microsoft.com/.../gg433001.aspx . The test harness remains the same for applications hosted in cloud or on-premise. Visual studio unit tests, web tests and coded ui tests can be used for automated functional testing.
Nice overview