1.What could be the possible tests for testing a web page
which displays flag of a country n some text in their language(for example
Arabic ) when a button called Arabic is pressed and displays flag of another
country and some text in English when a button called English is
pressed?(internationalization)?
Ans) Button Pressed in Arabic:
1. Flag for the appropriate country with matching Text Displayed.
2. Correct Flag displayed, Text Wrong.
3. Correct Text, Flag wrong
4. Flag wrong, Text wrong
5. Null, Null
6. Correct Flag, Null (Text)
7. Creect Text, Null (Flag)
2) How do you complete the testing when you have a time
constraint?
we need to check that the application is being tested for the
first time or its a updated version.