Tuesday, September 11, 2012

Unit testing Azure components

You could run the emulator on [Assembly Initialise] of the test project.
ProcessStartInfo start = new ProcessStartInfo  
{                                              
    Arguments = "/devstore:start",                                              
    FileName = @"C:\Program Files\Windows Azure Emulator\emulator\csrun.exe"                         
}; 
 
 
for more these two links might helphttp://andrewmatthewthompson.blogspot.nl/2011/12/deploying-packages-to-azure-compute.html
to test storage : http://www.neovolve.com/post/2012/01/12/Integration-testing-with-Azure-development-storage.aspx


How to manually edit a azure config file in emulator : click here


 

No comments:

Post a Comment