what is localisation testing and globalisation testing?
what is the difference between them?



what is localisation testing and globalisation testing? what is the difference between them?..

Answer / 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

More QTP Interview Questions

Explain key word driven frame work?How to use in real time?

2 Answers   HP,


What is parameterization? What is syncronization pt.?

3 Answers   Semantic Space, SRM,


What is Environment Variable and when we apply this in QTP?

3 Answers   TCS,


1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?

5 Answers   Wipro,


can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.

1 Answers  






how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??

0 Answers   ABC,


Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If

1 Answers  


LINUX environment supports QTP or not? LINUX environment supports QC or not?

4 Answers  


Explain sub procedure of vbscript.

0 Answers  


New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.

1 Answers  


for example u can take ebay or plifcart online shoping web application--------- write acode in vbscript in qtp---- search box and write (iphone6)and click on go button then opened diff prise iphones in next page but u can select 30,000 to 90,000 list pls write code? 

2 Answers   FFASVA, Genpact, Wipro,


what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?

2 Answers  


Categories