Results 1 to 15 of 15

Thread: Calculate web page performance

  1. #1
    Contributing Member
    Join Date
    Oct 2007
    Answers
    30

    Calculate web page performance

    Hi,

    At present i am in manual testing,
    I want to do the performance testing for my web pages.

    Is any possibilities there to calculate the web page performance-
    with out using the automated tools and scripts.

    actually my web project is in java and jsf.

    Plz help me to do the performance testing

    Thx

    Punitha.


  2. #2

    Re: Calculate web page performance

    Hi,

    You can do performance testing without the use of automation tools also but due to increasing the efficiency of the performance automation tools play a vital role.

    If you test the performance of the web page for its speed, the automation tool will automatically introduce virtual users to access the page and calculate the load of the page. In this way it is possible to introduce 'n' number of users to test the load. In case of manual testing, even if you increase the load of the system it will be very hard to match the automated script.


  3. #3
    Contributing Member
    Join Date
    Oct 2007
    Answers
    30

    Re: Calculate web page performance

    Hi sridhar,

    Thanks for ur replay,

    Is there any tool for test the application performance.
    with out using manual users i have to test,
    But i am not using the automated test ie i dont have automated script.

    Somebody's tells some tools are helping for these type of testings . plz tell me if u know any tools for this case.

    Thx.


  4. #4
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: Calculate web page performance

    Truth is that , only tools can support performance testing.
    You can't test application for performance manually.

    Yes, there is one case when it is possible, but no one will opt it in today scenario, when tools are available.

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  5. #5
    Junior Member
    Join Date
    Nov 2007
    Answers
    3

    Re: Calculate web page performance

    Punitha.R

    You can first of all try so called "profilers"
    like the ones integrated in Netbeans and Eclipse,
    it is good to start from those to know which classes
    take too much memory or which script takes much
    time to generate,

    also it depends on which of the servers You are using,
    it one of those called compatible with J2EE,
    You can set the option to compile jsp pages to java
    during uploading whole application to server
    which will increase performance


  6. #6
    Junior Member
    Join Date
    Dec 2007
    Answers
    1

    Re: Calculate web page performance

    Hi..Use Jmeter :-)


  7. #7
    Junior Member
    Join Date
    Dec 2007
    Answers
    1

    Re: Calculate web page performance

    If I am not mistaken, "Perfmon" the defauly performance monitoring tool is available with the windows OS. USing this you can add different counters like CPU time, Memory related counters, page hits per second etc. This becomes handy if you do not wish to or have reservations for use of automation tools for performance monitoring or testing.

    HTH,
    Harry


  8. #8
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: Calculate web page performance

    Quote Originally Posted by Punitha.R View Post
    Hi,

    At present i am in manual testing,
    I want to do the performance testing for my web pages.

    Is any possibilities there to calculate the web page performance-
    with out using the automated tools and scripts.

    actually my web project is in java and jsf.

    Plz help me to do the performance testing

    Thx

    Punitha.
    Hi, this is Brijesh jain.
    For real performance testing you needs automation tool, still i am going to tell you an easy way to test the performance of your web pages using mozilla firefox add-ons.

    If you are using firefox web browser, download firebug addon, and enable it for your website, it will test you site for not only performance but also for javascript error, dom error and much more.It's totally free and easy to use.
    If still feel problem then you can mail me

    Last edited by admin; 11-10-2009 at 08:37 AM.
    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  9. #9
    Banned
    Join Date
    Oct 2007
    Answers
    173

    Re: Calculate web page performance

    vPerformer - Performance and load testing tool from Verisium Inc. to assess the performance and scalability of web apps. Use recorded scripts or customized scripts using Javascript. Targeted platforms: Windows


  10. #10
    Expert Member
    Join Date
    Apr 2008
    Answers
    1,859

    Re: Calculate web page performance

    Hi jainbrijesh..

    As you said "For real performance testing you need automation tool, still i am going to tell you an easy way to test the performance of your web pages using mozilla firefox add-ons."

    I just want to know... Is it applicable to asp.net with csharp or crm

    Thanks
    Deepasree


  11. #11
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: Calculate web page performance

    Quote Originally Posted by deepasree View Post
    Hi jainbrijesh..

    As you said "For real performance testing you need automation tool, still i am going to tell you an easy way to test the performance of your web pages using mozilla firefox add-ons."

    I just want to know... Is it applicable to asp.net with csharp or crm

    Thanks
    Deepasree
    You can see only page size, page load time etc using add-on. But if you want some good results, you need to use performance testing tool like loadrunner, webload etc.

    Thanks.


  12. #12
    Expert Member
    Join Date
    Apr 2008
    Answers
    1,859

    Re: Calculate web page performance

    Hai Jain,

    Quote Originally Posted by jainbrijesh View Post
    You can see only page size, page load time etc using add-on. But if you want some good results, you need to use performance testing tool like loadrunner, webload etc.

    Thanks.
    Yes, used Open STA recently in a real time project and it worked like a charm.

    Thanks
    Deepa

    Arise Awake And Stop Not Till The Goal Is Reached

  13. #13
    Expert Member
    Join Date
    Apr 2006
    Answers
    124

    Re: Calculate web page performance

    Hi Punitha,

    What is it you want to test here "calculate the web page performance". What is it that you wanted to calculated? Can you be little more precise?


  14. #14
    Junior Member
    Join Date
    Oct 2011
    Answers
    3

    Re: Calculate web page performance

    Hi
    I am using Jmeter as the performance testing tool and I found it more efficient in doing performance testing. the benefits I got from this tool :
    It is an open source[As money matters]
    It allows me to add Users as manu as I want with Ramp up time and loop facility
    It allows me to calculate save and read various factors that we need for performance testing[Ex:Response time etc]
    It allows me assertion as per your need.
    It allows automation tool using scripting language and it is a cross browser .

    I am a New user of this tool . Please correct If I am wrong at any point.


  15. #15
    Junior Member
    Join Date
    Mar 2015
    Answers
    2

    Re: Calculate web page performance

    Hi,

    Manual operating is just like accessing web site using a single client.
    If you have virtual servers then you can able to do performance testing, but it will not be so effective and you may need more people to do it. I would say when there are lots of automated softwares available then why go manual?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact