06
Apr

Interesting Facts of Internationalization & Localization testing

Sailfin 0 comment
Introduction In today’s competitive world, most of the clients target global audience and, in this attempt, they design such an application, where with minimal changes in setup, language of the entire application can be translated according to what any end user across the globe wishes. Localization is the process of making an application such that it supports a specific locale and language. Internationalization is the process of making the application such that it supports multiple languages/locales. What is Localization Testing? Localization Testing is a software testing process for checking the localized form of a product for a specific locale. The areas mostly affected by localization are UI and content. It is also called as “L10N”, because there as 10 characters in between L & N. What is Internationalization Testing? Internationalization Testing is a software testing process for verifying whether the product functions in any locale(language). It is also called Globalization testing. It is also called as “G11N”, because there as 11 characters in between G & N.

Thereby, Localization can be called a subset of Internationalization. What are the steps for Globalization process? As highlighted in above flowchart, internationalization and localization can be divided into two phases. Phase 1 includes the planning and preparation for a product which is built to support global markets. During this phase, all locale specific references should be removed to ease the localization of the product which if done later in Phase 2, causes waste of time and money. Phase 2 includes the adaptation of the product for a locale using regional specific spellings, terms, weights, measures etc.

At the end, each phase includes minute and thorough testing to ensure that the product meets the expectations of end users across the globe. Best example to explain internationalization and localization For the very first time, Google had launched its engine in its native English language. Later Google introduced different languages for its search engine and now, Google supports 123 different languages. This shows how Google adapted internationalization after conquering market in a single language to make the search engine robust across the globe. Scope of internationalization and localization testing Some of the critical points to be covered in localization and internationalization testing: 1) Language

  • Number systems
  • Spelling variations
  • Writing directions
  • Layouts and Keyboard shortcuts
  • Capitalization and sorting rules

2) Culture and region

  • Names and titles
  • Telephone numbers, zip codes, Address formats
  • Colors and images
  • Currency symbol and currency market position
  • Weights and measures

3) Dates and Notable Events

  • Date and time formats
  • Calendar types (Iranian, Egyptian, Gregorian etc.)
  • Number formats (grouping of digits, decimal separators etc.)

Benefits of internationalization and localization testing

  1. Visibility of the product across the globe.
  2. Cost effective compared to its robust behavior.
  3. Overall testing costs reduces.
  4. Guarantees a more flexible and scalable application.
  5. Source code for the product becomes robust.
  6. Maintenance becomes simpler.
  7. Quality of code and architecture of overall product improvises

Challenges of internationalization and localization testing

  1. Salesforce application – some text could not be translated from translation workbench. Runtime error messages, pop ups had to be handled through custom labels.
  2. Some translations behave differently or don’t get translated across all supported browsers in a uniform manner. Mostly translation issues are found in IE browser.
  3. Alignments, formatting, numbering related issues are also common.

I hope this gives you some great insights on the specific testing process needed for these specialized scenarios. Happy Reading!