Tell exact difference b/w Smoke and Sanity testing with
example?
Answer Posted / suvendu dalai
Smoke testing :- Smoke testing is done when s/w build
reaches from developer to test engineer,to check wheather
it can withstand further testing or not,u can say it is a
testing to check the stability of the build as per the
customer requirement.
Sanity testing :-this type of testing is done prior to the
release of build to the market,when almost all aspect of
testing is covered & only only cirtification or u can say
clearence is left
Smoke Testing :-Developer -smoke testing--test engineer
Sanity Testing :_Test engineer--Sanity testing--Quality
analysis
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How many types of api testing are there?
Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
HI GUYS,, I HAVE 3 YEARS OF EXP IN MANUAL TESTING...NEXT MONTH ONWARDS I WORK FOR MOBILE TESTING....PLS SUGGEST ME WHAT I LEARN FOR TRAING,, MOBILE TESTING OR ANDROID....FOR MOBILE TESTERS NEED ANDROID(IFONE) DEVOLOPMENT KNOWLEDGE OR NOT? EXPLAIN CLEARLY
Password is having 6 digit alphanumeric then what are the possible input conditions?
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
What is neutral test case?
send the senario template
can anyone help me regarding testing patterns?
What are the main key components in client and server applications?
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)
What is 'Account Conditioning'?
What is client server application testing?
What are the Major Functionality for a ATM machine ??
i heard that mainframe testing is diff from other environments & has lot of keyboard input????pl clarify my doubt & let me know in what way its diff??
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }