S.T Ipm
S.T Ipm
** load testing
Load testing is a software testing technique used to examine the behavior of a
system under the normal and extreme expected load conditions. This testing is
generally performed under controlled laboratory conditions in order to distinguish
between two different systems. This is a type of non-functional testing
** smoke testing
A smoke test is reduced version of regression testing. Smoke testing is the initial
testing process exercised to check whether the software under test is ready for
further processing. The term smoke testing originated in the hardware industry.
After a part of hardware or a hardware component (For example: transformer) was
changed or repaired, the
equipment was simply powered-up. If there was no smoke, the component passed the
test
**SANDWICH APPROACH
This approach is also called as "Bi-directional integration testing". Sandwich
testing defines testing into two parts and follows both parts starting from both
ends, i.e., top down approach and bottom-up approach either simultaneously or one
after another. In top-down approach, testing can start only after the top-level
modules have been coded and unit tested. Similarly, bottom-up testing can start
only after the bottom
level modules are ready.