0
1.2kviews
What are sanity testing and smoke testing. Describe.
1 Answer
| written 6.8 years ago by |
Smoke Testing is a testing technique that is inspired from hardware testing, which checks for the smoke from the hardware components once the hardware's power is switched on.
i) In Software testing context, smoke testing refers to testing the basic functionality of the build.
ii) If the Test fails, build …