Microsoft Developer Network > Forenhomepage > Windows Azure > how to load test Azure application
Stellen Sie eine FrageStellen Sie eine Frage
 

Beantwortethow to load test Azure application

  • Mittwoch, 1. Juli 2009 10:30venkatMreddy TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Hi,

    How to load test  azure application using VSTS?

    could you please provide guidelines/pointers/TOOLS to load test azure application?


    I tried load testing like we do for Asp.net application but it's asking the server name where it deployed. If i give Cloud url it's not giving any results.

    Thanks in advance

    Venkat

Antworten

  • Donnerstag, 2. Juli 2009 05:24Yi-Lun LuoMSFT, ModeratorTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet

    Hello, what steps have you performed? Why do you need the server name? I just did a simple test, which worked fine. Below is the steps I performed:

    • Create a new Web Test.
    • Navigate to my Azure site.
    • Record some steps and close the browser to finish the Web Test.
    • Create a new Load Test.
    • In the "Test Mix" tab of the "New Load Test Wizard", add the previous Web Test to the list.
    • Run the Load Test.
    • Got the result. Something like:

    Test: WebTest1

    Scenario: Scenario1

    Total: 1,078

    Passed: 990

    Failed: 88.0

    Test/Sec: 18.0

    Test Time: 1.29

     

    That means among the 1078 requests to my web site, 990 passed and 88 failed.

    Doesn't this scenario work for you?


    Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no rights.
  • Montag, 6. Juli 2009 20:19Pita.O TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    Try using recorded web test macros as units of your load test mix ... and the load tester will see that as any other web site.
    Pita.O: http://www.arizentax.com/

Alle Antworten

  • Mittwoch, 1. Juli 2009 10:37Phaneendra Kumar T TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     

    Some time back , I have searched the web for the same problem.
    But didn't find any. May be as of now we have to follow the regular procedure. The reason is that we don't know the server name or IP.

    Phaneendra

  • Donnerstag, 2. Juli 2009 05:24Yi-Lun LuoMSFT, ModeratorTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet

    Hello, what steps have you performed? Why do you need the server name? I just did a simple test, which worked fine. Below is the steps I performed:

    • Create a new Web Test.
    • Navigate to my Azure site.
    • Record some steps and close the browser to finish the Web Test.
    • Create a new Load Test.
    • In the "Test Mix" tab of the "New Load Test Wizard", add the previous Web Test to the list.
    • Run the Load Test.
    • Got the result. Something like:

    Test: WebTest1

    Scenario: Scenario1

    Total: 1,078

    Passed: 990

    Failed: 88.0

    Test/Sec: 18.0

    Test Time: 1.29

     

    That means among the 1078 requests to my web site, 990 passed and 88 failed.

    Doesn't this scenario work for you?


    Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no rights.
  • Montag, 6. Juli 2009 20:19Pita.O TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    Try using recorded web test macros as units of your load test mix ... and the load tester will see that as any other web site.
    Pita.O: http://www.arizentax.com/