Testing Azure application related to communications

Answered Testing Azure application related to communications

  • 2012年3月1日 12:21
     
     

    I am a solution tester and for the first time I will be testing the application which will be hosted in cloud.

    Can I get some guidelines on how to start the testing?

    by the way the application is not web based and it relates to the communication methods?

    Thanks,

    Anand.

全部回复

  • 2012年3月2日 7:14
     
     

    Hi,

    Can you please provide more information about the application you want to test?

    If app is not web based then is it worker role? What do you mean by communication methods?


    Mark As Answer if it helps you | My Blog

  • 2012年3月2日 7:46
    版主
     
     已答复

    Hi Anand,

    If you want to know how to test Azure application please refer to following link:

    http://social.technet.microsoft.com/wiki/contents/articles/testing-applications-in-windows-azure.aspx

    If you have any other questions, please post them on this thread and i will follow up.

    Hope it can help you.


    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework

  • 2012年3月2日 10:53
     
     

    Thanks for your response.

    when I meant communication methods they are Email & SMS sent from a the system to users regarding any information.

    The application is developed on C#.

    Yes you were right about the worker role. when the messages are sent from the system they are queued and then stored in container where the worker role/s are picked up for processing.

    Can you also please tell me about how the testing can be on Blobs,worker roels, tables etc...?

    Hope with this information, you can help me testing my application.

    Thanks.

    • 已编辑 AKR25 2012年3月5日 12:19 More info. added
    •  
  • 2012年3月2日 11:09
     
     

    Hi,

    Thanks for your response.

    The link is very usefull to start with.

    I will go through the article and get back to you for any other queries.

  • 2012年3月8日 14:52
     
     

    Hi,

    Can you please provide more information about the application you want to test?

    If app is not web based then is it worker role? What do you mean by communication methods?


    Mark As Answer if it helps you | My Blog

    Hi Kunal,

    can you please respond to my earlier reply?


    AKR25

  • 2012年3月9日 3:53
     
     已答复

    Hi,

    You can test worker role by writing some test client suitable to your requirement. Start up exmaple is mentioned on this link - http://msdn.microsoft.com/en-us/hh285885

    About storage services I think you just might want to verify whether data is getting added properly in Queue and table storage. So when you run your application and perform specific operation, you can browse through the tables and queues to check the data validity by using Cloud Storage Studio.

    Free cloud storage studio can be found on - http://azurestorageexplorer.codeplex.com/

    Hope it helps.


    Mark As Answer if it helps you | My Blog

  • 2012年3月30日 13:26
     
     

    Hi Kunal,

    Sorry for my late response.

    And Thanks a lot for your response.

    I will have a look at the links you provided and get back to you if I need any more information.

    Regards,

    Anand.


    AKR25