Wat is smoke testing

Showing Answers 1 - 37 of 37 Answers

Dileep Kumar.G

  • Jan 5th, 2007
 

Hi,

Smoke testing is the initial testing when we get the Build. In this testing, we test whether the build is Stable to execute the test cases in the next phase of testing. If we find any major functionality is not working then we reject the build. If all major functionalities are working properly then we accept the build for comprehensive testing. This can be called as Build Verification testing.

Cheers

Dileep Kumar.G

  Was this answer useful?  Yes

sunil

  • Jan 12th, 2007
 

Smoke testing is nothing but also sanitry test.

This type of testing is done in order to check if the application is ready for further major testing and is working properly without failing up to least expected level

  Was this answer useful?  Yes

sunil1979

  • Jan 12th, 2007
 

This type of testing is done in order to check if the application is ready for further majar testing and is working without failing up to least expected level

  Was this answer useful?  Yes

This test is conducted to verify , Are there any issues in Software, This test is conducted before releasing the application or product to test team. Actually this type of test is conducted by White box tester or Developers.

Srinivas racha

  Was this answer useful?  Yes

harsha.m.sree

  • Feb 4th, 2007
 

hi sunil smoke testing is not the same as sanity testing.

  Was this answer useful?  Yes

kavithareddy

  • Feb 5th, 2007
 

smoke testing and sanity testing are not same...sanity testing:sanity test is a quick testing implemented by the tester in the test environement to make sure the application is ready for testing.If sanity testing is pass we continue with the through testing.smoke testing:while releasing the application to the client we have to test the application on the final release media i.e. CD or FTP server such testing is called smoketesting.

  Was this answer useful?  Yes

sulochana

  • Feb 7th, 2007
 

It is a type of testing in which one can perform an intial level of testing on an application.In order to ensure whether all the windows/objects/features are basically available in order to carry on the detail testing on it. Hence it is a non detailed testing which can be accomplished within a short span of time.SMOKE TESTING IS CALLED AS AVAILABILITY TESTING.

  Was this answer useful?  Yes

sudhamani

  • Feb 17th, 2007
 

hai..

Somke testing - Checking whether all the build Components are installed properly or not.

thanks
sudha

  Was this answer useful?  Yes

Smoke testing is collection of tests that are performed on system prior to being accepted for further testing. Tester tests all areas of an application without going into details. It is also called as build verification testing.

  Was this answer useful?  Yes

Smoke Testing - is to initial build for stability and completeness.

Following points are checked in this testing,
Understandable
Observable
Operatable
Controllable
Consistent
Simple
Maintainable
Automatable

Somke testing is also known as Build Verification Testing, Tester Acceptance Testing,Octangle testing, Testability testing.

  Was this answer useful?  Yes

Smoke Test: When a build is received, a smoke test is run to ascertain if the build is stable and it can be considered for further testing.

smoke testing can be done for testing the stability of any interim build.

Smoke testing can be executed for platform qualification tests.

  Was this answer useful?  Yes

When a build is released to test, the very first thing a tester does is run a 'smoke test' to ensure the software is in a suitable state for testing.  A smoke test is superficial software testing which determines whether the most crucial functions of a software works properly.  It assesses the software from a high level and does not bother with its finer details.

The term 'smoke test' comes to software from a similar type of testing in hardware, when a prototype passed the test if it didn't catch fire and start billowing smoke. 

A daily build and smoke test is among industry best practices advocated by the IEEE (Institute of Electrical and Electronics Engineers).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions