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)?

Questions by rzilpilwar   answers by rzilpilwar

Showing Answers 1 - 17 of 17 Answers

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)

  Was this answer useful?  Yes

venkateshste

  • Sep 17th, 2006
 

In webpage testing we test

Links testing

content testing

  Was this answer useful?  Yes

kalpana

  • Mar 7th, 2007
 

Links Coverage and Content Coverages are possible tests

  Was this answer useful?  Yes

Radhika

  • Oct 1st, 2007
 

Test cases are written based on input not the ouput,
we check for the validity of input and see if the output is a desired one or not.

  Was this answer useful?  Yes

Link Test to check when button pressed corresponding country flag and some text in their language should display 

Content Test to check whether corresponding language displays as per in req docu…

  Was this answer useful?  Yes

Here are some ideas for tests:

Preconditions:
1) Client-Server: Install language pack associated with locale you are testing
2) Web-based: Select language in web browser for language you are testing
3) 'Test locale' refers to the locale we are currently testing
 

Functional and GUI Tests:
1) Home page displays language associated with test locale (ie., Arabic, German, etc.)
2) Label text displays language associated with test locale
3) Button text displays language associated with test locale
4) Clicking buttons associated with each country displays proper 'Flag' page
5) 'Flag' page displays proper flag for each country
6) 'Flag' page displays language associated with test locale
7) Button text is centered and there are no truncations
8) Label text is displayed per specification (see text_by_country.jpg)
9) Flag image has proper dimensions and is proper size

More GUI Tests:
1) Program name in window title bar
2) Initial focus when accessing page
3) Tab order
4) Tool tips

Usability Tests:
1) Easy to use
2) Easy to navigate

Compatibility Tests:
1) Operating Systems
2) Browsers

Performance Tests:
Page loads




  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions