{"id":17520,"date":"2017-12-01T08:35:34","date_gmt":"2017-12-01T06:35:34","guid":{"rendered":"https:\/\/qablog.co.il\/sanity-vs-smoke-testing\/"},"modified":"2024-10-30T17:46:12","modified_gmt":"2024-10-30T15:46:12","slug":"sanity-vs-smoke-testing","status":"publish","type":"post","link":"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/","title":{"rendered":"Sanity &#038; Smoke Testing"},"content":{"rendered":"<h3 dir=\"ltr\">Sanity Testing<\/h3>\n<p dir=\"ltr\">After bug fixes, sanity tests should be conducted to quickly verify that everything is functioning correctly and that the fix did not introduce new bugs. In fact, sanity tests are part of Regression Testing, where only the aspects related to the fix are checked quickly before Retesting and Regression testing.<\/p>\n<h3 dir=\"ltr\">Smoke Testing<\/h3>\n<p dir=\"ltr\">After building the Build, small tests are conducted before running a set of Functional Tests, which saves time and money. For Smoke Tests, critical test cases are selected that impact the functionality of the system.<\/p>\n<h3 dir=\"ltr\">In summary:<\/h3>\n<ul dir=\"ltr\">\n<li><strong>Sanity<\/strong> checks: They quickly verify only the areas related to fixes or development.<\/li>\n<li><strong>Smoke<\/strong> tests: After deploying a new version to the testing environment, they check the entire system (regardless of fixes or new development), but perform quick and critical tests.<\/li>\n<\/ul>\n<p dir=\"ltr\"><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-2245\" src=\"https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd.jpg\" alt=\"\" width=\"488\" height=\"193\" srcset=\"https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd.jpg 977w, https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd-200x79.jpg 200w, https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd-350x138.jpg 350w, https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd-300x119.jpg 300w, https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd-768x303.jpg 768w\" sizes=\"(max-width: 488px) 100vw, 488px\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sanity Testing After bug fixes, sanity tests should be conducted to quickly verify that everything is functioning correctly and that the fix did not introduce new bugs. In fact, sanity tests are part of Regression Testing, where only the aspects related to the fix are checked quickly before Retesting and Regression testing. Smoke Testing After&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[419],"tags":[],"class_list":["post-17520","post","type-post","status-publish","format-standard","hentry","category-qa-manual-en","category-419","description-off"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Sanity &amp; Smoke Testing<\/title>\n<meta name=\"description\" content=\"After bug fixes, sanity tests should be performed to quickly check if everything is working as it should and to ensure that the bug fixes haven&#039;t caused new issues in the system.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sanity &amp; Smoke Testing\" \/>\n<meta property=\"og:description\" content=\"After bug fixes, sanity tests should be performed to quickly check if everything is working as it should and to ensure that the bug fixes haven&#039;t caused new issues in the system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05ea\u05d5\u05db\u05e0\u05d4 -QA\" \/>\n<meta property=\"article:published_time\" content=\"2017-12-01T06:35:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-30T15:46:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"977\" \/>\n\t<meta property=\"og:image:height\" content=\"386\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"\u05d5\u05d5\u05dc\u05e3\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u05d5\u05d5\u05dc\u05e3\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/\",\"url\":\"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/\",\"name\":\"Sanity & Smoke Testing\",\"isPartOf\":{\"@id\":\"https:\/\/qablog.co.il\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd.jpg\",\"datePublished\":\"2017-12-01T06:35:34+00:00\",\"dateModified\":\"2024-10-30T15:46:12+00:00\",\"author\":{\"@id\":\"https:\/\/qablog.co.il\/#\/schema\/person\/b185848ad001eaea3ce30035015f53bb\"},\"description\":\"After bug fixes, sanity tests should be performed to quickly check if everything is working as it should and to ensure that the bug fixes haven't caused new issues in the system.\",\"breadcrumb\":{\"@id\":\"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/#primaryimage\",\"url\":\"https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd.jpg\",\"contentUrl\":\"https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/qablog.co.il\/?lang=en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sanity &#038; Smoke Testing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/qablog.co.il\/#website\",\"url\":\"https:\/\/qablog.co.il\/\",\"name\":\"\u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05ea\u05d5\u05db\u05e0\u05d4 -QA\",\"description\":\"\u05d0\u05dd \u05d0\u05ea\u05dd \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05dc\u05de\u05d5\u05d3 \u05e7\u05d5\u05e8\u05e1 \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05ea\u05d5\u05db\u05e0\u05d4 \u2013 QA \u05d9\u05d3\u05e0\u05d9\u05d5\u05ea \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df, \u05d0\u05d6 \u05d6\u05d4 \u05d4\u05d0\u05ea\u05e8 \u05e9\u05d7\u05d9\u05e4\u05e9\u05ea\u05dd.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/qablog.co.il\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/qablog.co.il\/#\/schema\/person\/b185848ad001eaea3ce30035015f53bb\",\"name\":\"\u05d5\u05d5\u05dc\u05e3\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/qablog.co.il\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3798a0b98cf1bd37db31672d722f9d5a8a8a2d304c60d4cdd2bbcb68009581d9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3798a0b98cf1bd37db31672d722f9d5a8a8a2d304c60d4cdd2bbcb68009581d9?s=96&d=mm&r=g\",\"caption\":\"\u05d5\u05d5\u05dc\u05e3\"},\"url\":\"https:\/\/qablog.co.il\/en\/author\/shalomrap\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sanity & Smoke Testing","description":"After bug fixes, sanity tests should be performed to quickly check if everything is working as it should and to ensure that the bug fixes haven't caused new issues in the system.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/","og_locale":"en_US","og_type":"article","og_title":"Sanity & Smoke Testing","og_description":"After bug fixes, sanity tests should be performed to quickly check if everything is working as it should and to ensure that the bug fixes haven't caused new issues in the system.","og_url":"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/","og_site_name":"\u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05ea\u05d5\u05db\u05e0\u05d4 -QA","article_published_time":"2017-12-01T06:35:34+00:00","article_modified_time":"2024-10-30T15:46:12+00:00","og_image":[{"width":977,"height":386,"url":"https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd.jpg","type":"image\/jpeg"}],"author":"\u05d5\u05d5\u05dc\u05e3","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u05d5\u05d5\u05dc\u05e3","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/","url":"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/","name":"Sanity & Smoke Testing","isPartOf":{"@id":"https:\/\/qablog.co.il\/#website"},"primaryImageOfPage":{"@id":"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/#primaryimage"},"image":{"@id":"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd.jpg","datePublished":"2017-12-01T06:35:34+00:00","dateModified":"2024-10-30T15:46:12+00:00","author":{"@id":"https:\/\/qablog.co.il\/#\/schema\/person\/b185848ad001eaea3ce30035015f53bb"},"description":"After bug fixes, sanity tests should be performed to quickly check if everything is working as it should and to ensure that the bug fixes haven't caused new issues in the system.","breadcrumb":{"@id":"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/#primaryimage","url":"https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd.jpg","contentUrl":"https:\/\/qablog.co.il\/wp-content\/uploads\/2017\/12\/buileedd.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/qablog.co.il\/en\/sanity-vs-smoke-testing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/qablog.co.il\/?lang=en"},{"@type":"ListItem","position":2,"name":"Sanity &#038; Smoke Testing"}]},{"@type":"WebSite","@id":"https:\/\/qablog.co.il\/#website","url":"https:\/\/qablog.co.il\/","name":"\u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05ea\u05d5\u05db\u05e0\u05d4 -QA","description":"\u05d0\u05dd \u05d0\u05ea\u05dd \u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05dc\u05de\u05d5\u05d3 \u05e7\u05d5\u05e8\u05e1 \u05d1\u05d3\u05d9\u05e7\u05d5\u05ea \u05ea\u05d5\u05db\u05e0\u05d4 \u2013 QA \u05d9\u05d3\u05e0\u05d9\u05d5\u05ea \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df, \u05d0\u05d6 \u05d6\u05d4 \u05d4\u05d0\u05ea\u05e8 \u05e9\u05d7\u05d9\u05e4\u05e9\u05ea\u05dd.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/qablog.co.il\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/qablog.co.il\/#\/schema\/person\/b185848ad001eaea3ce30035015f53bb","name":"\u05d5\u05d5\u05dc\u05e3","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/qablog.co.il\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3798a0b98cf1bd37db31672d722f9d5a8a8a2d304c60d4cdd2bbcb68009581d9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3798a0b98cf1bd37db31672d722f9d5a8a8a2d304c60d4cdd2bbcb68009581d9?s=96&d=mm&r=g","caption":"\u05d5\u05d5\u05dc\u05e3"},"url":"https:\/\/qablog.co.il\/en\/author\/shalomrap\/"}]}},"_links":{"self":[{"href":"https:\/\/qablog.co.il\/en\/wp-json\/wp\/v2\/posts\/17520","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qablog.co.il\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qablog.co.il\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qablog.co.il\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qablog.co.il\/en\/wp-json\/wp\/v2\/comments?post=17520"}],"version-history":[{"count":7,"href":"https:\/\/qablog.co.il\/en\/wp-json\/wp\/v2\/posts\/17520\/revisions"}],"predecessor-version":[{"id":17569,"href":"https:\/\/qablog.co.il\/en\/wp-json\/wp\/v2\/posts\/17520\/revisions\/17569"}],"wp:attachment":[{"href":"https:\/\/qablog.co.il\/en\/wp-json\/wp\/v2\/media?parent=17520"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qablog.co.il\/en\/wp-json\/wp\/v2\/categories?post=17520"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qablog.co.il\/en\/wp-json\/wp\/v2\/tags?post=17520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}