what is localisation testing and globalisation testing?
what is the difference between them?
Answer Posted / anish
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.
localization Testing:-
Localizability testing verifies that you can easily
translate the user interface of the program to any target
language without re-engineering or modifying code.
Localizability testing catches bugs normally found during
product localization, so localization of the program is
required to complete this test. As such, localizability
testing is essentially a hybrid of globalization testing
and localization testing. Successful completion of
localizability testing indicates that the product is ready
for localization. You can use pseudo-localization to avoid
the time and expense of true localization. Pseudo-
localization is perhaps the most cost-effective way of
finding localizability bugs......
Do u find it Right answer if no thn please post the proper
Answer
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How can you close the second opened browser?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Explain about the test fusion report of quicktest professional (qtp)?
distinguish between old version and new version QTP features.
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Have you faced any problems with object repository?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
what is description object?
How to creating an output value using quicktest professional?
Have you used xml check point in your project?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Difference between test object and run time object?
how to test Web application using QTP software
what is stepin & stepout?