Explain about I18N Testing ?
Answers were Sorted based on User's Feedback
Answer / b.ramyasri
Hai...
I18N Testing:
Testing the application for different international
languages, check the application testing is successfull for
the following items
1.help information
2.help search information
3.images
4.code templates
5.flat text files
6.font names and sizes
7.date, time, and number formatting
8.collation
9.examples
K,Byeee...
Thanks & Regards
B.ramyasri
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bhagya
i18n is the process of designing a software appln so that
it can be adopt to various language n regions without any
engg change.
| Is This Answer Correct ? | 0 Yes | 0 No |
There is a Create Card window. It contains Card Name,Lunch discount & Dinner discount. I have written test cases for above [+ve & -ve].Now there is one Party discount is added to that window. How should I maintain test case.Guide me properly.I want to know that whether I have to write new test case bloking the previous one.
usecases are prepared by whom?
What is Functional Testing?
What do u do if a bug logged by u is not reproducible in developers environment (developers environment is same as urs)
is it possible S1 comes under P1 ?
what is difference bettween High level documents and low level documents wht is covered in it ? when does tester uses this ie wht level of testing?
How do you debug SSH?
How can u do the performance testing?
difference between web based application and window based application
32 Answers Akash, Evox, iGate, Intelligrape, Lexicon, Semantic Space, SVICS,
how to test stored procedures in manually?
What is bug life cycle?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain