Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

How to do Performance Testing

This is a discussion on How to do Performance Testing within the Testing Issues forums, part of the Software Testing category; Hello Friends, In My company i am work on manual testing. My question Is it possible to check or calculate performance testing manual OR Performance testing check only by automation....

Go Back   Geeks Talk > Software Testing > Testing Issues
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 03-26-2008
Contributing Member
 
Join Date: Feb 2008
Location: Pune
Posts: 73
Thanks: 34
Thanked 6 Times in 6 Posts
bhushanbhangale is on a distinguished road
Question How to do Performance Testing

Hello Friends,
In My company i am work on manual testing. My question Is it possible to check or calculate performance testing manual OR Performance testing check
only by automation.
Reply With Quote
The Following User Says Thank You to bhushanbhangale For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 03-27-2008
Expert Member
 
Join Date: Oct 2007
Location: Mumbai
Posts: 354
Thanks: 4
Thanked 58 Times in 47 Posts
bizzzzzare will become famous soon enough
Re: How to do Performance Testing

Hi Bhushan,

It is definitely possible to do Performance testing Manually but the percentage of Companies / People doing so would really be negligible since Performance testing tools have come into the fore.

The disadvantage of doing Perf testing manually would be you would never be able to simulate the exact load at the given instance. Reason being users operating manually would differ in their working speeds, synchronization etc. Also we would require as many number of machine where AUT would be deployed.

We could measure Page Download time, Response times, Memory usage, Disk Usage etc manually. Perfmon is an windows inbuilt monitoring tool to measure various performance metrics.

Perf testing using Automation tools like QTP is definitely possible and is being carried out by companies who cannot afford licenses of tools like LoadRunner.

Using QTP we could record functionality and play back the same at differnet machines to simulate simultaneous load. You can also playback QTP scripts using Termimal emulator to create more Vusers per script.

A better option would be to procure tools like LoadRunner or Open Source tools like OpenSTA.

Cheers.....
__________________
Regards,

V.Umesh Krishnan
QA Consultant
Reply With Quote
The Following User Says Thank You to bizzzzzare For This Useful Post:
  #3 (permalink)  
Old 03-28-2008
Contributing Member
 
Join Date: Feb 2008
Location: Pune
Posts: 73
Thanks: 34
Thanked 6 Times in 6 Posts
bhushanbhangale is on a distinguished road
Re: How to do Performance Testing

Hi V.Umesh Krishnan,
It is very good explaination. Thank you to Replay.
Reply With Quote
  #4 (permalink)  
Old 09-22-2008
Junior Member
 
Join Date: Sep 2008
Location: Bangalore
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
vajragirita is on a distinguished road
Re: How to do Performance Testing


what r the baseline documents for performance testing
Reply With Quote
  #5 (permalink)  
Old 09-22-2008
Expert Member
 
Join Date: Apr 2008
Location: Tamilnadu
Posts: 1,461
Thanks: 15
Thanked 150 Times in 141 Posts
deepasree has a spectacular aura aboutdeepasree has a spectacular aura about
Re: How to do Performance Testing

hi umesh

As you said "We could measure Page Download time, Response times, Memory usage, Disk Usage etc manually. Perfmon is an windows inbuilt monitoring tool to measure various performance metrics."

Will you please let me know

step by step proceudre to measure Page Download time, respnse time,meory usage, Disk usage

I am waiting for your reply umesh

Thanks
Deepasree
Reply With Quote
  #6 (permalink)  
Old 09-22-2008
Expert Member
 
Join Date: Apr 2008
Location: Tamilnadu
Posts: 1,461
Thanks: 15
Thanked 150 Times in 141 Posts
deepasree has a spectacular aura aboutdeepasree has a spectacular aura about
Re: How to do Performance Testing

hi vajragirtha,

"what r the baseline documents for performance testing"

As per my view did you mean performance, subsystems,interfaces,components in and out scope for this test

Thanks
deepasree
Reply With Quote
  #7 (permalink)  
Old 09-24-2008
Expert Member
 
Join Date: Oct 2007
Location: Mumbai
Posts: 354
Thanks: 4
Thanked 58 Times in 47 Posts
bizzzzzare will become famous soon enough
Re: How to do Performance Testing

Hi Deepa,

Well your question brought me out of exile after a long time...

With regards to using Perfmon to measure performance statistics, as explained earlier it is a windows inbuilt tool.

You can ascertain certain performance counters related to the machine where the test application is being run. Counters would be in terms of -
Pages / Sec in terms of Memory used, Avg Disk Queue Length in terms of Physical Disk, % Processor Time used in terms of CPU utilization.

Go to Run - type perfmon and click ok. You would find the Performance window open up. You would find all the mentioned counters listed under System Monitor.

By Default monitoring happens only for the system on which test application is running or where Perfmon command is executed. Incase you have a lan where other machines are connected and you have administrative rights on those as well, you could measure the required counters on those machines also.

Go to Performance Logs and Alerts in Perfmon - Right click on Alerts and select New Alert Settings. Once you name the alert, Click on Add... A list of counters would be displayed and you would find a drop-down indicating the machine where it is being measured.

Select the required machine, Select the required Performance Object and select the desired counters. Click on Explain and you can understand what each counter signifies. You can also set threshold limits for each counter. You can specify the action to be taken incase of an alert and also schedule the performance monitoring to be done for a specific time.

Hope this gives a bit of insight into Performance monitoring....

Cheers...
Umesh
__________________
Regards,

V.Umesh Krishnan
QA Consultant
Reply With Quote
The Following 2 Users Say Thank You to bizzzzzare For This Useful Post:
  #8 (permalink)  
Old 10-03-2008
Expert Member
 
Join Date: Apr 2008
Location: Tamilnadu
Posts: 1,461
Thanks: 15
Thanked 150 Times in 141 Posts
deepasree has a spectacular aura aboutdeepasree has a spectacular aura about
Re: How to do Performance Testing

hi umesh,

I have opened two applications but nothing can be viewed undersystem monitor why???
I am waiting or your reply

thanks
Deepasree
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Performance testing bharathi_ark Testing Issues 13 05-21-2009 06:39 AM
How to check Performance Testing. bhushanbhangale Testing Issues 2 03-24-2008 04:37 AM
Performance Testing Challenges 154162 LoadRunner 2 12-17-2007 06:53 AM
Performance and Functional Testing sumedh_autoall Testing Issues 2 08-11-2007 01:44 AM
Performance testing manually? jainbrijesh LoadRunner 2 07-11-2007 05:23 PM


All times are GMT -4. The time now is 06:41 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved