what is Globalization testing?
Answers were Sorted based on User's Feedback
Answer / sudhanva patil
The Meaning of Globalization is the whole globe is treated
as one.
When it comes to Testing Few Applications will be
developped in different Languages. We need to test the
application for all the different languages for eg:
English, French,Chienes etc. This is what is Globalization
testing.
Is This Answer Correct ? | 37 Yes | 2 No |
Answer / lokesh karanam
developing the application in multiple languages is known
as globalization. testing these kind of application is
called as globalization testing.
simillarly, testing the application with respect to the
country standards like currency, pincode, telephone num..
etc is known as localization testing.
Is This Answer Correct ? | 22 Yes | 3 No |
testing the application for multiple languages using
property files. this type of testing is done for multiple
lanuages using suffix and prefix. this type of testing is
called internationalization(I18N)testing
testing the application as per country standard is called
localization (L10N) testing eg. pincode, std code , currancy
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / g.mallikarjun
Globalization:
Globalization is the process of designing and developing a
software product that functions in multiple
cultures/locales.
A culture/locale is a set of rules and a set of data that
are specific to a given language and geographic area.
Globalization Testing:
The goal of globalization testing is to
detect potential problems in application design that could
inhibit globalization. It makes sure that the code can
handle all international support without breaking
functionality that would cause either data loss or display
problems. Globalization testing checks proper functionality
of the product with any of the culture/locale settings
using every type of international input possible and this
involves integrating localization throughout a company as
well as marketing, sales and support in the world market.
Globalization Testing includes:
->System locale settings
->System Locale
->User Locale
->Input Locale
->Location or Geographic ID
->UI Language
->Browser locale setting.
->Identifying the culture/locale that must be supported.
->Character classification.
->Date and time formatting.
->Numeric, currency, and measure conventions.
->Sorting rules.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / hari s sankar
The goal of globalization testing is to detect potential
problems in application design that could inhibit
globalization. It makes sure that the code can handle all
international support without breaking functionality that
would cause either data loss or display problems.
Globalization testing checks proper functionality of the
product with any of the culture/locale settings using every
type of international input possible.
Is This Answer Correct ? | 9 Yes | 6 No |
Answer / santosh sharma
The goal of globalization testing is to detect potential
problems in application design that could inhibit
globalization. It makes sure that the code can handle all
international support without breaking functionality that
would cause either data loss or display problems.
Globalization testing checks proper functionality of the
product with any of the culture/locale settings using every
type of international input possible.
Proper functionality of the product assumes both a stable
component that works according to design specification,
regardless of international environment settings or
cultures/locales, and the correct representation of data.
The following must be part of your globalization-testing
plan:
Decide the priority of each component
To make globalization testing more effective, assign a
testing priority to all tested components. Components that
should receive top priority:
Support text data in the ANSI (American National Standards
Institute) format
Extensively handle strings (for example, components with
many edit controls)
Use files for data storage or data exchange (e.g., Windows
metafiles, security configuration tools, and Web-based
tools)
Have had many globalization problems in the past
Is This Answer Correct ? | 5 Yes | 2 No |
developing the application in one languages and giving link
to other language is known as globalization. testing these
kind of application is called as globalization testing.
simillarly, testing the application with respect to the
country standards like currency, pincode, telephone
num..Date format,colour,etc is known as localization testing.
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / lakshmi narayanan
software can be work in various culture(Native Setting) in every type of international input
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravi
Globalization Testing is validating a specific Application
or Product that can support multiple languages or that can
be accessed by different Locales around the Globes.
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / minu
Testing to ensure if the application works in all parts of
the world
Is This Answer Correct ? | 6 Yes | 21 No |
How to plan the time estimations for QA cycle ?
Can anybody help me what is the diff between CMM,SEI,PCMM and six sigma?
What if there is not enough time for thorough testing?
What are the advantage and disadvantages of automated testing?
How can new software qa processes be introduced in an existing organization?
What is conformance testing?
Write a testcase for Yes/No combo box
What are the common problems with software automation?
can anybody explain insurance project modules,and what we need to test on which functionality
Can anybody give answer for WHAT IS THE MEANING OF TRANSACTION BASED TESTING WITH EXAMPLE
what is the difference between functional requirements and non functional requirements? Which things will come in bothe categories?
What is destructive testing?