on 2007 Sep 26 4:48 AM
Can anybody tell me what we test in smoke testing ??
Request clarification before answering.
Hi,
The term smoke testing describes the process of validating code changes before the changes are checked into the products source tree. After code reviews, smoke testing is the most cost effective method for identifying and fixing defects in software. Smoke tests are designed to confirm that changes in the code function as expected and do not destabilize an entire build.
>>Can anybody tell me what we test in smoke testing ??
We test the existing code after an modification/changes are done to enhance it.
Since because smoke testing focuses on changed code, you must work with the developer who wrote the code to perform the smoke test. You will have to understand:
1.What changed in the code. To understand the change, you will also have to understand the technology used; the developer can help explain it.
2.How the change affects the functionality.
3.How the change affects the interdependencies of various components.
Regards
San
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi kumar,
It verifies the major functionality at high level in order to determine if further testing is possible. The Smoke test scenarios should emphasize breadth more than depth. All components should be touched, and every major feature should be tested briefly. If test fails, the build is returned to developers un-tested.
Regards,
Naresh.K
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Palnati
refer these thread for Smoke Testing
<b>refer this pdf</b>
Thanks !!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
80 | |
12 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.