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
Hi,all i have a desktop App. which have a feature, It's a demo version if u want full version then u have to perches it. Pls give me some idea ASAP how can i break the App.
Actually by using severity you should know which one you need to solve so what is the need of priority?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
how to write test cases for epos/pos testing.
Difference between adhoc testing and error guessing?
How can I done a Web Testing? Which steps are include in it?
what is the main field of bugzilla which we fill to report bug to any developers???give some brief description??
What is un-installation testing?
Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2
What is smoke testing and user interface testing ?
Please is there any one working with ITR.COM? Having interview with them. Any tips will help.
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
How can you do the scalability testing?
What is the difference between white box, black box, and gray box testing?