What is Smoke Testing
Answers were Sorted based on User's Feedback
Answer / aruna tummala
It is a quick check process carried out on the application to determine does the application is testable or not.
These process can be carried out a development environment or a testing environment or a customer environment or production environment..This is also called as build acceptance testing and also build verification testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sunil kumar.
Smoke testing is cursory action testing.It aims at checking
the major functionality in order to go for the detailed
testing.Some times is also called as sanity testing.It is
perfomed on the intial build.(sanity testing is a subset of
regressing testing).
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / venkata narayana n.
Smoke testing is nothing but,whenever the build is release
from the developement to the testing team,before going to
start the excecution we (testing team)need to test the
application whether it is stable or not.For that we have to
test the major functionalities of the appliacation,if the
build is not stable then testing team will reject that
build,other wise we(testing team) will star the excecution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkata narayana n.
Spelling correction for above answer last line "other wise
we (testing team) will start the excecution".
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anjali
Even though smoke testing and sanity testing aims at the
same,
Smoke testing is done by the developers before releasing
the build to the testing team to check its stability where
as
Sanity testing is done by the testing team after receiving
the build from the development team in order to check the
stability of an application to perform further detailed
testing.
| Is This Answer Correct ? | 1 Yes | 1 No |
what is clinet side validation and server validation??
Hi, can only tel me correctly, Who will prepare Traceability Matrix ? reply soonn frnds plsss
In my Projects there are permissions for users. According to permissions assigned to user, he can use the application. So Shall I write test cases for each & every permissions? There are 170 permissions for each & every functionality. Please guide me properly.
which model is mostly used in companies for SDLC and y?
IS IT necessary to know different languages like (Chinese,Germany etc) to do localisation/internationalisation testing??? real time ..plsss
Can we perform load testing on mobile phone?
what is the difference between quality control and quality assurance?
what is the differance between debugging and testing?
Hello, Currently we are doing manual testing for PHP& .NET Projects. We are planning to automate it.Kindly suggest which automation testing tool is appropriate for it. Thanks
difference between manual testing and blackbox testing
How to test when the web application expired time (cookies,sessions testing) in real time
What is the Difference Between Manual and Automation Testing.Give Some Example Both of them