1.exactly when we do regression testing?
2.why we do regression testing?
Answers were Sorted based on User's Feedback
Answer / mfsi_priyankaa
We do regression testing when there is any change in code to
see whether any other modules are affected by this or not.
| Is This Answer Correct ? | 15 Yes | 0 No |
1.Regression testing is generally used when there is a
modification in the application.So that to check whether
other related module are being affected or not.
2.Sometimes automated scripts are also used.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / madhu
whenever any New functionality added/existing functionality
modified/bug fixes may cause side effects in the existing
functionality,to find out these side effetcs we do
regression testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nilanjan saha
Testing for the First time we usually don't need Regression
Testing.But whenever something get changed or new
functionality gets added ,due to that some other realted
module might have some adverse affect.Tesing these actually
known as Regression testing.
If the Build is stable one Automation is perfect for the
resgression testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the tools of performance testing?
In which phase the GUI Testing will be held on V model?
What is Test Procedure? What are Test matrices? What is Tracibility matrix?
in your project which Tull you are using and what is the version and URL?
Is it necessary to do retesting if we are going to do regression testing?please reply
this question i got from iflex anybody pls give some useful information. is it possible to get severity1bugs in thirds round testing before release after two rounds of system testing completed?
What are the properties of a good requirement?
Can any one explain the difference between test scenario and test case.
Which test cases are written first: white boxes or black boxes?
What is the responsibility of programmer’s vs QA?
next week i have a interview how to preopare the interview both manual and autolmation pls help me bcoz i ma fresher ple very soom thankl for and advance
do you write test case for smoke testing?If not why?