difference between sanity testing and smoke testing?
Answers were Sorted based on User's Feedback
Answer / priyanka agrawal
Smoke Testing: Software Testing done to ensure that whether
the build can be accepted for through software testing or
not. Basically, it is done to check the stability of the
build received for software testing.
Sanity testing: After receiving a build with minor changes
in the code or functionality, a subset of regression test
cases are executed that to check whether it rectified the
software bugs or issues and no other software bug is
introduced by the changes. Sometimes, when multiple cycles
of regression testing are executed, sanity testing of the
software can be done at later cycles after through
regression test cycles.
| Is This Answer Correct ? | 11 Yes | 2 No |
smoke testing
-------------
1.A smoke test is scripted--either using a written set of
tests or an automated test.
2.A Smoke test is designed to touch every part of the
application in a cursory way. It's is shallow and wide.
sanity testing
--------------
1.A sanity test is usually unscripted.
2.A Sanity test is used to determine a small section of the
application is still working after a minor change.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gangadhar mahabubabad
smoke testing; To test the mandatory functionalities of the new build because the build is eligible for the entire testing or not........
sanity testing ;To test the mandatory functionality and optional functionalities of the appln, because the build is eligible for UAT or not ........
| Is This Answer Correct ? | 1 Yes | 0 No |
1. Sanity Testing or Build Verification testing or Build
acceptance testing.
It is type of testing in which one will conducted overall
testing and the release the build in order to conform
whether the build is proper or not for conducting detil
testing.
To do the same one will check the following.
1.Whether the build can installed in to Environment proper
or not.
2.whether one can navigate to all the pages of the
application or not.
3.whether all the objects are available and properly
arranged or not.
4.whether the required connection are properly established
or not.
Smoke Testing :-
some compines this type of testing also called as smoke
testing but in some compines just before releasing the
build is proper or not that is known as smoke testing and
once the build is release the test Eng. will check whether
the build is proper or not . that is known as build
acceptance testing ,build verification testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / na
smoke testing
-------------
1.A smoke test is scripted--either using a written set of
tests or an automated test.
2.A Smoke test is designed to touch every part of the
application in a cursory way. It's is shallow and wide.
sanity testing
--------------
1.A sanity test is usually unscripted.
2.A Sanity test is used to determine a small section of the
application is still working after a minor change
| Is This Answer Correct ? | 0 Yes | 0 No |
smoke testing
-------------
1.A smoke test is scripted--either using a written set of
tests or an automated test.
2.A Smoke test is designed to touch every part of the
application in a cursory way. It's is shallow and wide.
sanity testing
--------------
1.A sanity test is usually unscripted.
2.A Sanity test is used to determine a small section of the
application is still working after a minor change.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to monitor test progress?
what is usability defect?Give one exapmle.
What is an inspection in software testing?
1. What is Test data? 2. What is Test Development? 3. What is Boundary value & Equilance Partition? 4. What is Compatability testing? 5. How do you know Prepared Test cases are Responsable testcases or not? 6. Give me a Tracebility matrix documet & Deffination? 7. What is Error, Defect, Bug? 8. What is Smoke testing, Monkey testing, Sanity testing? 9. What is defference b/w Functionality testing & Regression testing? Give me a Example? 10. In your exp which type of defects you identify? 11. Tell me a defects for load testing,Security testing? 11. What is defference b/w System testing & User acceptance testing? 12. How many test cases write per a day& for one project how many testcases write you? 13. A professor has introduce some cources in college How to write test case for this requirement? 14. Write a test case for ATM Meachane? 15. Which configuration tool you used in .Net Application & Java based Applications? 16. What is the difference b/w Client server & Web based Application? 17. What is two tier & three tier application?Give me a example? 18. What is the defference b/w Java & J2ee? 19. Which model life cycles you used for Development & Testing? 20. Explain Development & Testing life cycles? 21. How to connect data table from QTP? 22. How QTP recognize Dynamic objects? 22. Which Atomation Frame work can you invoved in QTP& Explain me? 23. How QTP Tool Identify objects? 24 What is the difference b/w Check point & Out put value in QTP? 25. When did you give High Priority & High Seviority High Priority & Low Seviority High Seviority &High Priority High Seviority & Low Seviority?
What are triggers and procedures?
only one tester & one developer ,the product is released to be today night.if you found a critical bug then wat u do
Assuming you're given the File->Print Page of MS Word to test,what test cases would you write to test the 'Number Of Copies' field(the max. Permissible value being 32767]?
difference between smoke and sanity testing? help me with the clear answer...
5 Answers Cap Gemini, Polaris,
What should be done after writing test cases?
Which are the standards for software test plans?
exactly what is the purpose of configuration mgt tool? also give some examples?
Wht is the Test Harness, Anybody can explain it in Detail..Thanks in advance...