Geeks Talk

Prepare for your Next Interview




Performance testing

This is a discussion on Performance testing within the Testing Issues forums, part of the Software Testing category; Can any one tell me whats performance testing in detail? thanks...


Go Back   Geeks Talk > Software Testing > Testing Issues

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-01-2006
Contributing Member
 
Join Date: May 2006
Location: Hyderabad, India
Posts: 81
Thanks: 4
Thanked 10 Times in 9 Posts
bharathi_ark is on a distinguished road
Smile Performance testing

Can any one tell me whats performance testing in detail?

thanks
Reply With Quote
The Following 2 Users Say Thank You to bharathi_ark For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 06-03-2006
Expert Member
 
Join Date: Sep 2005
Posts: 110
Thanks: 8
Thanked 26 Times in 15 Posts
suji is on a distinguished road
Re: Performance testing

This is how i see Performance testing.... Not all software systems have specifications on performance explicitly. But every system will have implicit performance requirements. The software should not take infinite time or infinite resource to execute. "Performance bugs" sometimes are used to refer to those design problems in software that cause the system performance to degrade.
Reply With Quote
  #3 (permalink)  
Old 06-04-2006
Junior Member
 
Join Date: Dec 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
villjuj is on a distinguished road
Thumbs up Re: Performance testing

Quote:
Originally Posted by bharathi_ark
Can any one tell me whats performance testing in detail?

thanks
Performance Testing in one sense deals with the software that has to be tested but its performance based on several things like OS,Network,Hardware,the system under which this software is to be implemented.The Performance Testing test the performance of a software w.r.t. the other resources as i said earlier.After all , the software works continually well as per requirements without any system crash or break and as per the usable standards with ease of use.
Reply With Quote
  #4 (permalink)  
Old 08-01-2006
Junior Member
 
Join Date: Jun 2006
Location: Gurgaon
Posts: 10
Thanks: 0
Thanked 1 Time in 1 Post
sunny_love is on a distinguished road
Parameters in Performance Testing

Hi all
can any one explain that.... what parameters are given in Performance Testing ? This question was asked in interview.
Reply With Quote
  #5 (permalink)  
Old 08-02-2006
Expert Member
 
Join Date: Apr 2006
Location: India, Hyderabad
Posts: 129
Thanks: 19
Thanked 41 Times in 17 Posts
bvani is on a distinguished road
Re: Parameters in Performance Testing

The parameters under performance testing are

1. estimate the performance under customer expected load and customer expected configuration

2. estimate the performance under customer expected load and customer expected configuration for long duration

3. excution of application to estimate the peak limit of storage (in terms of Kb / sec)

4. excution of application to estimate the peak limit of storage in terms of records
Reply With Quote
  #6 (permalink)  
Old 06-02-2007
Junior Member
 
Join Date: Sep 2006
Location: India
Posts: 26
Thanks: 5
Thanked 1 Time in 1 Post
sumath_620 is on a distinguished road
Re: Exception Testing

what is performence testing? explain in detail?
Reply With Quote
  #7 (permalink)  
Old 06-08-2007
Expert Member
 
Join Date: Nov 2006
Location: Hyd-IND
Posts: 512
Thanks: 1
Thanked 53 Times in 45 Posts
sutnarcha is on a distinguished road
Re: what is performence testing?

Performance testing is all about testing to see if the application is working at the speed required by the client and by the nature of the application.
__________________
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.

-sutnarcha-
Reply With Quote
  #8 (permalink)  
Old 06-13-2007
Junior Member
 
Join Date: Feb 2007
Location: hyd
Posts: 18
Thanks: 0
Thanked 3 Times in 3 Posts
lata_115 is on a distinguished road
Re: what is performence testing?

estimate the speed of the processing is called performance testing
Reply With Quote
  #9 (permalink)  
Old 06-14-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 865
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: what is performence testing?

Quote:
Originally Posted by sutnarcha View Post
Performance testing is all about testing to see if the application is working at the speed required by the client and by the nature of the application.
Performance testing is not to see the speed;

You see website slower , may also be depend on your network connection and internet speed.

Generally performance is to see server availability for defined number of users and the reasonable response time of the application.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #10 (permalink)  
Old 06-14-2007
Expert Member
 
Join Date: Nov 2006
Location: Hyd-IND
Posts: 512
Thanks: 1
Thanked 53 Times in 45 Posts
sutnarcha is on a distinguished road
Re: Performance testing

When I said speed required by the client and the nature of the application, I am talking about testing in recomended configurations and settings (including speed of interneet) to see if the application responds as it is required by the client and the nature of the application.
__________________
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.

-sutnarcha-
Reply With Quote
  #11 (permalink)  
Old 06-14-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 865
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: Performance testing

[quote=sutnarcha;13324]When I said speed required by the client and the nature of the application, I am talking about testing in recomended configurations and settings (including speed of interneet) to see if the application responds as it is required by the client and the nature of the application.[/QUOTE

Yes sutnarcha,

Now you are right.We have to test response time of the application.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #12 (permalink)  
Old 10-26-2007
Junior Member
 
Join Date: Mar 2007
Location: Delhi
Posts: 12
Thanks: 1
Thanked 4 Times in 3 Posts
skiran19 is on a distinguished road
Re: Performance testing

Performance Testing- Perforamance testing is used to find out how many resourses are getting consumed to get the same level of output as specified.
To start the performance testing we need to be very clear about end to end functionality of the product. We also need to decide various scenarios which are required for the performance of the product. For ex. One user one request, n users n request n times. Besides we need to have the clear understanding about the flow of request, i.e. what are the various steps for a request to get processed. Moreover we need to use various tools that will help us to track a request For ex. we use Jmeter to find out whish request is taking how much time to get it processed, we use SQL profiler for tracking all the events happening at the back-end.
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
functional testing of siebel omprakr Testing Issues 3 1 Week Ago 08:15 AM
difference between QTP and WinRunner georgeprakash WinRunner 18 1 Week Ago 01:43 AM
software testing bvani CSTE 8 08-26-2008 08:12 PM
plz let me know about Load size in load testing prakashnemesis Testing Issues 4 08-19-2008 03:26 AM
Functional and Performance testing tools FLAVIADSOUZ WinRunner 5 04-19-2007 07:25 AM


All times are GMT -4. The time now is 01:19 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved