how can u do regression testing tell me procedure?
Answers were Sorted based on User's Feedback
Answer / nitin verma
Hi,
In the Regression Testing we test apply the test case
again on the application which we applied previously and we
test whether the errors are being fixed or it is causing to
some new errors.We also check whether it affected the
functionality of the software.
nitin9360@yahoo.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / akash sarangi
Regression testing is done to check whether there is a sideeffect by changed functionality over unchanged functionalities when 1]new functionality is added 2]Environment changes 3] when the deffect has been fixed , test again the existing functionality .
Run the changed area and related to this area test cases again and check the defeects are appearing or not.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mudaseer
developers develop the product.they give it to testing team.after testing they give to customer.customer asks for additional features .developer develops additional features and testing team has to write test cases for additional features.when build comes testing team tests new features as well as old features.They have to re-execute all old test cases to ensure that the changes(addition of features) have not affected old features.This is known as regression testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / syed
Regression Testing is nothing but perform testing the all modules to ensure the defect fix will have impact or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mudaseer
initially you get a build with 2 features a and b in sprint 1 you test and reports issues
you get new build with bug fixes and 2 new features c and d
so we test a and b(existing functionality ) and new features c and d
we are testing a and b because adding new features may have affected a and b module
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jm
Reexecution of testcases on modified form of build is
called regression testing.
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / vivek.ranganathan
Regreesion testing is nothing but whenever we find out the
bug , it has to be fixed ,given to developers they will fix
the bug , this is known as regression testing
| Is This Answer Correct ? | 1 Yes | 14 No |
How regularly you used to get the build and who used to installed build in software testing
Write the test cases for credit card accessing the money transfer
what is meant by Inspections? what arewalkthrough?
waht is deffect?
which test case format ur company following
10 Answers CTS, Param Software,
Can automation testing replace manual testing?
What are the recommended sites or books for software testing?
What type of testing process is going on your company ?
What are the GUI Test Cases for calculator?
what is meant by web service testing and what is the use of web service testing ?
Can anyone explain about metrics
we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1) functional testing 2)security testing