What is smoke testing?
Answers were Sorted based on User's Feedback
Smoke testing:
There's a slight difference between smoke test and sanity
test, but most of the times both are considered as the
same. As part of a Smoke test, we test the major or
mandatory functionalities of the application like, eg:- in
a web appliaction, when we click on an internal link on the
web page, the related web page shall be opened without any
application or server error.
Finally the aim of Smoke test is to test the stability of
the application to start the testing process. To start the
actual testing process, an application shall need to pass
the "Smoke Test" and/or the "Sanity Test".
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ramprasad.s
Hi
smoke Test is to check the build is ready for major
functionality
by
Testing the valid scenario of the application
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / srihari
Smnoke Testing : After completion of developement,
developers will integrate all the modules and that
integrated build will be send to testers.It will be done in
Dev environment.After that, as a tester we need to test
whether the build or application is working properly or
not.
So, we will take major (functionalities) test cases and we
will do Smoke testing. After completion of smoke testing
only we will do Integration, System and UAT.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sheba
smoke testing is done to check the major functionality of
the software product without concern of finer detail.Mainly
its for hardware testing. if hardware is up and running and
does not catch the fire than hardware has passed the smoke
test.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / divya nandana.b
whenever we receive build from the developer we will do
smoke testing
Smoke testing means testing the applcation whether all the
functionalities are working correctly or not
or whether all the functionalities are implemented or not
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / smokeyeyes
Smoke testing is one type of sanity testing we can say.
It is done to test that the major functionalities of the
application are working or not .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreekanth
Whenever a new build arrives, smoke testing carried out to
check if all major functionalities are working fine without
any blockers so that it can be given further testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / smiley
Smoke Testing is a high level functionality testing.Major
functionality testing will done in smoke Testing.After
completion of Integration testing only we will start the
smoke testing.Smoke testing is done by the experienced
testers.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sakthivel murugan
if error in one application that application only check in
after error correction.
| Is This Answer Correct ? | 0 Yes | 2 No |
Are there more defects in the design phase or in the coding phase?
so far how many bugs you have found?what are those means what should we answer for that?
What if an organization is growing so fast that fixed QA processes are impossible?
What are initial and end conditions?
When should testing start in a project?
What is acceptance testing?
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
For Web Applications what type of tests r u going to do .. tell me the Importent ones..
9 Answers Infeneon Technologies,
Hi, this is sekhar yadav plz answer my questions with(examples) highest seviarity &lowest priarity and lowest seviarity & highest priarity ???? i want proper answer .. thankq
what is the difference between client server & web based applications?
Recently igot job,Please,help me,Can u explain the real time process of manual Testing from starting.Please don't mind.
what is bugzilla?