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 |
How will you decide that the software is ready for release? Please if any one knows this answer, submit the answer as early as possible.
What is Stub and Driver ? What functions are used in stubs and driver?
Explain Equivalence Partitioning ?
aplitue questions will be based on wich type ?
on what basis a tester writes test cases,i mean is it only based on FS and if so how can they know that a certain no of test cases can be written even b4 they write the test cases.bcoz a test plan contains how many test cases to be written by each tester.
Does Automation replace Manual Testing?
what is format of the final report u submitted to ur client?
Can any one tell me how will be the projects in realtime life?. I am much worried because this going to be my first job?
define sdlc step wise
What is Version control? can any one help me its urgent thanks in advance
do you write test case for smoke testing?If not why?
What is the difference between stub & Driver? which is needed in Top Up & Bottom Down Testing?