What is Localization and Internationalization Testing
Answers were Sorted based on User's Feedback
Answer / srikanth
Localization: It is a process of testing the local language
For Example: If your are testing ATM machine.It have local
languages depends on the state. if that language is tested
the it is called Localization
| Is This Answer Correct ? | 8 Yes | 2 No |
Localization Testing:- For ex:- we have a client( china
clinet) who is requesting for an application to be developed
in china language. Here when we are testing the application
which is in china is called localization testing.
Internationalization Testing:- Now the same client wants to
release the same application in other languages like English
and spanish then development needs modification to the
application in such language and testing the application in
both the language then such testing is called
Internationalization testing.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / medhali
Localization testing is done on products developed in other
languages other than English/local language.The products
are developed in English & then translated into specified
languange.So loacalization testing is mandatory.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sm
Nothing but the place from where we are conducting testing
depending upon the development environment.
If the testing is done at the local environment to the
development team then we can call it as Localization
where as if the testing is conducting on site from the
development team then we can call it as Internationalization
testing
| Is This Answer Correct ? | 2 Yes | 27 No |
What is call-pair?
generally what r the questions asked about project ,it may be banking,health care.... etc, i want general questions? pls any one give answer?
what is meant by system test case
what is usuability testing ,when and how is it done
What is defect life cycle/
entry criteria and exit criteria for unit testing, integration testing, system testing and uat
If you have 1000 test cases which takes atleast 4 months for execution and now project has to be delivered within 2 weeks how will you execute your test cases. Which ones should be executed first.
can any one post the format of tracebility martrix Plz...... Maid Id: sandhya.shyamala@yahoo.com
What is Test Condition?
What is meant by resource allocation?(asked in interview for test lead)?
8 Answers Accenture, Acro Technologies,
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
Write 2 scenarios for System testing?