{"id":58066,"date":"2024-10-21T12:08:16","date_gmt":"2024-10-21T16:08:16","guid":{"rendered":"https:\/\/app14743.cloudwayssites.com\/?p=58066"},"modified":"2026-03-11T15:01:49","modified_gmt":"2026-03-11T19:01:49","slug":"easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20","status":"publish","type":"post","link":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/","title":{"rendered":"Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20"},"content":{"rendered":"\n<p>Applitools knows that you know how crucial it is to deliver flawless user experiences without spending time managing unnecessary test failures or constant updates.&nbsp;<\/p>\n\n\n\n<p>The latest Applitools Eyes release introduces new features designed to make your visual testing more efficient and faster. These features will make it easier to manage your tests, reduce manual intervention, and improve your test coverage\u2013whether you&#8217;re part of a QA team, a developer, or a test engineer.\u00a0<\/p>\n\n\n\n<p>Let\u2019s dive into the top three features of Applitools Eyes 10.20.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-dynamic-match-level\"><strong>Dynamic Match Level <\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-smart-handling-of-variations\"><strong>Smart Handling of Variations<\/strong><\/h3>\n\n\n\n<p>With Applitools Eyes 10.20, managing visual test results just got easier thanks to the new dynamic match level. This feature allows users to specify certain patterns\u2014like dates, numbers, or email addresses\u2014that can change without triggering test failures. It identifies specific text patterns that commonly vary, such as timestamps or transaction IDs, and ignores them during test execution.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"603\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1-1024x603.png\" alt=\"Eyes 10.20 Dynamic Match Level\" class=\"wp-image-58254\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1-1024x603.png 1024w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1-300x177.png 300w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1-768x452.png 768w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png 1490w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>By default, the system provides patterns like dates, phone numbers, and currency values, but users can also create custom patterns using RegEx. This level of flexibility is especially beneficial for those of you dealing with extremely dynamic content, such as real-time stock market data or dynamic ad targeting, where some elements should not cause a test to fail.<\/p>\n\n\n\n<p><strong>Example Use Case:<\/strong> Insurance policy numbers often follow specific formats but vary between users or transactions. During visual testing, these dynamically generated numbers can trigger false positives. With the new dynamic match level, you can now ignore the variability in policy numbers while still validating the rest of the content and UI.<\/p>\n\n\n\n<p>For instance, a health insurance company has an online portal where customers can view their policies. Each policy is identified by a unique policy number formatted as \u201cPOL-XX-YYY\u201d where \u201cXX\u201d and \u201cYYY\u201d are randomly generated for each customer. Testing tools that cannot handle identifying content patterns would cause visual tests to fail unnecessarily every time the policy number changes. However, using Dynamic Match Level lets this health insurance company\u2019s visual testing ignore the \u201cPOL-XX-YYY\u201d format in tests ensuring the system validates only significant UI changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-dynamic-region-selection\"><strong>Dynamic Region Selection<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-precision-with-less-effort\"><strong>Precision with Less Effort<\/strong><\/h3>\n\n\n\n<p>In addition to manually drawing regions, visual validation can now be anchored directly to DOM elements. As the page content changes now, Applitools Eyes adapts the validation region, ensuring tests don\u2019t break due to layout shifts or content variations. Dynamic region selection allows you to set visual test regions by simply selecting elements on a web page instead of manually drawing regions, saving you time and improving accuracy.<\/p>\n\n\n\n<style>\n\n.has-border{\nborder-radius:6px;\n}\n\n.browser-frame {\n    margin: 0 auto;\n    width: 100%;\n    position: relative;\n    border-radius: 5px 5px 0 0;\n    border-top: 1.25em solid #19345F;\n    box-shadow: 0 0.25em 1em 0 rgba(0, 0, 0, 0.4);\n}\n\n.browser-frame:before {\n    position: absolute;\n\tcontent: \"\";\n\ttop: -.8em;\n\tleft: 0.75em;\n\twidth: 0.4em;\n\theight: 0.4em;\n\tborder-radius: 50%;\n\tbackground-color: #0d7eb3;\n    box-shadow: 0 0 0 1px #4672A5, 1.25em 0 0 1px #6DBBC5, 2.5em 0 0 1px #07A596;\n}\n\n.browser-frame video {\n\tdisplay: block;\n\twidth: 100%;\n\theight: auto;\n}\n\n.browser-frame img {\n\tdisplay: block;\n\twidth: 100%;\n\theight: auto;\n}\n\n.laptop {\n\tposition: relative;\n\tmargin: auto;\n\tmax-width: 80rem;\n\n\t.laptop__screen {\n\t\tposition: relative;\n\t\tz-index: 1;\n\t\tpadding: 3%;\n\t\tborder-radius: 2rem;\n\t\tbackground: #ecf1f7;\n\t\tbackground-image: linear-gradient(to bottom, #333, #111);\n\t\tbox-shadow: 0 .1rem 0 #cfcfcf;\n\t\tborder: 2px solid #ccc;\n\n\t\timg {\n\t\t\tdisplay: block;\n\t\t\tmax-width: 100%;\n\t\t\theight: auto;\n\t\t\taspect-ratio: attr(width) \/ attr(height);\n\t\t\tbackground: #000;\n\t\t}\n\t}\n\n\t.laptop__bottom {\n\t\tposition: relative;\n\t\tz-index: 1;\n\t\tmargin-right: -7%;\n\t\tmargin-left: -7%;\n\t\theight: .7rem;\n\t\tbackground: #e9eff5;\n\t\tbackground-image: linear-gradient(to right, #d2dde9 0%, #f9fcff 15%, #e5ebf2 40%, #e5ebf2 60%, #f9fcff 85%, #d2dde9 100%);\n\t\t\n\t\t&::before {\n\t\t\tdisplay: block;\n\t\t\tmargin: 0 auto;\n\t\t\twidth: 20%;\n\t\t\theight: .7rem;\n\t\t\tborder-radius: 0 0 .2rem .2rem;\n\t\t\tbackground: #f6f9fc;\n\t\t\tbackground-image: linear-gradient(to right, #c3cfdb 0%, #f6f9fc 10%, #f6f9fc 90%, #c3cfdb 100%);\n\t\t\tcontent: \" \";\n\t\t}\n\t}\n\n\t.laptop__under {\n\t\tposition: absolute;\n\t\ttop: 100%;\n\t\tleft: 25%;\n\t\tdisplay: block;\n\t\twidth: 50%;\n\t\theight: 1.5rem;\n\t\tbackground: #e2e8f0;\n\t\tbackground-image: linear-gradient(to bottom, #e2e8f0, #bec7d1);\n\n\t\t&::after, &::before {\n\t\t\tposition: absolute;\n\t\t\ttop: 0%;\n\t\t\tright: 100%;\n\t\t\tbottom: 0;\n\t\t\tdisplay: block;\n\t\t\twidth: 50%;\n\t\t\tborder-bottom-left-radius: 100%;\n\t\t\tbackground: inherit;\n\t\t\tcontent: \" \";\n\t\t}\n\n\t\t&::after {\n\t\t\tright: auto;\n\t\t\tleft: 100%;\n\t\t\tborder-bottom-right-radius: 100%;\n\t\t\tborder-bottom-left-radius: 0;\n\t\t}\n\t}\n\n\t.laptop__shadow {\n\t\tposition: absolute;\n\t\tright: -10%;\n\t\tbottom: -2.5rem;\n\t\tleft: -10%;\n\t\tz-index: 0;\n\t\theight: 2rem;\n\t\tbackground: radial-gradient(ellipse closest-side,#000,transparent);\n\t\topacity: 0.5;\n\t}\n}\n\n.about-us-card{\nborder-radius:6px;\ncolor:#fff;\npadding:10px;\nmin-height: 400px;\n}\n\n.about-us-card h3{\ncolor:#fff;\n}\n\n.about-us-card-better{\nbackground-color: #099C8D;\n}\n\n.about-us-card-create{\nbackground-color: #E7AC22;\n}\n\n.about-us-card-take{\nbackground-color: #FF5B2B;\n}\n\n.about-us-card-empower{\nbackground-color: #068CB2;\n}\n\n.about-us-card-focus{\nbackground-color: #8B2B98;\n    min-height: 565px;\n}\n\n<\/style>\n\n\n\n<figure class=\"wp-block-video browser-frame\"><video autoplay loop muted src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Dynamic-Region-Selection-Eyes.mp4\" playsinline><\/video><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The new dynamic method uses the underlying DOM structure, allowing for automatic region adjustments as the page content changes. If the layout or size of the elements shift, Applitools Eyes automatically adapts to the change without breaking the tests.<\/p>\n\n\n\n<p><strong>Why it matters:<\/strong> This feature is particularly useful for those of you who have apps with extremely dynamic content, where visual elements often change. Enterprise SaaS to media outlets will see the benefits of using dynamic region selection since they no longer have to worry about small shifts in UI elements, reducing the need for constant manual updates and cutting down test maintenance time significantly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-insights-dashboards\"><strong>Insights Dashboards<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-quantify-your-testing-success\"><strong>Quantify Your Testing Success<\/strong><\/h3>\n\n\n\n<p>One of the more analytical features added to Applitools Eyes 10.20 is the new Insights Dashboards for testing ROI, which provide insights into the effectiveness of your automated maintenance efforts. These dashboards display critical data on how much time you\u2019ve saved using Applitools&#8217; automated visual testing and maintenance tools.<\/p>\n\n\n\n<p>The dashboards break down the number of visual validation results automatically accepted by Applitools and track the time saved through automated maintenance. This is based on the assumption that manually reviewing a page takes about two and a half minutes. By quantifying this, the dashboard helps you understand the real-world impact of automating your visual testing workflow.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"603\" src=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Insights-Dashboard-1-1024x603.png\" alt=\"Eyes 10.20 Insights Dashboard\" class=\"wp-image-58256\" srcset=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Insights-Dashboard-1-1024x603.png 1024w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Insights-Dashboard-1-300x177.png 300w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Insights-Dashboard-1-768x452.png 768w, https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Insights-Dashboard-1.png 1490w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Pro tip:<\/strong> With Insights Dashboards, you can highlight specific wins, such as reducing manual test reviews or cutting test maintenance time. If you notice test maintenance time decreasing steadily, it\u2019s a good sign your visual testing strategy is becoming more efficient. This data can be shared during quarterly business reviews with leadership or when advocating for further automation resources.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-additional-improvements\"><strong>Additional Improvements<\/strong><\/h2>\n\n\n\n<p>The 10.20 release also introduces faster load times on the &#8220;Tests Requiring Attention&#8221; page\u2014especially beneficial for teams working with large test suites. The enhanced GitHub integration means you can track baseline merges directly within the baseline history page, minimizing manual effort and improving workflow efficiency. Visit the <a href=\"https:\/\/app14743.cloudwayssites.com\/platform\/whats-new\/\" target=\"_blank\" rel=\"noreferrer noopener\">Applitools Eyes 10.20 release notes<\/a> to see everything that\u2019s included.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-to-wrap-up\"><strong>To Wrap Up&#8230;<\/strong><\/h2>\n\n\n\n<p>One of the biggest hurdles in the day-to-day work for anyone involved in QA is dealing with flaky tests caused by constantly changing text, like dates or order numbers, and shifting UI elements, like buttons that move slightly depending on screen size. Your users expect flawless experiences.&nbsp;<\/p>\n\n\n\n<p>The Applitools Eyes 10.20 release is packed with features that simplify and streamline the visual testing process, from dynamic region selection to enhanced match levels and improved performance. These updates will help your team reduce manual test maintenance, increase test coverage, and measure the ROI of your testing efforts more effectively. Whether you\u2019re managing complex web applications or handling high volumes of test data, these features are designed to make your workflow faster and more efficient.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/auth.applitools.com\/users\/general-register?app=eyes\" target=\"_blank\" rel=\"noreferrer noopener\">TRY EYES 10.20 FOR FREE<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Applitools knows that you know how crucial it is to deliver flawless user experiences without spending time managing unnecessary test failures or constant updates.&nbsp; The latest Applitools Eyes release introduces&#8230;<\/p>\n","protected":false},"author":135,"featured_media":58254,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[17299,10003,10558],"tags":[17013,16992,12758],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20 - AI-Powered End-to-End Testing | Applitools<\/title>\n<meta name=\"description\" content=\"Discover easier test maintenance for dynamic UI content with Applitools Eyes 10.20. The latest Applitool Eyes release introduces new features to make visual testing more efficient and faster. These features will make it easier to manage your tests, reduce manual intervention, and improve your test coverage\u2013whether you&#039;re part of a QA team, a developer, or a test engineer.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20\" \/>\n<meta property=\"og:description\" content=\"Applitools knows that you know how crucial it is to deliver flawless user experiences without spending time managing unnecessary test failures or constant\" \/>\n<meta property=\"og:url\" content=\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/\" \/>\n<meta property=\"og:site_name\" content=\"AI-Powered End-to-End Testing | Applitools\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-21T16:08:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-11T19:01:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1490\" \/>\n\t<meta property=\"og:image:height\" content=\"877\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Heather Vercillo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heather Vercillo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/\"},\"author\":{\"name\":\"Heather Vercillo\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/e791b1b58aaf95cae99950597902140b\"},\"headline\":\"Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20\",\"datePublished\":\"2024-10-21T16:08:16+00:00\",\"dateModified\":\"2026-03-11T19:01:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/\"},\"wordCount\":898,\"publisher\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png\",\"keywords\":[\"Eyes\",\"Intelligent Testing Platform\",\"Product\"],\"articleSection\":[\"Customer News\",\"News\",\"Product\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/\",\"name\":\"Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20 - AI-Powered End-to-End Testing | Applitools\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png\",\"datePublished\":\"2024-10-21T16:08:16+00:00\",\"dateModified\":\"2026-03-11T19:01:49+00:00\",\"description\":\"Discover easier test maintenance for dynamic UI content with Applitools Eyes 10.20. The latest Applitool Eyes release introduces new features to make visual testing more efficient and faster. These features will make it easier to manage your tests, reduce manual intervention, and improve your test coverage\u2013whether you're part of a QA team, a developer, or a test engineer.\",\"breadcrumb\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#primaryimage\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png\",\"contentUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png\",\"width\":1490,\"height\":877,\"caption\":\"Eyes Dynamic Match Level\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/app14743.cloudwayssites.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Product\",\"item\":\"https:\/\/app14743.cloudwayssites.com\/blog\/category\/product\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#website\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/\",\"name\":\"Applitools Visual AI\",\"description\":\"Applitools delivers full end-to-end test automation with AI infused at every step.\",\"publisher\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/app14743.cloudwayssites.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\",\"name\":\"Applitools\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png\",\"contentUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png\",\"width\":156,\"height\":28,\"caption\":\"Applitools\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/e791b1b58aaf95cae99950597902140b\",\"name\":\"Heather Vercillo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c165f1d78bb7e2b8410d69c47135c328?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c165f1d78bb7e2b8410d69c47135c328?s=96&d=mm&r=g\",\"caption\":\"Heather Vercillo\"},\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/author\/heather-vercillo\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20 - AI-Powered End-to-End Testing | Applitools","description":"Discover easier test maintenance for dynamic UI content with Applitools Eyes 10.20. The latest Applitool Eyes release introduces new features to make visual testing more efficient and faster. These features will make it easier to manage your tests, reduce manual intervention, and improve your test coverage\u2013whether you're part of a QA team, a developer, or a test engineer.","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:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/","og_locale":"en_US","og_type":"article","og_title":"Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20","og_description":"Applitools knows that you know how crucial it is to deliver flawless user experiences without spending time managing unnecessary test failures or constant","og_url":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/","og_site_name":"AI-Powered End-to-End Testing | Applitools","article_published_time":"2024-10-21T16:08:16+00:00","article_modified_time":"2026-03-11T19:01:49+00:00","og_image":[{"width":1490,"height":877,"url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png","type":"image\/png"}],"author":"Heather Vercillo","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Heather Vercillo","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#article","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/"},"author":{"name":"Heather Vercillo","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/e791b1b58aaf95cae99950597902140b"},"headline":"Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20","datePublished":"2024-10-21T16:08:16+00:00","dateModified":"2026-03-11T19:01:49+00:00","mainEntityOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/"},"wordCount":898,"publisher":{"@id":"https:\/\/app14743.cloudwayssites.com\/#organization"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png","keywords":["Eyes","Intelligent Testing Platform","Product"],"articleSection":["Customer News","News","Product"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/","url":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/","name":"Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20 - AI-Powered End-to-End Testing | Applitools","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#primaryimage"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png","datePublished":"2024-10-21T16:08:16+00:00","dateModified":"2026-03-11T19:01:49+00:00","description":"Discover easier test maintenance for dynamic UI content with Applitools Eyes 10.20. The latest Applitool Eyes release introduces new features to make visual testing more efficient and faster. These features will make it easier to manage your tests, reduce manual intervention, and improve your test coverage\u2013whether you're part of a QA team, a developer, or a test engineer.","breadcrumb":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#primaryimage","url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png","contentUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2024\/10\/Eyes-Dyanmic-Match-Level-1.png","width":1490,"height":877,"caption":"Eyes Dynamic Match Level"},{"@type":"BreadcrumbList","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/easier-test-maintenance-for-dynamic-content-with-applitools-eyes-10-20\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/app14743.cloudwayssites.com\/"},{"@type":"ListItem","position":2,"name":"Product","item":"https:\/\/app14743.cloudwayssites.com\/blog\/category\/product\/"},{"@type":"ListItem","position":3,"name":"Easier Test Maintenance for Dynamic Content with Applitools Eyes 10.20"}]},{"@type":"WebSite","@id":"https:\/\/app14743.cloudwayssites.com\/#website","url":"https:\/\/app14743.cloudwayssites.com\/","name":"Applitools Visual AI","description":"Applitools delivers full end-to-end test automation with AI infused at every step.","publisher":{"@id":"https:\/\/app14743.cloudwayssites.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/app14743.cloudwayssites.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/app14743.cloudwayssites.com\/#organization","name":"Applitools","url":"https:\/\/app14743.cloudwayssites.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/","url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png","contentUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png","width":156,"height":28,"caption":"Applitools"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/e791b1b58aaf95cae99950597902140b","name":"Heather Vercillo","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c165f1d78bb7e2b8410d69c47135c328?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c165f1d78bb7e2b8410d69c47135c328?s=96&d=mm&r=g","caption":"Heather Vercillo"},"url":"https:\/\/app14743.cloudwayssites.com\/blog\/author\/heather-vercillo\/"}]}},"_links":{"self":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/58066"}],"collection":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/users\/135"}],"replies":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/comments?post=58066"}],"version-history":[{"count":1,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/58066\/revisions"}],"predecessor-version":[{"id":62357,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/58066\/revisions\/62357"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media\/58254"}],"wp:attachment":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media?parent=58066"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/categories?post=58066"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/tags?post=58066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}