why is smoke testing done for a software?
Answers were Sorted based on User's Feedback
Answer / sunil raj
smoke testing is done for finding the build stability.It
checks the major functionality to decide the software is
testable or not.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nitin verma
Whenever a new build comes for testing, it requires a
initial level testing to check weather the build is stable
to test further or not, or if there is any showstopper
issues. If the build is stable then it moves to further
regression testing but if the build is not stable and some
showstopper issues are found in it then the tester can
reject the build.
Plz correct me if i am wrong...
Regards..
nitin9360@gmail.com
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / dhiraj
It is a process to see or to examine that is this build is
testable or not.
means it check
1) is this build is stable means not gonna change after that
2) is this build is compile
3) or the major function is working correctly.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jaya
Smoke Testing is also called build verification testing, the name itself tells that the given Build is to be verified.i.e., a smoke testing is the testing conducted to check whether the basic functionality is working properly in the given build.If it is working then the build goes for further detailed testing
| Is This Answer Correct ? | 1 Yes | 1 No |
Smoke tests :- The application to determine whether the
application is eligible for detailed testing or not. It is a
quick end rough check carried out in application. This quick
check for smoke testing is conducted in test environments.
The objective of smoke tests is to check whether basic
features are available or not to conduct to continue the
major testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / yaswida
Testers will conduct a overall testing on released build
in order to conform weather the build is proper or not for conducting detail testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / usha
Smoke testing is done at the initial stage of testing. It is
done to test the basic and critical features of the software.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / suganya
Smoke testing is a major testing also it s initial testing.
It checks whether it is stable or not.
If it is stable it goes to next process or next.
If it is not stable wil not go to next process/next, it send
back to developer
| Is This Answer Correct ? | 1 Yes | 3 No |
8)What is the actual need for an alpha and beta testing? A)For the developers it is impossible to predict how the end user with really use the application B)Misinterpretation of instructions for using the software C)End users may use strange combinations of input data D)All the above
Who will do the design phase testing?
Could someone please send me real check list for Database Security testing.Please my mail ID- patil.ramchandra@yahoo.co.in. Thanks.
What is the diff. b/w Basline and Tracability matrix?
what is the difference between regression testing and re testing..?
what is telcom Testing and how is it performed is the same methodolgy used for telecom testing as its used for web application
who is perform user acceptance testing and when it will conduct? is it before alpha testing or after alpha testing? Please post the answer as soon as possible
what r the different types of testing techniques?
Generally which testing methodology we follow in software organizations. thanx in adv
what are the reasons is commonly cited as the primary benefit to Test-Driven Development?
What should be tested when Unit Testing is conducted?
Easiest way to write test cases? How i can learn writing the test cases?