what is smoke testing?
Answers were Sorted based on User's Feedback
Answer / pavan
As pointed out by Sindhuja....
Smoke testing is a quick check of the system whether it is
testable or not. This is generally done whenever new build
of applications come up. This also include checking whether
the application is crashing or not, any database related
errors, environment related.
Sanity testing, on the other hand, means testing only the
major functionality
Either of these testing can be done before accepting the
build for complete testing. But smoke testing is more
preferable...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishna
Smoke testing is nothing but BVT(Build veriication test).
After the build was completed and the product is ready to
release we can test build was acceptable or not for further
testing.that means all the modules are integrated properly
and major functionalities are working properly or not after
the build.it is done by the developer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / priya
Testing the most important functionality of the software.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / swarupa nagpurkar
Smoke testing is cursory testing. Basically this concept is
from hardware field. Suppose any new part of particular
hard ware is test to check that part is catch fire or
not.The term was originally coined in the manufacture of
containers and pipes, where smoke was introduced to
determine if there were any leaks .It is Scripted.Main
function of application is tested in this type. It is also
called as build varification test.
If I m wrong please correct me by calling me 9922920069
Swarupa Nagpurkar
TL,SIRD Infotech,Pune
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / hima7
smoke testing:
some companies say that just before releasing the build
the developers will check whether the build is proper or
not that is called as a smoke testing.
some companies says which one will conduct the overall
testing on the released build in order to check whether it
is proper for further detailed testing or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amisha
its a type of quick test conducted on application to determine whwther the application is testeble or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prince
Rao................
i Dont know whether u r correct ,if u r correct then
what is sanity testing?
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sindhuja rao
Smoke testing is initial level of testing.It is done to
identify whether the software is testable or not.
Software should work without hanging the system or
crashing,deleting files or databases in the s/m, or
installing viruses in the s/m.
| Is This Answer Correct ? | 0 Yes | 2 No |
give me atleast 10 cases for GOOGLE search engine?
Write the three important scenario or test cases for Air conditioner.
What are the major testcase design techniques?
If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance
what is mean by extensive testing?
Hi Friends, What are the steps involved in STLC
The company is developing a new piece of software. The application allows a computer user to use the print option of any existing application to save the output into an HTML file instead of printing. -Based on the scenario above, which test methods do you use to make certain that the new software will work properly with existing applications?
when test plan is created?
what is difference between Sanity testing and Smoke testing?
What is difference between V-Model and Agile Model?
Can anyone Give me examples for high priority and Low priority defects?
Explain the difference between decision coverage and condition coverage ? If possible provide few examples.