What is Globalization Testing?Types of Globalization Testing?

Globalization Testing :
                        If the application is developed in multiple languages then it is called globalization development, Testing the application developed in multiple languages is called globalization testing.

In Globalization Testing There Are Two Types :
  
  • Internationalization(I18N) :-
  1. In internationalization testing, we check whether the right content is displayed or not.
  2. The application used in India should be in English, If there is some other content present with English in another language then it is an internationalization defect.
  3. To perform Internationalization testing we use google translator.
Example: Contact us in the Chinese language but the rest of the content is in English.


  • Localization(L10N) :-
  1. In localization testing, we check every field in the application is developed as per local country standard or not.
  2. Date field in an application used in India should be dd/mm/yyyy. If the date field of the application used in India is displayed in some other country format then it is Localisation defect.
Example: Date Field in India should be dd/mm/yyyy whereas date field in the US should be mm/dd/yyyy whereas date field in china should be yyyy/mm/dd.





Comments

Popular posts from this blog

Creating Effective Test Cases for Online Ticket Booking Systems

What is Derived Model?

Test Cases and Test scenarios: Definition, Examples, Template