What is the difference between Regression testing vs. Smoke
testing?

Answers were Sorted based on User's Feedback



What is the difference between Regression testing vs. Smoke testing?..

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

What is the difference between Regression testing vs. Smoke testing?..

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

Post New Answer

More Manual Testing Interview Questions

product is ready to release you found defects but you can not postpone it? How will you handle it??

2 Answers   Formac,


Difference between Test Case & Use Case?

6 Answers   TCS,


What is penetration matrix and how it is used in software testing?

1 Answers  


What is the difference between QA and QC ?

7 Answers   Tavant Technologies,


how we can generate test scenarios

2 Answers   Four soft,






what is the test case for bank check leaf??

5 Answers   IBM,


Why it is recommended to add verification checks to your all your scenarios?

0 Answers  


How you will do regression testing on login form, After fixing the bug?

5 Answers  


How you intearct with client in your organization ,plz give me real time scenario

1 Answers   CTS,


HI EVERYONE, recently i got a job as a q.a tester in a bank.the application am going to work is credit cards.the environment will be java ,oracle,qtp quality center,VSAM,CICS,WINDOWSNT .we will be working on mainframes too.can any exp persons help me to understand the scenario and what all shud i learn to perform better(worried abt the frontend ,backend,and the architecture as whole)kindly help me

0 Answers  


what are the parameters use to write the test plan document?

3 Answers   Cap Gemini,


What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000

0 Answers   TCS,


Categories