which type fo Error occurred in localization testing and globalization testing explain me with example
thanks
Pradeep Singh
Answer / 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 |
what is testplan? and can you tell the testplan contents?
What is Manual and Automation Testing Framework
what is Independent Verification and Validation(IV&V)?
Please give an example of White box Testing?
What is Functional point and what is the use?
hi!!!!!!!!!!!! i heard there is a new type of testing i.e. YELLOW TESTING if anyone knows about it plz tell me. thanks
What is smoke testing and when it wil be done?
How do you go about testing a project?
hey showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.
what is beta testing
what r the different types of testing techniques?
What is unit,load,stress,performance testing ?