What is the difference between Regression testing vs. Smoke
testing?
Answers were Sorted based on User's Feedback
Answer / jhuma
regression testing :- it is the testing which is conducted to check whether the unchanged functionality have got any side effects due to changed functionality.In brief,when the developer tries to fix any bug,he may not notice on the unchanged functionality which are related to the bug he is fixing.So,in such situation the changed code/functionality may have a great impact on the unchanged code which becomes unnoticed by the developer.
smoke test:-it is the testing which is conducted to test the basic functionality of the build.If smoke test fails,the entire build is rejected.
| Is This Answer Correct ? | 19 Yes | 3 No |
Answer / anand kiran
regression testing: regression testing means as a tester once verify previous passed tests after defect fixed again this time passed or not once you check it.
ex:total 10 test cases
1 to 9 passed and 10th is failed after defect fixed.
again this time also 1 to 9 passed or not once you verify this is called regression testing.
smoke testing: smoke testing means this testing is done developer.Because after receive defect from tester then that defect was fixed before release note or modified build to tester once verify or check it his/her self because any side effects had come or not.those side effects was effect on remaining test cases.So once your own self check it defect correctly fixed or not this is called smoke testing.
| Is This Answer Correct ? | 5 Yes | 3 No |
What is neutral test case?
What is endurance testing?
16 Answers Infosys, MBT, Syntel,
What is the base data for drawing Triangle?
What r the major problems faced in manual testing?
Can anybody give the syllabus of Manual testing in order wise so i would like to prepare for that in proper manner. I have only one month time to get prepare for that. Rashmi_vastred@yahoo.co.in
i have soure and target having 1 laks records same structure and same data. no primary key. how to do data validation in. how to identify each and every record same r not. i want check every record. wat is process.
Hi, Can anybody send some test scenarios or testcases sample for Finance domain on sales and accounting application. I am very new to Finance domain. Or else please send to my mailID "manojdalai2004@gmail.com". Thanks in Advance, Manoj
what is crud testing ?
test templet for GUI UNIT testing?
How do we decide that testcases covers all the requirements?
1.exactly when we do regression testing? 2.why we do regression testing?
Why do u choose Testing as ur career?