Answer Posted / 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 |
Post New Answer View All Answers
Why are you in qa?
What is random testing?
Q. How do you select product components for validation?What are the contents of QMS?
What is Operational testing?
List out the software quality practices through the software development cycle?
Define test strategy.
What are the factors responsible for the estimation of system integration test cycle and total integration time?
hi guys ! tel me the adress of the ordian solutions..?whr it is ..?
Why regression testing is important?
What is the need of test plan document?
How you will begin to improve the QA process?
If there are more number of production defects, how will you tackle the team as a lead
What are the key components of a bug report?
What is the rule of a "test driven development"?
prepare functional requirements and design test cases for a given business requirement as follows(consider all the implicit requirements): A message portal is given,Login into that, check for any e_mail in inbox-if present reply,if not compose a mail and send it.