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)