difference between sainty and smoke testing?
Answers were Sorted based on User's Feedback
Answer / selvakumar m
Sanity:
Whether a development team released build is STABLE for
complete testing or not.
Smoke:
Its a extra shakeup in sanity testing.
In this level testing team reject a build with reason when
that build is not working to be applied complete testing.
In general,
Build-->sanity/smoke testing-->functional & System testing
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / caroline
Smoke testing: Checking the testability of software.
Sanity testing: Checking the behaviour of software.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sathish kumar
Smoke Testing : is done to ensure that basic
functionalities is not affected in the build.
Sanity Testing : is done to ensure that the existing
fuctionalities are not affected by the new fuctionalities
added in the build.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sangeetha
sanity testing:
before going to test the build, test whether the
build is ready for further major testing.In short v can say
it is basic testing.
Smoke testing:
the build is moving from one phase to another phase (dev
to testing ) then v test the build is called smoke testing
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / varshab
Smoke Testing : After receiving any build smoke testing is
performed to determine program launches ,interfaces are
available & responsive.
Sanity Testing : Sanity testing is basic functionality
testing.It is performed in order to ensure basic
functionality is working properly before considering build
or application for through testing.Also if smoke testing
fails then it is impossible to perform sanity testing.
Basically both these testing are performed to ensure our
testing time & efforts should not waste.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / srinivasa rajesh
Smoke test: This is a Basic testing which is done by the
tester when they got application from Developer.This
testing is mainly concentrate on the functionality of
testing.
Sanity Testing: This is nothing but GUI testing,in this the
tester mainly check the apperence of the Application. Like
Fonts,Colours,appernce of the application.
| Is This Answer Correct ? | 0 Yes | 2 No |
Can anyone let me know that what would be done by the tester if bug status changes to DUPLICATE,means what kind of action or process should be done by tester?
What is class in Testing.
who will prepare Functional requirements specification(FRS)
what is FAT and SAT tests .?
Orthogonal Arry Testing?
comptability testing with ui means,any body can expain me how we perform compatability testing in real time,don;t give definetions
can you show me the test cases on registration form
What is the difference between unit testing and functionality testing ?
What is the difference between User Acceptance Testinga and System Testing?
Should we test every possible combination/scenario for a program?
anyone can explain,Diff b/w buid and release
What is TRR ?