MSN: luxuabc@hotmail.com

Web UI测试指南

上一篇 / 下一篇  2007-11-21 17:46:25 / 个人分类:测试技术

UI Testing Guideline

For design:
1.Check whether the control flow and design accord with industry standard.
2.Check whether the UI design accord with Trend standard.
3.Compare final UI with UI prototype, make sure they are consistent.
4.Check whether default value is correct.

For functional:
1.The UI setting can write to configuration file correctly. The “Save” and “Cancel” button on each page work normally.
2.Check whether the keyboard shortcut key can work.
3.Test each Numeric input field: input different type number or none-number characters.
4.Test each Text input field: input DBCS/SBCS characters and symbol characters.
5.Test each file path field: input DBCS/SBCS characters and special string such as “許功成峰峯”.

For Wording and Message:
1.Check whether the wording and message has spelling error.
2.Check whether the message string is friendly to end user.
3.Check whether the error message can give user right and enough information.
4.Check whether the message string is hard-code.

For I18N and L10N:
1.Check whether the Number format is localized.
2.Check whether the Date and Time format is localized.
3.Check whether the UI have enough buffer space for translate to DBCS string.
4.Check whether have truncate string after translation.

For compatible:
1.Check the UI can display correctly in different Brower and different version: IE, Firefox, and Mozilla.
2.Check the UI can run normally in different OS: Windows and Linux.
3.Check the UI can run normally in different language platform: Japanese and German.

For security:
1.The console password should be encrypting. It’s better to use MD5.
2.The UI should do password check. Such as no less than 4 characters and no more than 8 characters, etc.

TAG: 测试技术

 

评分:0

我来说两句

Open Toolbar