Pseudolocalization

Pseudolocalization

Pseudolocalization is a software testing method that is used to test internationalization aspects of software. Specifically, it brings to light potential difficulties with localization by replacing localizable text (particularly in a graphical user interface) with text that imitates the most problematic characteristics of text from a wide variety of languages, and by forcing the application to deal with similar input text. If used properly, it provides a cheap but effective sanity test for localizability that can be helpful in the early stages of a software project.

If software is not designed with localizability in mind, certain problems can occur when the software is localized. Text in a target language may tend to be significantly longer than the corresponding text in the original language of the program, causing the ends of text to be cut off if insufficient space is allocated. Words in a target language may be longer, causing awkward line breaks. In addition, individual characters in a target language may require more space, causing for example modified characters to be cut off vertically. Even worse, characters of a target language may fail to render properly (or at all) if support for an appropriate font is not included (this is a larger problem for legacy software than for newer programs). On the input side, programmers may make inappropriate assumptions about the form that user input can take.

For small changes to mature software products, for which a large amount of target text is already available, directly testing several target languages may be the best option. For newer software or for larger UI changes, however, waiting for text to be translated can introduce a significant lag into the testing schedule. In addition, it may not be cost-effective to translate UI text early in the development cycle, as it might change and need to be retranslated. Here, pseudolocalization can be the best option, as no real translation is needed.

Typically, pseudolocalized text (pseudo-translation) for a program will be generated and used as if it were for a real locale. Pseudolocalized text should be longer than the original text (perhaps twice as long), contain longer unbroken strings of characters to test line breaking, and contain characters from different writing systems. A tester will then inspect each element of the UI to make sure everything is displayed properly. To make it easier for the tester to find his or her way around the UI, the text may include the original text, or perhaps characters that look similar to the original text. For example, the string:Edit program settingsmight be replaced with: [YxĤ8z* jQ ^dЊÚk&d= εÐiţ_Þr0ģЯãm səTτıИğ§] (The brackets on either side of the text make it easier to spot text that is cut off). This type of transformation can be performed by a simple tool and does not require a human translator, resulting in time and cost savings.

Alternatively, a machine translation system can be used for automatically generating translated strings. This type of machine-generated pseudolocalization has the advantage of the translated strings featuring the characteristics specific to the target language and being available in real time at very low cost.

One approach to automatically generating translated strings is to add non-ASCII characters at the beginning and end of the existing text - allowing the existing text to still be read, but 1) clearly identifying what text has been externalized and what text has not been externalized and 2) exposing UI issues such as the need to accommodate longer text strings. This allows your normal QA staff to test that the code has been properly internationalized.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Software testing — is an empirical investigation conducted to provide stakeholders with information about the quality of the product or service under test [ [http://www.kaner.com/pdfs/ETatQAI.pdf Exploratory Testing] , Cem Kaner, Florida Institute of Technology,… …   Wikipedia

  • Internationalization and localization — For the term in economics, see Internationalization. For Windows specified term, see Multilingual User Interface. For other uses, see Localization (disambiguation). Screenshot of software programs localized to Italian. In computing,… …   Wikipedia

  • Pseudo-translation — is a technique needed for pseudolocalization that is used in software localization. In contrast to the usual translation process it is the process of creating text that mimics a foreign language without the goal of expressing the source text… …   Wikipedia

  • Localization testing — is a part of software testing process focused on internationalization and localization aspects of software. Localization is the process of adapting a globalized application to a particular culture/locale. Localizing an application requires a… …   Wikipedia

  • Certified Localisation Professional — The Certified Localisation Professional (CLP) programme (also spelled Certified Localization Professional (CLP), see spelling differences) provides for the education and certification of professionals working in internationalization and… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”