what is localization and globalization testing?
Answers were Sorted based on User's Feedback
HI frnds this is some notes i gathered regarding the
localisation and globalisation testing....reply me hwo much
this is useful
Globalization
Globalization is the process of developing, manufacturing
and marketing software products that are intended for
worldwide distribution. An important feature of these
products is that, they support multiple languages and locale.
In a globalize product, code is separated from the messages
or text that it uses. This enables software to be used with
different languages without having to rebuilding the
complete software.
Globalization is achieved through the Internationalization
and localization.
It is important to understand locale as supporting different
locale is more than supporting different language. In
addition to languages and geographical location, locale
incorporate cultural information such as time, date, font,
currency convention etc. Differences in spelling, currency
and other conventions make testing with different locales
necessary.
Is This Answer Correct ? | 14 Yes | 4 No |
Answer / rajeswari
Testing the content is according to the corresponding
language (ie the application will be developed for
different languages ) is called globalization testing
Testing the symbols , logo , currency symbols is called
localization testing
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / jenny
localization testing:
Adapting the international software for a specific or local
region.
internationalization testing:
Application can be adapted to various languages & regions
without any changes.
globalization testing:
It is combination of localization & internationalization,
where application tested in local environment with
international inputs are given.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shyam r
test the prize or pincode or date and time formate according
to the country standard called ad localization..
Is This Answer Correct ? | 2 Yes | 3 No |
What is Traciability Matrix
how can i derive the test case for requirement and usecase ?
What is negative path testing?
CAN WE ADD NEW OBJECTS & PROPERTIES INTO SHARED OBJECT REPOSITORY?
how to clarify functional requirements and non functional requirements in a srs?
Difference between Functional and System testing?
What are the Test Deliverables?
10 Answers Banking, Burndy Technology and Global Business Services,
what exactly is heuristic checklist approach for unit testing?
What is test design???
What is the responsibility of programmers vs QA?
what is compliance testing?
if we have normal testcase,it is failed, and regression testcase is also failed.what is the bug present in both the testcases?