MSDN > Home page del forum > Windows Azure > how to load test Azure application
Formula una domandaFormula una domanda
 

Con rispostahow to load test Azure application

  • mercoledì 1 luglio 2009 10.30venkatMreddy Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    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

Risposte

  • giovedì 2 luglio 2009 5.24Yi-Lun LuoMSFT, ModeratoreMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     Con risposta

    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.
  • lunedì 6 luglio 2009 20.19Pita.O Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     Con risposta
    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/

Tutte le risposte

  • mercoledì 1 luglio 2009 10.37Phaneendra Kumar T Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

    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

  • giovedì 2 luglio 2009 5.24Yi-Lun LuoMSFT, ModeratoreMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     Con risposta

    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.
  • lunedì 6 luglio 2009 20.19Pita.O Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     Con risposta
    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/