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 |
Is Alpha Testing done by Testers or Developers?
what is the work flow of testing(glamorous)
Diffference between System Testing & Integration Testing?
What are the main key components in client and server applications?
Hello, I am interested to make a career in software testing. I am searching for a recommended book in manual Testing tools Please advise recommended books which is a good text book for learning software testing.
how is security testing done in ecommerece application?
In Manual testing how to test proxy servers? can u please explain with example?
Write 5 test cases for UAT of internet Banking system
2 Answers Infosys, Zycus Infotech,
What is Database Testing?
What is Soak Testing ?
If tester had written test cases for application, then in next build if same features are modified with some changes. Then Should I have to write test cases for the same features to verify new expected results.OR What should I do?
What is negative path testing?