what is meant by smoke Testing??
Answers were Sorted based on User's Feedback
Answer / sari
somke test is nothing but checking the application is
stable or not
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / salma
Smoke testing will be done before starting the functional
Testing to ensure the system 'basically' works.
| Is This Answer Correct ? | 5 Yes | 0 No |
There is always a great confusion between smoke and sanity
testing. Hope i can give u better clarity.
Basically smoke test is derived from electrcal comapny
where they use to check whether the component or equipment
catches smoke once if the turn on or plug in that componet
with power supply. if it doesnt catches smoke or fire it is
taken to next level of sanity testing where basic
functionalites are tested.
Similarly, in Softwares, smoke can be better reffered to
installation and application launching testing as smoke
test.(i.e chacking whether the application exe can be
successfully installed in all the given environments
without crashing and then after successfull installation
the user is able to launch/open the application.)
And sanity testing is dont to ensure whether all the
basic and mojor functionalities are working fine.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / srividhya.p
Smoke Testing: Before releasing the software to the
testers,developers verify or test the software whether it is
completely developed or not.this is done by developer in
development environment.
Sanity Testing: After getting the software build from
developers,testers conduct a test on a software build
whether it is able to test or not.this is done by tester in
the testing environment.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sudhakar8
Smoke Testing is used to check basic functionality of the
application
| Is This Answer Correct ? | 2 Yes | 0 No |
Smoke testing is often referred to a point in development
where the programmer/engineer has deemed that section of
code or hardware ready So at that point it is superficially
tested before a full testing regiment is executed. This
phase is often done in software development where new builds
or versions are created often. This practice is very
important and time saving for the test group where the
developer/engineer is not in the same location.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pradeep
Smoke tetsting is checking the major functionalty of the
application working or not, before delivering to the client.
| Is This Answer Correct ? | 2 Yes | 1 No |
What is Extreme Programming (XP)?
HI, CAN ANY ONE PLZ EXPLAIN IN SIMPLE WORD WHEN WE DO SANITY TESTING AND SMOKE TESTING AND WHY ? and differance between this two ?
Explain basis path testing?
hello frnz when we r testing cookies for security testing in that we have to check for deleting cookies my ques is do we have to delete from browser(google chrome m using) or from hard drive? reply soon thanx
What goes into a Test Summary? How would you write a Test Summary?
What Do You Think Is The Main Advantage Of using Test Management tool nowdays?
During the testing of a module tester, 'x' found a bug and assigned it to a developer. But developer rejects the same, saying that it's not a bug. What 'x' should do?
What does the mclabe cyclomatic complexity of a program determine?
Mention what the main advantages of statement coverage metric of software testing are?
What is the purpose of a test completion criterion?
What documents will you need to create a test case?
What is system simulation?