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 |
write four critical test cases for logout operation?
What is the best way to answer, what is test scenario, strategy and test plan
Why tester should know database concepts?
What do you think the role of test-group manager should be? Relative to senior management?
1)Asked to write test cases on Print option in a MS word application 2 Give scenarios for the following: throw a ball into bucket full of water and write scenarios so that water does not spill out. Explain test stratergy. What is localization. What do u test in localization?
What are the different ways of doing black box testing?
Tell me a critical defect in which your Client,PM,PL appreciate on you
what are the add-ins needed to test .net and c# projects?
What is System Testing and Integration Testing.Differentiate them.
Why documentation testing is important?
Q-1 WHAT IS USE CASE? Q-2 Test cases cannot be developed with system users and designers as the use cases are being developed? true or false Q-3 WHAT ARE DIFFERENT TYPES OF INCREMENTAL TESTING? Q-4)The cost of fixing a fault a)not important b)increses the later fault is found c)decreses the later fault is found d)can never be determined
1.what is the purpose of testing ?