0% found this document useful (0 votes)
88 views3 pages

Globalization Testing

Globalization testing involves developing and testing software for multiple languages. It includes two main types: Internationalization testing (I18N), which checks if content is displayed correctly in different languages, and Localization testing (L10N), which ensures the application meets country-specific standards and culture. I18N testing focuses on language accuracy and content placement, while L10N testing assesses cultural appropriateness.

Uploaded by

Chandana Sonu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views3 pages

Globalization Testing

Globalization testing involves developing and testing software for multiple languages. It includes two main types: Internationalization testing (I18N), which checks if content is displayed correctly in different languages, and Localization testing (L10N), which ensures the application meets country-specific standards and culture. I18N testing focuses on language accuracy and content placement, while L10N testing assesses cultural appropriateness.

Uploaded by

Chandana Sonu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Globalization testing

Developing software for multiple languages is called as Globalization.

Testing software which is developed for multiple languages is called


Globalization testing.

Types of globalization testing:

1) Internationalization testing(I18N)

2) Localization testing(L10N)

1) Internationalization testing(I18N)
Testing software which is developed for multiple languages is called
Globalization testing.
How to do I18N testing?

Testing the application which is developed for multiple languages

1) Here we check whether content is displayed in right language or not

2) Right content is displayed in right place or not

3) Features are broken with language changed or not

How to do I18N testing for (Chinese language)?

a) Go to (Chinese language) property file

b) Add prefix and suffix to the content

c) Open the application & select the language Chinese corresponding page
comes

d) I will check for prefix, if prefix is correct means content is in right language

e) I will check for suffix, if suffix is correct means content is in right place

What type of defects we might find while doing I18N testing?

a. Alignment specification problems for the languages


b. Chances are there right language might not be displayed.
c. Chances are there right content is not displayed in the right place.
d. Tool tip defect.

(Tool tip:

When the user points the cursor on the image, rectangular box will be displayed
which explains about the image/tool, this is called as Tool tip.

Tool tip should always be displayed with the language which the user has
selected, if not it will be called as Tool tip defect.)

2. Localization testing

Testing the application to check whether application is developed according to


the country standard or country culture or not is called localization
testing(L10N)

You might also like