cancel
Showing results for 
Search instead for 
Did you mean: 

smoke testing

Former Member
0 Kudos
7,224

Can anybody tell me what we test in smoke testing ??

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

The term smoke testing describes the process of validating code changes before the changes are checked into the product’s 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

there is a Way.

Answers (3)

Answers (3)

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

ckeck this links below:

/people/andreas.seifried/blog/2007/08/30/how-to-use-the-test-environment-of-the-mdm-enrichment-controller

regards

sreeni

Former Member
0 Kudos

Hi Palnati

refer these thread for Smoke Testing

<b>refer this pdf</b>

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0477d70-5082-2910-e49a-e53ea6d4...

Thanks !!

vishal28
Newcomer
0 Kudos
Above link is not working