What is the exact diff between sanity and smoke test and who will do in real time?
Answers were Sorted based on User's Feedback
Answer / sahil mahajan
Smoke Testing : In smoke testing we will the major
functionality of the application to ensure that the
application is OK for further testing. It is a wide testing
to cover all the major functionality but not in depth.
Suppose we are checking a login window and we need a user id
and a password to login that window and after entering a
correct user id and password it will show a new information
page otherwise it will show error message by entering a
wrong user id and a password. Here I am pointing out that,
in case of password we need not to check with mix of
numerical and alpha-numerical values to find an error / bug,
we just need to enter a one password value to get error and
a one password to get next page.
Sanity Testing: In sanity testing, it depends upon our
project lead who will inform us to do a sanity testing or a
regression testing because both types of testing performs
if there is any kind of change / modification in a build.
Now I will come to exact point if we will perform sanity
testing then we need to test the modified / change build
only but it will like a deep kind of testing on modified
build. Example if there is any modification in login page
then we will test the login page only not the other pages
which will show after login...
Thanks,
Correct me if I am wrong
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mbalakiran
Smoke Testing: When the build is ready in develop environment to deploy into Testing environment before that To verify the Basic and major functionality of the application is known as smoke testing.
Sanity testing: After that, the build is successfully deployed in test environment, tester will test the application, is this application is testable or not with basic and major functionality of application with collecting some major test cases from test case document and verify the application that is called Test Suit is known as Sanity Testing.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / bhavanid7@gmail.com
sanity testing:-Validating the major functionolities of the
application by the testing team in testing environment
smoke testing:-Validating the major functionolities of the
application by the development team in development environment
In real time both are same.In some projects we are calling
sanity testing& in in some projects we can called smoke testing
| Is This Answer Correct ? | 5 Yes | 12 No |
What’s the difference between verification and validation in testing?
Hello, I am interested to make a career in software testing. I am searching for a recommended book in manual Testing tools Please advise recommended books which is a good text book for learning software testing.
What is release candidate
In an application where there is no need of regession testing and retesting?
1. Regression& Retesting 2. What is usability testing? 3. Functionality testing 4. On what basis you will write the test cases 5. do you written the test scripts also 6. where do you store the test cases 7. where do you execute the test cases. 8. Do you prepare the requirements.
What is mean by Defect Metrics? Write some defect metrics?
how can u do regression testing tell me procedure?
Recently igot job,Please,help me,Can u explain the real time process of manual Testing from starting.Please don't mind.
Difference b/w test case and scenarios.
Hi, Can any one tel me what is meant by adhoc testing
WHAT R THE TYPES OF TESTING U KNOW AND U EXPERIENCED?
When should you begin test planning?