{"id":1,"date":"2023-04-23T21:16:58","date_gmt":"2023-04-23T21:16:58","guid":{"rendered":"https:\/\/qorosec.com\/?p=1"},"modified":"2023-04-26T01:23:00","modified_gmt":"2023-04-26T01:23:00","slug":"ml-testing","status":"publish","type":"post","link":"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/","title":{"rendered":"Software Testing, Artificial Intelligence and Machine Learning Trends in 2023"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1\" class=\"elementor elementor-1\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-75f2db93 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"75f2db93\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1851b911\" data-id=\"1851b911\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1677fed1 elementor-widget elementor-widget-text-editor\" data-id=\"1677fed1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><\/p>\n<h4>Machine Learning Changing Software Testing<\/h4>\n<p><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0db02f4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0db02f4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d59795\" data-id=\"6d59795\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c2fde4 elementor-widget elementor-widget-text-editor\" data-id=\"3c2fde4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"margin-top: 24px; margin-bottom: 0px; font-size: 16px; line-height: 1.5rem; font-weight: 400; color: rgb(34, 34, 34); text-rendering: optimizelegibility; font-feature-settings: &quot;kern&quot;; font-kerning: normal; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI Variable&quot;, &quot;Segoe UI&quot;, system-ui, ui-sans-serif, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-style: normal;\">One of the first ways we&#8217;ve seen machine learning (ML) being used in testing is to make the current automated tests more resilient and brittle. One of the Achilles heels of software testing, mainly when you are testing entire applications and user interfaces rather than discrete modules (called unit testing), is maintenance. Software applications are constantly changing as users want additional features or business processes to be updated; however, these changes will cause automated tests to no longer work correctly.<\/p><p style=\"margin-top: 24px; margin-bottom: 0px; font-size: 16px; line-height: 1.5rem; font-weight: 400; color: rgb(34, 34, 34); text-rendering: optimizelegibility; font-feature-settings: &quot;kern&quot;; font-kerning: normal; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI Variable&quot;, &quot;Segoe UI&quot;, system-ui, ui-sans-serif, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-style: normal;\">For example, if that login button changes its position, shape, or location, it may break a previously recorded test. Even simple changes like the speed of page loading could fail an automated test. Ironically, humans are much more intuitive and better at testing than computers since we can look at an application and immediately see what button is in the wrong place and that something is not displayed correctly. This is, of course, because most applications are built for humans to use. The parts of software systems built for other computers to use (called APIs) are much easier to test using automation!<\/p><div style=\"margin: 0px; color: rgb(0, 0, 0); font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI Variable&quot;, &quot;Segoe UI&quot;, system-ui, ui-sans-serif, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;;\"><\/div><p style=\"margin-top: 24px; margin-bottom: 0px; font-size: 16px; line-height: 1.5rem; font-weight: 400; color: rgb(34, 34, 34); text-rendering: optimizelegibility; font-feature-settings: &quot;kern&quot;; font-kerning: normal; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI Variable&quot;, &quot;Segoe UI&quot;, system-ui, ui-sans-serif, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-style: normal;\">To get around these limitations, newer low-code software testing tools are using ML to have the tools scan the applications being tested in multiple ways and over multiple iterations so that they can learn what range of results is &#8220;correct&#8221; and what range of outcomes is &#8220;incorrect.&#8221; That means when a change to a system deviates slightly from what was initially recorded, it will be able to automatically determine if that deviation was expected (and the test passed) or unexpected (and the test failed). Of course, we are still in the early stages of these tools, and there has been more hype than substance. Still, as we enter 2023, we&#8217;re seeing actual use cases for ML in software testing, particularly for complex business applications and fast-changing cloud-native applications.<\/p><p style=\"margin-top: 24px; margin-bottom: 0px; font-size: 16px; line-height: 1.5rem; font-weight: 400; color: rgb(34, 34, 34); text-rendering: optimizelegibility; font-feature-settings: &quot;kern&quot;; font-kerning: normal; font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI Variable&quot;, &quot;Segoe UI&quot;, system-ui, ui-sans-serif, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-style: normal;\">One other extensive application for ML techniques will be on the analytics and reporting side of quality engineering. For example, a longstanding challenge in software testing is knowing where to focus testing resources and effort. The emerging discipline of &#8220;risk-based testing&#8221; aims to focus software testing activities on the areas of the system that contain the most risk. If you can use testing to reduce the overall aggregate risk exposure, you will have a quantitative way to allocate resources. One of the ways to measure risk is to look at the probability and impact of specific events and then use prior data to understand how significant these values are for each part of the system. Then you can target your testing to these areas. This is a near-perfect use case for ML. The models can analyze previous development, testing, and release activities to learn where defects have been found, code has been changed, and problems have historically occurred.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Machine Learning Changing Software Testing One of the first ways we&#8217;ve seen machine learning (ML) being used in testing is to make the current automated tests more resilient and brittle. One of the Achilles heels of software testing, mainly when you are testing entire applications and user interfaces rather than discrete modules (called unit testing), &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/\"> <span class=\"screen-reader-text\">Software Testing, Artificial Intelligence and Machine Learning Trends in 2023<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-1","post","type-post","status-publish","format-standard","hentry","category-testing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Software Testing, Artificial Intelligence and Machine Learning Trends in 2023 - Qorosec - Software Testing<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Software Testing, Artificial Intelligence and Machine Learning Trends in 2023 - Qorosec - Software Testing\" \/>\n<meta property=\"og:description\" content=\"Machine Learning Changing Software Testing One of the first ways we&#8217;ve seen machine learning (ML) being used in testing is to make the current automated tests more resilient and brittle. One of the Achilles heels of software testing, mainly when you are testing entire applications and user interfaces rather than discrete modules (called unit testing), &hellip; Software Testing, Artificial Intelligence and Machine Learning Trends in 2023 Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/\" \/>\n<meta property=\"og:site_name\" content=\"Qorosec - Software Testing\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-23T21:16:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-26T01:23:00+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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:\\\/\\\/qorosec.com\\\/index.php\\\/2023\\\/04\\\/23\\\/ml-testing\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/qorosec.com\\\/index.php\\\/2023\\\/04\\\/23\\\/ml-testing\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/qorosec.com\\\/#\\\/schema\\\/person\\\/6e2825b913dd2659ac260a33a47dc85b\"},\"headline\":\"Software Testing, Artificial Intelligence and Machine Learning Trends in 2023\",\"datePublished\":\"2023-04-23T21:16:58+00:00\",\"dateModified\":\"2023-04-26T01:23:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/qorosec.com\\\/index.php\\\/2023\\\/04\\\/23\\\/ml-testing\\\/\"},\"wordCount\":483,\"publisher\":{\"@id\":\"https:\\\/\\\/qorosec.com\\\/#organization\"},\"articleSection\":[\"Testing\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/qorosec.com\\\/index.php\\\/2023\\\/04\\\/23\\\/ml-testing\\\/\",\"url\":\"https:\\\/\\\/qorosec.com\\\/index.php\\\/2023\\\/04\\\/23\\\/ml-testing\\\/\",\"name\":\"Software Testing, Artificial Intelligence and Machine Learning Trends in 2023 - Qorosec - Software Testing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/qorosec.com\\\/#website\"},\"datePublished\":\"2023-04-23T21:16:58+00:00\",\"dateModified\":\"2023-04-26T01:23:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/qorosec.com\\\/index.php\\\/2023\\\/04\\\/23\\\/ml-testing\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/qorosec.com\\\/index.php\\\/2023\\\/04\\\/23\\\/ml-testing\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/qorosec.com\\\/index.php\\\/2023\\\/04\\\/23\\\/ml-testing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/qorosec.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Software Testing, Artificial Intelligence and Machine Learning Trends in 2023\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/qorosec.com\\\/#website\",\"url\":\"https:\\\/\\\/qorosec.com\\\/\",\"name\":\"Qorosec - Software Testing\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/qorosec.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/qorosec.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/qorosec.com\\\/#organization\",\"name\":\"Qorosec - Software Testing\",\"url\":\"https:\\\/\\\/qorosec.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/qorosec.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/qorosec.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/qorosec-8.png\",\"contentUrl\":\"https:\\\/\\\/qorosec.com\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/qorosec-8.png\",\"width\":499,\"height\":103,\"caption\":\"Qorosec - Software Testing\"},\"image\":{\"@id\":\"https:\\\/\\\/qorosec.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/qorosec.com\\\/#\\\/schema\\\/person\\\/6e2825b913dd2659ac260a33a47dc85b\",\"name\":\"admin\",\"sameAs\":[\"https:\\\/\\\/qorosec.com\"],\"url\":\"https:\\\/\\\/qorosec.com\\\/index.php\\\/author\\\/admin_oudm714c\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Software Testing, Artificial Intelligence and Machine Learning Trends in 2023 - Qorosec - Software Testing","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:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/","og_locale":"en_US","og_type":"article","og_title":"Software Testing, Artificial Intelligence and Machine Learning Trends in 2023 - Qorosec - Software Testing","og_description":"Machine Learning Changing Software Testing One of the first ways we&#8217;ve seen machine learning (ML) being used in testing is to make the current automated tests more resilient and brittle. One of the Achilles heels of software testing, mainly when you are testing entire applications and user interfaces rather than discrete modules (called unit testing), &hellip; Software Testing, Artificial Intelligence and Machine Learning Trends in 2023 Read More &raquo;","og_url":"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/","og_site_name":"Qorosec - Software Testing","article_published_time":"2023-04-23T21:16:58+00:00","article_modified_time":"2023-04-26T01:23:00+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/#article","isPartOf":{"@id":"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/"},"author":{"name":"admin","@id":"https:\/\/qorosec.com\/#\/schema\/person\/6e2825b913dd2659ac260a33a47dc85b"},"headline":"Software Testing, Artificial Intelligence and Machine Learning Trends in 2023","datePublished":"2023-04-23T21:16:58+00:00","dateModified":"2023-04-26T01:23:00+00:00","mainEntityOfPage":{"@id":"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/"},"wordCount":483,"publisher":{"@id":"https:\/\/qorosec.com\/#organization"},"articleSection":["Testing"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/","url":"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/","name":"Software Testing, Artificial Intelligence and Machine Learning Trends in 2023 - Qorosec - Software Testing","isPartOf":{"@id":"https:\/\/qorosec.com\/#website"},"datePublished":"2023-04-23T21:16:58+00:00","dateModified":"2023-04-26T01:23:00+00:00","breadcrumb":{"@id":"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/qorosec.com\/index.php\/2023\/04\/23\/ml-testing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/qorosec.com\/"},{"@type":"ListItem","position":2,"name":"Software Testing, Artificial Intelligence and Machine Learning Trends in 2023"}]},{"@type":"WebSite","@id":"https:\/\/qorosec.com\/#website","url":"https:\/\/qorosec.com\/","name":"Qorosec - Software Testing","description":"","publisher":{"@id":"https:\/\/qorosec.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/qorosec.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/qorosec.com\/#organization","name":"Qorosec - Software Testing","url":"https:\/\/qorosec.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/qorosec.com\/#\/schema\/logo\/image\/","url":"https:\/\/qorosec.com\/wp-content\/uploads\/2023\/04\/qorosec-8.png","contentUrl":"https:\/\/qorosec.com\/wp-content\/uploads\/2023\/04\/qorosec-8.png","width":499,"height":103,"caption":"Qorosec - Software Testing"},"image":{"@id":"https:\/\/qorosec.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/qorosec.com\/#\/schema\/person\/6e2825b913dd2659ac260a33a47dc85b","name":"admin","sameAs":["https:\/\/qorosec.com"],"url":"https:\/\/qorosec.com\/index.php\/author\/admin_oudm714c\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/qorosec.com\/index.php\/wp-json\/wp\/v2\/posts\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qorosec.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qorosec.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qorosec.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qorosec.com\/index.php\/wp-json\/wp\/v2\/comments?post=1"}],"version-history":[{"count":10,"href":"https:\/\/qorosec.com\/index.php\/wp-json\/wp\/v2\/posts\/1\/revisions"}],"predecessor-version":[{"id":1782,"href":"https:\/\/qorosec.com\/index.php\/wp-json\/wp\/v2\/posts\/1\/revisions\/1782"}],"wp:attachment":[{"href":"https:\/\/qorosec.com\/index.php\/wp-json\/wp\/v2\/media?parent=1"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qorosec.com\/index.php\/wp-json\/wp\/v2\/categories?post=1"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qorosec.com\/index.php\/wp-json\/wp\/v2\/tags?post=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}