What is the difference between Smoke Test & Sanity Test?
Answer Posted / ashish
Smoke Testing: In smoke testing we just check the major
functionality of an application.
Sanity Testing: Here we check that our application is stable
or not.means our application is in "sane" or not.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What were the major challenges u faced while testing
Can you explain the pdca cycle and where testing fits in?
What are bug leakage and bug release?
1. what is a date guidelines ?
Can you please explain me how to do testing of an E-insurance project end to end process..
uses of checklist
Any one send me sample question for multimedia testing with microsoft access database. I am having interview next week. Please post it or send me my personal e-mail. Thank You
WHAT IS OBJECT REPOSITORY? AND IT TYPES? HOW MANY TYPES OF ACTIONS ARE THERE IN QTP? CAN WE ADD NEW OBJECTS AND PROPERTIES INTO SHARED OBJECT REPOSITORY?
Why it is recommended to add verification checks to your all your scenarios?
Name three reasons why the tester may choose to record in Context Sensitive mode.
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
what is Test management fundamental?
i want manual and automation test cases and interview questions
what r the 5 major defects that u found in ur shopping related project?
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; }