What is the Regression Testing Process followed in your
company?
Answers were Sorted based on User's Feedback
Answer / joy
Regression testing process is done when a fix has been done
for a new bug or enhancement.
When a new build is delivered,
1)Perform Smoke test to ensure that build is proper so that
it can be taken for major regression testing.
2)After smoke test passes then Execute Regression test
cases which ensures that the fix does not introduce any bug
in the existing code.
3)Only then Verify and test the fix. verification must be
one only after the first 2 pocesses are done.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anil nakhate, nitin ghate
Regression testing process:
If new build is deliver to testing team then testing
team first test the previous logged issue for fix, after
that testing team perform the regression testings using few
testcase, this regression testing process.
If i am wrong please comment me
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / manoj
i will chech and inform you iam sure never bluff you
| Is This Answer Correct ? | 1 Yes | 3 No |
At what stage unit testing has to be done?
Why would we not include these?
1)what is the basic diff. between unit testing and component testing 2)how do you implement framework in ur project through automation
What is the difference between functional & non-functional testing?
Can test condition,testcase and testscript help u in performing the static testing
pls tell me who is in s/w testing field(either in company or as faculty) give the ans of my que. tel me why r u in testing ? reply me as soon as possible
what is remedy testing, explain that and how can use that
what do u mean by Functional testing?
what is v-model? explain it in detail?why we call it as v- model not an u-model?
Architectural structure of the insurance project?
What is the difference between low and high level test cases? examples please..
Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true