I just want to know, who perform the sanity or smoke testing either a programmer or testing engineer.
Question asked by visitor charu
I just want to know, who perform the sanity or smoke testing either a programmer or testing engineer.
Question asked by visitor charu
Hi Guys,
May i know the three features of SQL Sever 2000? wat exactly the answer?
Regards,
gopi pamunugundla
When the basic level of code is about to be passed on to the testing team, we often perform smoke or sanity tests to determine if the new software is stable enough to be tested. My experience with software testing is that they often crash before exposing them to a major testing plan ending up in delays and added ‘develop-test’ cycles. Through smoke test scenarios and plans qa tester help the development teams to check for any major crashes before passing the application to the testing team, resulting in cost and time savings.
Sanity testing is the initial level of testing. when build will ready its goes to Test Engineers. Basically testing carried out to check the major functionality of the software without concern for finer details this testing is also refered to as "Quick & Dirty Testing " & Level 1 Testing.
I hope now u have got the little idea About Sanity or Smoke Testing.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
Hi,
Sanity / Smoke testing performed by the Test Engineer only not by the Programmer.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
Smoke/Sanity both are same in perception, it depends on the company whom to perform this testing either developer or tester.Who ever may perform this testing, it is to check whether the application is ready for detailed testing or not
Hi,
both smoke and sanity tests are done by test engineers only...
before starting the system starting, we need to decide that build is stable or not (smoke) partially we will concentrate on the bug fixes....
if we reject the build we need to give the proper reasons to developers to reject the build(Sanity Test) which includes negative cases also