"Computer Science/Testing"에 해당되는 글 1건

  1. 2005/08/16 Smoke Testing

Smoke Testing

2005/08/16 16:46
스모크 테스팅...

소프트웨어 테스팅시 자세한 부분까지 일일이 테스팅하는 게 아니라,
중요한 부분들만 확인하는 테스팅으로,
매일 혹은 아주 자주 새로운 빌드를 만드는 환경에서 유효한 테스팅이다.
쉽게 말해, 연기가 나나 안나나 확인하는 테스팅으로, 연기가 난다면 불이 날 확률이 있는 거기 때문에 문제가 있다는 말씀.

Smoke Testing

Smoke testing is non-exhaustive software testing, ascertaining that the most crucial functions of a program work, but not bothering with finer details. The term comes to software testing from a similarly basic type of hardware testing, in which the device passed the test if it didn't catch fire the first time it was turned on. A daily build and smoke test is among industry best practices advocated by the IEEE (Institute of Electrical and Electronics Engineers).
The original version of smoke testing predates both hardware and software testing and is still used to test the integrity of a variety of systems by placing a smoke bomb inside some kind of a chamber to see if there are any leaks for the smoke to escape through.

Reference: http://search390.techtarget.com/sDefinition/0,,sid10_gci930076,00.html