smoke-testing

What is a sanity test/check

天涯浪子 提交于 2019-11-27 09:39:30
问题 What is it and why is it used/useful? 回答1: A sanity test isn't limited in any way to the context of programming or software engineering. A sanity test is just a casual term to mean that you're testing/confirming/validating something that should follow very clear and simple logic. It's asking someone else to confirm that you are not insane and that what seems to make sense to you also makes sense to them... or did you down way too many energy drinks in the last 4 hours to maintain sanity? If

What is a smoke testing and what will it do for me?

前提是你 提交于 2019-11-26 18:02:52
问题 I thought I understood that a smoke server was used for continous integration to measure the performance and test coverage of a project. Is this basically correct? What does it mean to smoke-test a program? Does it simply mean to continously apply the tests defined on the smoke server to be able to pinpoint performance degradation to a particular time frame? 回答1: Smoke testing is a set of basic cheap to run tests that precede actual testing. It aims to verify that the build is deployed