{"id":2391,"date":"2022-10-21T15:50:12","date_gmt":"2022-10-21T13:50:12","guid":{"rendered":"https:\/\/citech.fr\/what-is-test-automation\/"},"modified":"2022-10-21T16:10:39","modified_gmt":"2022-10-21T14:10:39","slug":"test-automation","status":"publish","type":"post","link":"https:\/\/citech.fr\/en\/test-automation\/","title":{"rendered":"What is test automation ?"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-2376 alignleft\" src=\"https:\/\/citech.fr\/wp-content\/uploads\/2022\/10\/iStock-1134031847-300x200.jpg\" alt=\"\" width=\"333\" height=\"222\" srcset=\"https:\/\/citech.fr\/wp-content\/uploads\/2022\/10\/iStock-1134031847-300x200.jpg 300w, https:\/\/citech.fr\/wp-content\/uploads\/2022\/10\/iStock-1134031847-1024x683.jpg 1024w, https:\/\/citech.fr\/wp-content\/uploads\/2022\/10\/iStock-1134031847-768x512.jpg 768w, https:\/\/citech.fr\/wp-content\/uploads\/2022\/10\/iStock-1134031847-618x412.jpg 618w, https:\/\/citech.fr\/wp-content\/uploads\/2022\/10\/iStock-1134031847.jpg 1254w\" sizes=\"auto, (max-width: 333px) 100vw, 333px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>This is the practice of <strong>automatically reviewing and validating software<\/strong>, such as a web or mobile app. Automated testing ensures that the software meets previously defined quality standards for code style, functionality and user experience.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>When only manual testing was done, software companies employed a full-time team of QA testers. This team developed a series of \"test plans\" that ensured the proper behavior of the project. In order to verify this series, the QA testers manually executed the checklists as soon as a new update was released. This process was therefore quite slow, costly and often a source of errors.<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>What benefits ?<\/strong><\/h2>\n<p>Test automation is a <strong>major advance<\/strong>. These tests are now owned by an engineering team. Test plans are developed in parallel with the regular development of features on the roadmap, and then automatically executed by the software's continuous integration tools. The QA team is thus reduced and can concentrate on more specialized and sensitive functionalities.<\/p>\n<p>Lower costs, better reliability and more speed. Automated tests have many advantages !<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>The different levels of tests that can be automated :<\/strong><\/h2>\n<p><strong><em>End-to-end testing :<\/em><\/strong><\/p>\n<p>These are the most useful tests to implement. Indeed, they <strong>simulate the experience of a user<\/strong> on a software product. These tests provide assurance that \"real\" users can enjoy a smooth and bug-free user experience. These tests can be very costly if used improperly, so their use must be carefully considered beforehand.<\/p>\n<p><strong><em>Unit tests :<\/em><\/strong><\/p>\n<p>These tests <strong>verify individual units of code<\/strong>. We measure these units in function definition. Unit tests are used to verify that the expected input and output match. For example, unit tests are best used when the code contains sensitive calculations. These tests are inexpensive, easy to implement and offer a high return on investment.<\/p>\n<p><strong><em>Integration tests :<\/em><\/strong><\/p>\n<p>Often, units of code include code belonging to a third-party service. Since the primary code is not directly linked to the third-party service, testers will not have access to it. The integration tests therefore consist of <strong>simulating the link between the primary code and these dependencies<\/strong> so that the connection takes place.<\/p>\n<p>Integration tests and unit tests are quite similar both in their writing and in the tools involved. However, the return on investment is not always very high with this type of testing.<\/p>\n<p><strong><em>Performance testing :<\/em><\/strong><\/p>\n<p>In the context of testing, performance refers to the speed and responsiveness of a software project. These tests create situations for practical cases. For example : \"page load speed\" can be a chosen metric. Automated performance tests <strong>therefore execute test cases<\/strong> on the selected metrics and <strong>send alerts<\/strong> to the team in case of anomalies (regression or speed loss).<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>Which tools for test automation ?<\/strong><\/h2>\n<p>Among the different tools allowing to automate tests we can find, to mention only them : Selenium, Ranorex or Cucumber.<\/p>\n<p>&nbsp;<\/p>\n<p>At Citech we accompany you on similar subjects. If you have a specific need, check our <a href=\"https:\/\/citech.fr\/en\/our-offers\/technical-assistance\/\">technical assistance<\/a> offer !<\/p>\n<p>&nbsp;<\/p>\n<h6><em>Editing : Toufik Ourzik &amp; Sophie Berbey.<\/em><\/h6>\n<p>&nbsp;<\/p>\n<p><em>Here is a <a href=\"https:\/\/www.atlassian.com\/fr\/devops\/devops-tools\/test-automation\">link<\/a> to another article on the same subject.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; This is the practice of automatically reviewing and validating software, such as a web or mobile app. Automated testing ensures that the software meets previously defined quality standards for code style, functionality and user experience. &nbsp; &nbsp; &nbsp; When<\/p>\n","protected":false},"author":9,"featured_media":2377,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[39],"tags":[],"class_list":["post-2391","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technical-assistance"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is test automation ?<\/title>\n<meta name=\"description\" content=\"Test automation is a major advance for engineering teams, but what is it ? Discover it in our article !\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/citech.fr\/en\/test-automation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is test automation ?\" \/>\n<meta property=\"og:description\" content=\"Test automation is a major advance for engineering teams, but what is it ? Discover it in our article !\" \/>\n<meta property=\"og:url\" content=\"https:\/\/citech.fr\/en\/test-automation\/\" \/>\n<meta property=\"og:site_name\" content=\"Citech\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-21T13:50:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-21T14:10:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/citech.fr\/wp-content\/uploads\/2022\/10\/iStock-1134031847.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1254\" \/>\n\t<meta property=\"og:image:height\" content=\"836\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Quentin Jobard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Quentin Jobard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/citech.fr\/en\/test-automation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/citech.fr\/en\/test-automation\/\"},\"author\":{\"name\":\"Quentin Jobard\",\"@id\":\"https:\/\/citech.fr\/en\/#\/schema\/person\/e0b0b3f2515040529d92656c0de23db9\"},\"headline\":\"What is test automation ?\",\"datePublished\":\"2022-10-21T13:50:12+00:00\",\"dateModified\":\"2022-10-21T14:10:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/citech.fr\/en\/test-automation\/\"},\"wordCount\":508,\"publisher\":{\"@id\":\"https:\/\/citech.fr\/en\/#organization\"},\"articleSection\":[\"Technical assistance\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/citech.fr\/en\/test-automation\/\",\"url\":\"https:\/\/citech.fr\/en\/test-automation\/\",\"name\":\"What is test automation ?\",\"isPartOf\":{\"@id\":\"https:\/\/citech.fr\/en\/#website\"},\"datePublished\":\"2022-10-21T13:50:12+00:00\",\"dateModified\":\"2022-10-21T14:10:39+00:00\",\"description\":\"Test automation is a major advance for engineering teams, but what is it ? Discover it in our article !\",\"breadcrumb\":{\"@id\":\"https:\/\/citech.fr\/en\/test-automation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/citech.fr\/en\/test-automation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/citech.fr\/en\/test-automation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/citech.fr\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is test automation ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/citech.fr\/en\/#website\",\"url\":\"https:\/\/citech.fr\/en\/\",\"name\":\"Citech\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/citech.fr\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/citech.fr\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/citech.fr\/en\/#organization\",\"name\":\"Citech\",\"url\":\"https:\/\/citech.fr\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/citech.fr\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/citech.fr\/wp-content\/uploads\/2022\/04\/Logo-Citech-Rond-_84x84.jpg\",\"contentUrl\":\"https:\/\/citech.fr\/wp-content\/uploads\/2022\/04\/Logo-Citech-Rond-_84x84.jpg\",\"width\":84,\"height\":85,\"caption\":\"Citech\"},\"image\":{\"@id\":\"https:\/\/citech.fr\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/citech.fr\/en\/#\/schema\/person\/e0b0b3f2515040529d92656c0de23db9\",\"name\":\"Quentin Jobard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/citech.fr\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d78a610f3750d9b577b61e335f8867f2ffb1e3d986809b5ae5a996ee165e6b9b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d78a610f3750d9b577b61e335f8867f2ffb1e3d986809b5ae5a996ee165e6b9b?s=96&d=mm&r=g\",\"caption\":\"Quentin Jobard\"},\"sameAs\":[\"https:\/\/citech.fr\"],\"url\":\"https:\/\/citech.fr\/en\/author\/quentin-jobard\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is test automation ?","description":"Test automation is a major advance for engineering teams, but what is it ? Discover it in our article !","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:\/\/citech.fr\/en\/test-automation\/","og_locale":"en_US","og_type":"article","og_title":"What is test automation ?","og_description":"Test automation is a major advance for engineering teams, but what is it ? Discover it in our article !","og_url":"https:\/\/citech.fr\/en\/test-automation\/","og_site_name":"Citech","article_published_time":"2022-10-21T13:50:12+00:00","article_modified_time":"2022-10-21T14:10:39+00:00","og_image":[{"width":1254,"height":836,"url":"https:\/\/citech.fr\/wp-content\/uploads\/2022\/10\/iStock-1134031847.jpg","type":"image\/jpeg"}],"author":"Quentin Jobard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Quentin Jobard","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/citech.fr\/en\/test-automation\/#article","isPartOf":{"@id":"https:\/\/citech.fr\/en\/test-automation\/"},"author":{"name":"Quentin Jobard","@id":"https:\/\/citech.fr\/en\/#\/schema\/person\/e0b0b3f2515040529d92656c0de23db9"},"headline":"What is test automation ?","datePublished":"2022-10-21T13:50:12+00:00","dateModified":"2022-10-21T14:10:39+00:00","mainEntityOfPage":{"@id":"https:\/\/citech.fr\/en\/test-automation\/"},"wordCount":508,"publisher":{"@id":"https:\/\/citech.fr\/en\/#organization"},"articleSection":["Technical assistance"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/citech.fr\/en\/test-automation\/","url":"https:\/\/citech.fr\/en\/test-automation\/","name":"What is test automation ?","isPartOf":{"@id":"https:\/\/citech.fr\/en\/#website"},"datePublished":"2022-10-21T13:50:12+00:00","dateModified":"2022-10-21T14:10:39+00:00","description":"Test automation is a major advance for engineering teams, but what is it ? Discover it in our article !","breadcrumb":{"@id":"https:\/\/citech.fr\/en\/test-automation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/citech.fr\/en\/test-automation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/citech.fr\/en\/test-automation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/citech.fr\/en\/"},{"@type":"ListItem","position":2,"name":"What is test automation ?"}]},{"@type":"WebSite","@id":"https:\/\/citech.fr\/en\/#website","url":"https:\/\/citech.fr\/en\/","name":"Citech","description":"","publisher":{"@id":"https:\/\/citech.fr\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/citech.fr\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/citech.fr\/en\/#organization","name":"Citech","url":"https:\/\/citech.fr\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/citech.fr\/en\/#\/schema\/logo\/image\/","url":"https:\/\/citech.fr\/wp-content\/uploads\/2022\/04\/Logo-Citech-Rond-_84x84.jpg","contentUrl":"https:\/\/citech.fr\/wp-content\/uploads\/2022\/04\/Logo-Citech-Rond-_84x84.jpg","width":84,"height":85,"caption":"Citech"},"image":{"@id":"https:\/\/citech.fr\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/citech.fr\/en\/#\/schema\/person\/e0b0b3f2515040529d92656c0de23db9","name":"Quentin Jobard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/citech.fr\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d78a610f3750d9b577b61e335f8867f2ffb1e3d986809b5ae5a996ee165e6b9b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d78a610f3750d9b577b61e335f8867f2ffb1e3d986809b5ae5a996ee165e6b9b?s=96&d=mm&r=g","caption":"Quentin Jobard"},"sameAs":["https:\/\/citech.fr"],"url":"https:\/\/citech.fr\/en\/author\/quentin-jobard\/"}]}},"_links":{"self":[{"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/posts\/2391","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/comments?post=2391"}],"version-history":[{"count":3,"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/posts\/2391\/revisions"}],"predecessor-version":[{"id":2395,"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/posts\/2391\/revisions\/2395"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/media\/2377"}],"wp:attachment":[{"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/media?parent=2391"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/categories?post=2391"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/citech.fr\/en\/wp-json\/wp\/v2\/tags?post=2391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}