which type fo Error occurred in localization testing and globalization testing explain me with example
thanks
Pradeep Singh
Answer Posted / harshad oswal
globalization testing error
for example Google page it should be compatible with different languages like english,hindi,marathi and so on so in
globalization testing we have to see that it is supporting all the languages specified in the requirement without making the changes in the code means if user click on particular language say hindi then information should be displayed in hindi there should be no need to change the code
the error will occur when it will not support that particular language
localization testing means whether application suite to particular culture of the country or not
for example if application is designed say a banking application for india and USA then application should follow the culture of that particular country ie
date and time format for india and USA,currency format for india is rs,for us it is dollars,then interest rate for india and usa will be different. next example can postal code field in india postal code is numeric in Canada it accepts alphanumeric so when we are testing the application for india we have to see that postal code field is accepting numbers and when we are testing for Canada we have to see that it is accepting alphanumeric chars as well.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between GUI Testing,UI testing and Usability TEsting
Should testing be done only after the build and execution phases are complete?
What is PBX Testing & What is Test coverage?
write the test senario on opening door in the flow diagram format
What is Wound Fixing?
Write the test cases for yahoo home page
How to find that tools work well with your existing system?
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
What criteria would you use to select Web transactions for load testing?
Inwhat basis the time is allocated for testing the application?
WHAT IS OBJECT REPOSITORY? AND IT TYPES? HOW MANY TYPES OF ACTIONS ARE THERE IN QTP? CAN WE ADD NEW OBJECTS AND PROPERTIES INTO SHARED OBJECT REPOSITORY?
define Testing of Procedure, Triggers and Functions in data base testing ?
hi, I m looking for a career in manual web testing. so PLZ anybody who have the practical knowledge of dis field help me. GIVE ME UR MAIL ID so that i can ask regarding some doubts. my MAIL ID is ankurtester819@gmail.com
What does 100% statement coverage mean?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.