{"id":10085,"date":"2022-08-18T13:08:00","date_gmt":"2022-08-18T20:08:00","guid":{"rendered":"http:\/\/162.243.59.116\/2013\/12\/09\/taking-the-pain-out-of-ui-localization-testing-2\/"},"modified":"2022-08-18T13:57:04","modified_gmt":"2022-08-18T20:57:04","slug":"localization-testing","status":"publish","type":"post","link":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/","title":{"rendered":"Getting Started with Localization Testing"},"content":{"rendered":"<p><em>Learn about common localization bugs, the traditional challenges involved in finding them, and solutions that can make <a href=\"https:\/\/app14743.cloudwayssites.com\/solutions\/localization-testing\/\">localization testing<\/a> far easier.<\/em><\/p>\n<h2>What is Localization?<\/h2>\n<p>Localization is the process of customizing a software application that was originally designed for a domestic market so that it can be released in a specific foreign market.<!-- more --><\/p>\n<h2>How to Get Started with Localization<\/h2>\n<p>Localization testing usually involves substantial changes of the application\u2019s UI, including the translation of all texts to the target language, replacement of icons and images, and many other culture, language, and country-specific adjustments, that affect the presentation of data (e.g., date and time formats, alphabetical sorting order, etc.). Due to the lack of in-house language expertise, localization usually involves in-house personnel as well as outside contractors, and localization service providers.<\/p>\n<p><strong>Before a software application is localized for the first time, it must undergo a process of Internationalization<\/strong>.<\/p>\n<h2>What is Internationalization?<\/h2>\n<p>Internationalization often involves an extensive development and re-engineering effort which goal is to allow the application to operate in localized environments and to correctly process and display localized data. In addition, locale-specific resources such as texts, images and documentation files, are isolated from the application code and placed in external resource files, so they can be easily replaced without requiring further development efforts.<\/p>\n<p><strong>Once an application is internationalized, the engineering effort required to localize it to a new language or culture is drastically reduced. However, the same is not true for UI localization testing<\/strong>.<\/p>\n<h2>The Challenge of UI Localization Testing<\/h2>\n<p>Every time an application is localized to a new language, the application changes, or the resources of a supported localization change, the localized UI must be thoroughly tested for localization and internationalization (LI) bugs.<\/p>\n<h3><strong>Common Localization and Internationalization Bugs Most Testers can Catch<\/strong><\/h3>\n<p>LI bugs which can be detected by testers that are not language experts include:<\/p>\n<ul>\n<li><strong>Broken functionality<\/strong> \u2013 the execution environment, data or translated resources of a new locale, may uncover internationalization bugs can prevent the application from running or break some of its functionality.<\/li>\n<li><strong>Untranslated text<\/strong> \u2013 text appearing in text fields or images of the localized UI is left untranslated. This indicates that certain resources were not translated or that the original text is hard-coded in the UI and not exported to the resource files.<\/li>\n<li><strong>Text overlap \/ overflow<\/strong> \u2013 the translated text may require more space than available in its containing control, resulting with the text overflowing the bounds of the control and possibly overlapping or hiding other UI elements.<\/li>\n<li><strong>Layout corruption<\/strong> \u2013 UI controls dynamically adjust their size and position to the expanded or contracted size of the localized text, icons or images, resulting with misaligned, overlapping, missing or redundant UI artifacts.<\/li>\n<li><strong>Oversized windows and dialogs<\/strong> \u2013 multiple expanded texts and images can result with oversized tooltips, dialogs and windows. In extreme situations, expanded dialogs and windows may only be partially visible in low screen resolutions.<\/li>\n<li><strong>Inadequate fonts<\/strong> \u2013 a control\u2019s font cannot properly display some characters of the target language. This usually results with question marks or glyphs being displayed instead of the expected text.<\/li>\n<\/ul>\n<h3>Localization and Internationalization Bugs Requiring Language Expertise<\/h3>\n<p>Other common LI bugs which can only be detected with the help of a language expert include:<\/p>\n<ul>\n<li><strong>Mistranslation<\/strong> \u2013 translated text that appears once in the resource files, may appear multiple times in different parts of the application. The context in which the text appears can vary its meaning and require a different translation.<\/li>\n<li><strong>Wrong images and icons<\/strong> \u2013 images and icons were replaced with wrong or inappropriate graphics.<\/li>\n<li><strong>Text truncation<\/strong> \u2013 the translated text may require more space than available in its containing control, resulting with a truncated string.<\/li>\n<li><strong>Locale violations<\/strong> \u2013 wrong date, time, number and currency formats, punctuation, alphabetical sort order, etc.<\/li>\n<\/ul>\n<h3>Localization and Internationalization Bugs are Hard to Find<\/h3>\n<p>An unfortunate characteristic of LI bugs, is that they require a lot of effort to find. To uncover such bugs, <strong>a tester (assisted by a language expert) must carefully inspect each and every window, dialog, tooltip, menu item, and any other UI state of the application<\/strong>. Since most of these bugs are sensitive to the size and layout of the application, <strong>tests must be repeated on a variety of execution environments (e.g., different operating systems, web browsers, devices, etc.) and screen resolutions<\/strong>. Furthermore, if the application window is resizable, tests should also be repeated for various window sizes.<\/p>\n<h3>Why is UI Localization Testing Hard?<\/h3>\n<p>There are several other factors that contribute to the complexity of UI Localization testing:<\/p>\n<ul>\n<li><strong>Lack of automation<\/strong> \u2013 most of the common LI bugs listed above are visual and cannot be effectively detected by traditional functional test automation tools. Manual inspection of the localized UI is slower than with a non-localized UI because it is \u00a0unreadable to the tester.<\/li>\n<li><strong>Lack of in-house language expertise<\/strong> \u2013 since many of the common LI bugs can only be detected with the help of external language experts, which are usually not testers and are not familiar with the application under test, LI testing often requires an in-house tester to perform tests together with a language expert. In many cases, these experts work on multiple projects for multiple customers in parallel, and their occasional lack of availability can substantially delay test cycles and product releases. Similarly, delays can occur while waiting for the translation of changed resources, or while waiting for translation bugs to be fixed.<\/li>\n<li><strong>Time constraints<\/strong> \u2013 localization projects usually begin at late stages of the development lifecycle, after the application UI has stabilized. In many cases, testers are left with little time to properly perform localization tests, and are under constant pressure to avoid delaying the product release.<\/li>\n<li><strong>Bug severity<\/strong> \u2013 UI localization bugs such as missing or garbled text are often considered critical, and therefore must be fixed and verified before the product is released.<\/li>\n<\/ul>\n<p>Due to these factors, maintaining multiple localized application versions and adding new ones, incurs a huge overhead on quality assurance teams.<\/p>\n<p>Fortunately, there is a modern solution that can make localization testing significantly easier &#8211; <strong>Automated Visual Testing<\/strong>.<\/p>\n<h2>How to Automate Localization Testing with Visual Testing<\/h2>\n<p>Visual test automation tools can be applied to UI localization testing to eliminate unnecessary manual involvement of testers and language experts, and drastically shorten test cycles.<\/p>\n<p>To understand this, let&#8217;s first understand what visual testing is, and then how to apply visual testing to localization testing.<\/p>\n<h3>What is Visual Testing?<\/h3>\n<p><a href=\"https:\/\/app14743.cloudwayssites.com\/blog\/visual-testing\/\">Visual testing<\/a> is the process of validating the visual aspects of an application\u2019s User Interface (UI).<\/p>\n<p>In addition to validating that the UI displays the correct content or data, visual testing focuses on validating the layout and appearance of each visual element of the UI and of the UI as a whole. Layout correctness means that each visual element of the UI is properly positioned on the screen, is of the right shape and size, and doesn\u2019t overlap or hide other visual elements. Appearance correctness means that the visual elements are of the correct font, color, or image.<\/p>\n<p>Visual Test Automation tools can automate most of the activities involved in visual testing. They can easily detect many common UI localization bugs such as text overlap or overflow, layout corruptions, oversized windows and dialogs, etc. <strong>All a tester needs to do is to drive the Application Under Test (AUT) through its various UI states and submit UI screenshots to the tool for visual validation.<\/strong><\/p>\n<p>For simple websites, this can be as easy as directing a web browser to a set of URLs. For more complex applications, some buttons or links should be clicked, or some forms should be filled in order to reach certain screens. Driving the AUT through its different UI states can be easily automated using a variety of open-source and commercial tools (e.g., <a href=\"https:\/\/app14743.cloudwayssites.com\/blog\/selenium-4\/\">Selenium<\/a>, <a href=\"https:\/\/app14743.cloudwayssites.com\/blog\/whats-new-cypress-10\/\">Cypress<\/a>, etc.). If the tool is properly configured to rely on internal UI object identifiers, the same automation script\/program can be used to drive the AUT in all of its localized versions.<\/p>\n<p><strong>So, how can we use this to simplify UI localization testing?<\/strong><\/p>\n<h3>How Automated Visual Testing Simplifies UI Localization Testing<\/h3>\n<ul>\n<li><strong>Preparation<\/strong> \u2013 in order to provide translators with the context required to properly localize the application, screenshots of the application\u2019s UI are often delivered along with the resource files to be localized. The process of manually collecting these screenshots is laborious, time consuming, and error prone. When a visual test automation tool is in place,\u00a0<strong>updated screenshots of all UI states are always available and can be shared with translators with a click of a button<\/strong>. When an application changes, the tool can highlight only those screens (in the source language) that differ from the previous version so that only those screens are provided to translators. Some visual test automation tools also provide animated \u201cplaybacks\u201d of tests showing the different screens, and the human activities leading from one screen to the next (e.g., clicks, mouse movements, keyboard strokes, etc.). \u00a0Such\u00a0<strong>animated playbacks provide much more context than standalone screenshots and are more easily understood by translators,<\/strong> which are usually not familiar with the application being localized. Employing a visual test automation tool can substantially shorten the localization project\u2019s preparation phase and assist in producing higher quality preliminary translations, which in turn can lead to fewer and shorter test cycles.<\/li>\n<\/ul>\n<ul>\n<li><strong>Testing localization changes<\/strong>\u00a0\u2013 visual test automation tools work by comparing screenshots of an application against a set of previously approved \u201cexpected\u201d screenshots called the\u00a0<em>baseline<\/em>. After receiving the translated resources and integrating them with the application, a visual test of the updated localized application can be automatically executed using the previous localized version as a baseline. <strong>The tool will then report all screens that contain visual changes and will also highlight the exact changes in each of the changed screens<\/strong>. This report can then be inspected by testers and external language experts without having to manually interact with the localized application.\u00a0<strong>By only focusing on the screens that changed, a huge amount of time and effort can be saved.<\/strong> As we showed above, most UI localization bugs are visual by nature and are therefore sensitive to the execution environment (browser, operating system, device, screen resolution, etc.). Since visual test automation tools automatically execute tests in all required execution environments, testing cycles can be drastically shortened.<\/li>\n<\/ul>\n<ul>\n<li><strong>Testing new localizations<\/strong>\u00a0\u2013 when localizing an application for a new language, no localized baseline is available to compare with. However, visual test automation tools can be configured to perform comparisons at the\u00a0<em>layout<\/em>\u00a0level, meaning that only layout inconsistencies (e.g., missing or overflowing text, UI elements appearing out of place, broken paragraphs or columns, etc.) are flagged as differences. By using layout comparison,\u00a0<strong>a newly localized application can be automatically compared with its domestic version, to obtain a report indicating all layout inconsistencies<\/strong>, in all execution environments and screen resolutions.<\/li>\n<\/ul>\n<ul>\n<li><strong>Incremental validation\u00a0<\/strong>\u2013 when localization defects are addressed by translators and developers, the updated application must be tested again to make sure that all reported defects were fixed and that no new defects were introduced. By using the latest localized version as the baseline with which to compare the newly updated application,\u00a0<strong>testers can easily identify the actual changes between the two versions, and quickly verify their validity, instead of manually testing the entire application<\/strong>.<\/li>\n<\/ul>\n<ul>\n<li><strong>Regression testing<\/strong> \u2013 whenever changes are introduced to a localized application, <a href=\"https:\/\/app14743.cloudwayssites.com\/blog\/regression-testing-guide\/\">regression testing<\/a> must be performed to make sure that no localization bugs were introduced, even if no direct changes were made to the application\u2019s localizable resources. For example, a UI control can be modified or replaced, the contents of a window may be repositioned, or some internal logic that affects the application\u2019s output may change. It is practically impossible to manually perform these tests, especially with today\u2019s Agile and continuous delivery practices, which dictate extremely short release cycles. <strong>Visual test automation tools can continuously verify that no unexpected UI changes occur in any of the localized versions of the application, after each and every change to the application<\/strong>.<\/li>\n<\/ul>\n<ul>\n<li><strong>Collateral material\u00a0<\/strong>\u2013 in additional to localizing the application itself, localized versions of its user manual, documentation and other marketing and sales collateral must be created. For this purpose, updated screenshots of the application must be obtained. As described above, a visual test automation tool can provide up-to-date screenshots of any part of the application in any execution environment.\u00a0<strong>The immediate availability of these screenshots significantly reduces the chance of including out-of-date application images in collaterals<\/strong>\u00a0and eliminates the manual effort involved in obtaining them after each application change.<\/li>\n<\/ul>\n<p>Application localization is notoriously difficult and complex. Manually testing for UI localization bugs, during and between localization projects, is extremely time consuming, error-prone, and requires the involvement of external language experts.<\/p>\n<p><strong>Visual test automation tools are a modern breed of test automation tools that can effectively eliminate unnecessary manual involvement, drastically shorten the duration of localization projects, and increase the quality of localized applications<\/strong>.<\/p>\n<h2>Applitools Automated Visual Testing and Localization Testing<\/h2>\n<p>Applitools has pioneered the use of Visual AI to deliver the best visual testing in the industry. You can learn more about <a href=\"https:\/\/app14743.cloudwayssites.com\/solutions\/localization-testing\/\">how Applitools can help you with localization testing<\/a>, or to get started with Applitools today, request a<a href=\"https:\/\/app14743.cloudwayssites.com\/request-demo\">\u00a0demo<\/a>\u00a0or<a href=\"https:\/\/auth.applitools.com\/users\/register\">\u00a0sign up<\/a>\u00a0for a free Applitools account.<\/p>\n<p><span style=\"font-size: small;\">Editor&#8217;s Note: Parts of this post were originally published in two parts in 2017\/2018, and have since been updated for accuracy and completeness.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn about common localization bugs, the traditional challenges involved in finding them, and solutions that can make localization testing far easier.<\/p>\n","protected":false},"author":13,"featured_media":41899,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[10004,12271],"tags":[10010,12691,12982,12690,12802,12686],"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>Getting Started with Localization Testing - Applitools<\/title>\n<meta name=\"description\" content=\"Learn about common localization bugs, the traditional challenges involved in finding them, and solutions that can make localization testing far easier.\" \/>\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\/localization-testing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Started with Localization Testing\" \/>\n<meta property=\"og:description\" content=\"Learn about common localization bugs, the traditional challenges involved in finding them, and solutions that can make localization testing far easier.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/\" \/>\n<meta property=\"og:site_name\" content=\"AI-Powered End-to-End Testing | Applitools\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-18T20:08:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-18T20:57:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2017\/12\/hello_multilanguage_831x542.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"831\" \/>\n\t<meta property=\"og:image:height\" content=\"542\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Adam Carmi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adam Carmi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/\"},\"author\":{\"name\":\"Adam Carmi\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/542aa26dd90ef6087bfeaadd171e44b9\"},\"headline\":\"Getting Started with Localization Testing\",\"datePublished\":\"2022-08-18T20:08:00+00:00\",\"dateModified\":\"2022-08-18T20:57:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/\"},\"wordCount\":2222,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2017\/12\/hello_multilanguage_831x542.jpg\",\"keywords\":[\"Adam Carmi\",\"Developers\",\"Localization\",\"Test Engineers\",\"UI Development\",\"Visual Testing Strategies\"],\"articleSection\":[\"Advanced Topics\",\"Getting Started\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/\",\"name\":\"Getting Started with Localization Testing - Applitools\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2017\/12\/hello_multilanguage_831x542.jpg\",\"datePublished\":\"2022-08-18T20:08:00+00:00\",\"dateModified\":\"2022-08-18T20:57:04+00:00\",\"description\":\"Learn about common localization bugs, the traditional challenges involved in finding them, and solutions that can make localization testing far easier.\",\"breadcrumb\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#primaryimage\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2017\/12\/hello_multilanguage_831x542.jpg\",\"contentUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2017\/12\/hello_multilanguage_831x542.jpg\",\"width\":831,\"height\":542},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/app14743.cloudwayssites.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Advanced Topics\",\"item\":\"https:\/\/app14743.cloudwayssites.com\/blog\/category\/advanced-topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Getting Started with Localization Testing\"}]},{\"@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\/542aa26dd90ef6087bfeaadd171e44b9\",\"name\":\"Adam Carmi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2ce092b508a5446d2d9b91d44c73440d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2ce092b508a5446d2d9b91d44c73440d?s=96&d=mm&r=g\",\"caption\":\"Adam Carmi\"},\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/author\/adam\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Getting Started with Localization Testing - Applitools","description":"Learn about common localization bugs, the traditional challenges involved in finding them, and solutions that can make localization testing far easier.","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\/localization-testing\/","og_locale":"en_US","og_type":"article","og_title":"Getting Started with Localization Testing","og_description":"Learn about common localization bugs, the traditional challenges involved in finding them, and solutions that can make localization testing far easier.","og_url":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/","og_site_name":"AI-Powered End-to-End Testing | Applitools","article_published_time":"2022-08-18T20:08:00+00:00","article_modified_time":"2022-08-18T20:57:04+00:00","og_image":[{"width":831,"height":542,"url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2017\/12\/hello_multilanguage_831x542.jpg","type":"image\/jpeg"}],"author":"Adam Carmi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adam Carmi","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#article","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/"},"author":{"name":"Adam Carmi","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/542aa26dd90ef6087bfeaadd171e44b9"},"headline":"Getting Started with Localization Testing","datePublished":"2022-08-18T20:08:00+00:00","dateModified":"2022-08-18T20:57:04+00:00","mainEntityOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/"},"wordCount":2222,"commentCount":0,"publisher":{"@id":"https:\/\/app14743.cloudwayssites.com\/#organization"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2017\/12\/hello_multilanguage_831x542.jpg","keywords":["Adam Carmi","Developers","Localization","Test Engineers","UI Development","Visual Testing Strategies"],"articleSection":["Advanced Topics","Getting Started"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/","url":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/","name":"Getting Started with Localization Testing - Applitools","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#primaryimage"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2017\/12\/hello_multilanguage_831x542.jpg","datePublished":"2022-08-18T20:08:00+00:00","dateModified":"2022-08-18T20:57:04+00:00","description":"Learn about common localization bugs, the traditional challenges involved in finding them, and solutions that can make localization testing far easier.","breadcrumb":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#primaryimage","url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2017\/12\/hello_multilanguage_831x542.jpg","contentUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2017\/12\/hello_multilanguage_831x542.jpg","width":831,"height":542},{"@type":"BreadcrumbList","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/localization-testing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/app14743.cloudwayssites.com\/"},{"@type":"ListItem","position":2,"name":"Advanced Topics","item":"https:\/\/app14743.cloudwayssites.com\/blog\/category\/advanced-topics\/"},{"@type":"ListItem","position":3,"name":"Getting Started with Localization Testing"}]},{"@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\/542aa26dd90ef6087bfeaadd171e44b9","name":"Adam Carmi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2ce092b508a5446d2d9b91d44c73440d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2ce092b508a5446d2d9b91d44c73440d?s=96&d=mm&r=g","caption":"Adam Carmi"},"url":"https:\/\/app14743.cloudwayssites.com\/blog\/author\/adam\/"}]}},"_links":{"self":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/10085"}],"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\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/comments?post=10085"}],"version-history":[{"count":0,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/10085\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media\/41899"}],"wp:attachment":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media?parent=10085"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/categories?post=10085"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/tags?post=10085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}