How smoke testing is done with example??
Answers were Sorted based on User's Feedback
Answer / jack
Smoke testing is the first testing done after getting the
build from the developers.It is the testing done to test the
basic functionalities befor proceding to the actual testing.
Is This Answer Correct ? | 29 Yes | 5 No |
Answer / ajisha
smoke testing is used to validate the build is ready for
testing or not. for examples the application is not opened,
login page failed
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / mudaseer
smoke testing is positive testing .when we get a build
we do smoke testing by default.for ex in gmail.com
enter valid username & password and check whether it is
going to inbox page.here we don't do negative testing.
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / ram.polavarapu
before deploy the build into the test environment the smoke
test is going to conduct...
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / chetan h.p
Here in smoke testing we test all the High level basic or critical scenarios. It might be Functional , Integration or System testing before full thorough testing of individual features or module takes place.
EX: As soon as we click on Compose Link in G Mail or yahoo etc its should go to compose page , if it does not go there is a critical Bug which has to be fixed for Further processes.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / syed viqar raza
Smoke testing is done on every cycle when new build is ready is come to the testing department to make sure that the build which they got has no major critical or blocker bugs, that prevent to test the build build.
Smoke testing is done in very high level, to make sure that the release can be deliver on time.
Excample, Assume to test the gmail.com before doing regression testing. The gmail.com has to perform smoke testing by seeing that every major module is present, if not it can be reported to the developer team to fix the bug as soon as possible.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rafi
let assume we have a one feature or module.
assume we have a user name and password and we login to
gmail,there we can't get the gmail inbox page.
so it is called as a critical bug.
so testing the critical feature of feature is called as
smoke
Is This Answer Correct ? | 7 Yes | 8 No |
How to calculate testing productivity?
What parameters are you testing for as a Systems Tester ?
How to overcome pesticide paradox?
How to derive test requirements from SRS?
hOw do we avoid logging duplicate bugs
If the bug is found by customer and he will put that bug in DTS , that bug is visible 1 - Dev Team 2 - Test Team 3 - B. A. Team 4 - 1 & 2
What is suspension & resumption criteria in Test Plan please explain with example ?
Explain Agile testing with example?
HI friends Can any body help me by sending me a SRS document in my email id:- subhasis.study@gmail.com.I want to write testcases by seeing that SRS, before attening any interview.So that i will gain more confidence.Without urs help its not possible.Plz send me.......
How do you detemine wat to be tested?
An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000 Can you please explain in brief, how to do equivalance class?
4 Answers ISTQB, Tech Mahindra,
we need to perform Soak Perf Test, Resilience Perf Test, Regression Perf Test.