What is the difference between Regression testing vs. Smoke
testing?
Answer Posted / 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 |
Post New Answer View All Answers
If I want to check compability of software in a MAC OS then which steps shold I follow?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
How to validate a Testcase.and is the testing Methodology.
What is Web architecture that are followed while doing online project and tell the samples of architecture?
Actually by using severity you should know which one you need to solve so what is the need of priority?
can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??
What icon is used in WinRunner to get an explanation of the syntax of TSL?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What are the Major Functionality for a ATM machine ??
What's the difference between system testing and acceptance testing?
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?
What does a manual tester need to become proficient with db testing?