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
Limitations in QTP?
How to start recording using quicktest professional?
Does QTP run in any environment?
Can any one send me the QTP Basic Coding Samples?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
What are metrics and matrix?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
What is clean sweep?
Explain how you can replace string in qtp?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
What is synchronization point in QTP?
How to test results for qtp ?
What are the ways you can synchronize?
Explain about the quicktest professional (qtp) automation object model?