Hi can anyone Explain smoke testing with real time examples
Answers were Sorted based on User's Feedback
Smoke testing is like checking for the blocker in the application,this is done in for major functionality of the application for example if we are not able to login then we are not perform further testing in the application.
sometimes smoke testing also known as build acceptance testing,becoz if the basic functionality of the application is fail den we are not perform further testing on the application
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / santhi
when we get a new build, to continue testing on the new build, first testers need to check if the build is stable, the basic functionalities added in this build are working etc..and is called sanity/smoke testing.If the newly added functionalities are working and the build is stable, tester can accept the build and can go for thorough testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohit goel
Smoke Testing is end to end testing of a product.
For eg. when we received a new build we have to do smoke testing first so that we can see all the functionality is working fine or not.
| Is This Answer Correct ? | 1 Yes | 9 No |
On what basis you are fixing up the time for project completion?
What is a traceability matrix, and what is the purpose of it?
what is suspension criteria in your test paln and explain one suspension criteria in your test paln,... pls give one real time example
test plan for atm machine in detail step-wise.
What would you do if you were asked to test a system which is unfamiliar to you has out-of-date or inadequate documentation?
What is kick-off meeting? Why is it optional?
What incremental integration testing?
What are all the scenario for 1.google analytics 2.api 3.paypal
what is integration testing technique(like topdown,bottomup and hybrid)explain me friends
What are the qualites should tester have?
7 Answers CTS, Minecode, Wipro,
What are the different types of doccuments we can use in mannual testing?
what is cyclomatic complexity and what is the formula used for it