what is the difference beween dry run testing and smoke
testing?
Answers were Sorted based on User's Feedback
Answer / ganesh
A dry run is a testing process where the effects of a
possible failure are intentionally mitigated. For example,
an aerospace company may conduct a "dry run" of a takeoff
using a new aircraft on a runway before the first test
flight.
Smoke testing is a term used in plumbing, woodwind repair,
electronics, computer software development, infectious
disease control, and the entertainment industry. It refers
to the first test made after repairs or first assembly to
provide some assurance that the system under test will not
catastrophically fail. After a smoke test proves that "the
pipes will not leak, the keys seal properly, the circuit
will not burn, or the software will not crash outright,"
the assembly is ready for more stressful testing.
| Is This Answer Correct ? | 19 Yes | 7 No |
Answer / srivatsan iyengar
Dry run Testing And Smoke testing Both done to ensure that
Product is ready for the upcoming phase.
Dry Run is done by the developer its kind of a white box
testing where developer ensures that when the build is given
for testing it wont get rejected by the QA team due to some
blocker defects.
Smoke test is done to ensure that the received build is
testable ie no blocker defect will be found during test.
Dry Run is done on developer side and smoke is done on
tester side.
in the end of testing a full dry run is been runned by
developer and tester runs a full regression
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / neha
A dry run is a testing process where the effects of a
possible failure are intentionally mitigated. For example,
an aerospace company may conduct a "dry run" of a takeoff
using a new aircraft on a runway before the first test
flight.
| Is This Answer Correct ? | 15 Yes | 13 No |
Whenever developer will recieved the defect from the tester,then he will go thru the defect whether it is acceptable or not?for that he will execute that application again,while executing if he did not found any such type of defect(what we are rise the defect above),then he will send that defect to the corresponding tester with status of 'reject',as a tester what we can do?(here writing the reproduce steps and attached screen shots has been done by tester while sending the defect to the developer, no need to send reproduced steps and screen shots again)
Explain a sample testing cycle?
Hi, I got an offer with maveric systems and I have around 3.5 years of work experience. But inspite of that they are asking to sign a bond for 2 years and to pledge all the original certificates for that bond. Can anybody please advice me whether its a good company or not?
what is agile testing?
What is the difference between white box, black box, and gray box testing?
how to schedule the time in stlc ?
can u explain about iteration model? And what is it?
which bug report format ur company following
Can you please tell me what to test in a web based application? And i need to do usability testing and functionality testing for the same (web based application. So please tell me how and what to check the functionality and usability of the web based application?
Testing will produce Bug Free Product 1 - Yes 2 - Sometime 3 - No 4 - None of above
What different impact rating’s you have used in your project?
How do you test if you have minimal or no documentatioabout the product? How do you decide when you have tested enough? How do you determine what to test?