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 |
What is difference between Manual testing and Pega/BPM testing?
when developers sends you a build.what the test engineer does?
What is mutation testing and when can it be done?
When should testing be stopped?
What are some best practices that you should follow when writing test cases?
What Is Regression Testing?
What's the difference between alpha and beta testing?
Integraton testing
What is Test Design?
What are differences in testing a client server and a web application?
what is Scalability,Critical Analysis
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.