What is performance Testing and Regression Testing?
Answers were Sorted based on User's Feedback
Answer / murali
performance testing is a non functional testing which is
used to check the stability of the application.
load testing,stress testing,volume testing
regression testing is testing already tested functionality
again and again.we will do it in two scenarios
1.whenever new features are added to the application we will
test the new features as well as related features of those
new features
2.whenever we found a defect we will assign that defect to
the developer.after rectification again we will check that
defect functionality as well related functionality
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / rajendra prasad reddy penumall
Performance Testing
Testing the application how speed is is working
Estimation of response time of server/CPU.
Perfromence of the application depends on the technology
used to built the software.
The network capability(BandWidth).
Server capacity to handle the max. number of requests per a
time.
Performance testing is divided into three tests again
1.Load Testing
2.Stress Testing
3.Volume Testing
Perfromance testing is very important in WebApplications
,E-Commerce applications,Online banking applications..etc.
Regression Testing:-Regression Testing is checking for the
newly added or defect fixed functionality causing any
erros interms of functionality and the common functionality
should be stable in the latest and the previous versions
If you still have any doubt feel free to mail me at :
rajendra_penumalli@yahoo.com
or call me:9885162742
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / deepti palagiri
performance testing is done to check for real time impact of
load, stress & volume on the application, when all the
modules are ready and is working as an complete application.
Regression testing is done to check for the impact of the
fixed bug, new added features either on single module or all
the module. this is done till alpha testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / renuka & satish
Performance Testing:-testing the present wroking condition
of the product
Regression Testing:-Regression Testing is checking for the
newly added functionality causing any erros interms of
functionality and the common functionality should be stable
in the latest and the previous versions
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pankaj chauhan
Performance testing is very important in web applications
,E-Commerce applications,Online banking applications..etc.
Regression Testing:-Regression Testing is checking for the
newly added or defect fixed functionality causing any
errors in terms of functionality and the common functionality
should be stable in the latest and the previous versions
pankaj chauhan
| Is This Answer Correct ? | 0 Yes | 0 No |
list out types of white box testing with breif explain? some body told seven types are there, plz give me ans. karthis4u@gmail.com
If a bug has high severity then usually that is treated as high priority,then why do priority given by test engineers/project managers and severity given by testers?
How do you decide when you have 'tested enough?'
Is Anyone attended the manual testing interview with capgemini in recent past. please let me know the type of questions they can ask. Thanks
Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases
can anybody tell me .. in realtime how cookies testing is actually done by the tester? And Test case is needed for cookies testingor not required?
Write a Test scenario for Outlook Search functionality.
How do you test if you have minimal or no documentation about the product?
how do u find out memory leaks in any application..?
Why must we use Tester to test software instead of BA, Developer?
why tracability matrix need in manual testing? how to create tracebility matrix for web application.. please can u send ur replies
What is the need for testing?What is the Outcome of Testing? What is the Purpose of Testing? When to start and Stop Testing?