对不起我上次关于网络测试的查询。我想我无法解释我的问题,因为我是这个领域的新手。
所以,我正在直截了当地提出问题。
以下是在不同浏览器和操作系统上测试Web项目的跨浏览器测试核对表:
请你帮我指导我如何测试它们?
我不是说任何工具,因为我有很多工具,但最重要的是理解代码 - HTML,CSS,Javascript。
由于 罗希特夏尔
答案 0 :(得分:1)
您也可以考虑以下检查清单
测试Web应用程序的用户界面与测试传统应用程序的用户界面略有不同。无论Web应用程序如何,都应该针对每个Web应用程序测试某些内容。以下清单将提供有关应测试的项目的一些信息,以确保Web应用程序的用户界面的质量。
颜色
* Are hyperlink colors standard?
* Are the field backgrounds the correct color?
* Are the field prompts the correct color?
* Are the screen and field colors adjusted correctly for non-editable mode?
* Does the site use (approximately) standard link colors?
* Are all the buttons are in standard format and size?
* Is the general screen background the correct color?
* Is the page background (color) distraction free?
CONTENT
* All fonts to be the same
* Are all the screen prompts specified in the correct screen font?
* Does content remain if you need to go back to a previous page, or if you move forward to another new page?
* Is all text properly aligned?
* Is the text in all fields specified in the correct screen font?
* Is all the heading are left aligned
* Does the first letter of the second word appears in lowercase? Eg:
IMAGES
* Are all graphics properly aligned?
* Are graphics being used the most efficient use of file size?
* Are graphics optimized for quick downloads?
* Assure that command buttons are all of similar size and shape, and same font & font size.
* Banner style & size & display exact same as existing windows
* Does text wrap properly around pictures/graphics?
* Is it visually consistent even without graphics?
说明
* Is all the error message text spelt correctly on this screen?
* Is all the micro-help text(i.e tool tip) spelt correctly on this screen?
* Microhelp text(i.e tool tip) for every enabled field & button
* Progress messages on load of tabbed(active screens) screens
导航
* Are all disabled fields avoided in the TAB sequence?
* Are all read-only fields avoided in the TAB sequence?
* Can all screens accessible via buttons on this screen be accessed correctly?
* Does a scrollbar appear if required?
* Does the Tab Order specified on the screen go in sequence from Top Left to bottom right? This is the default unless otherwise specified.
* Is there a link to home on every single page?
* On open of tab focus will be on first editable field
* When an error message occurs does the focus return to the field in error when the user cancels it?
可用性
* Are all the field prompts spelt correctly?
* Are fonts too large or too small to read?
* Are names in command button & option box names are not abbreviations.
* Assure that option boxes, option buttons, and command buttons are logically grouped together in clearly demarcated areas "Group Box"
* Can the typical user run the system without frustration?
* Do pages print legibly without cutting off text?
* Does the site convey a clear sense of its intended audience?
* Does the site have a consistent, clearly recognizable "look-&-feel"?
* Does User cab Login Member Area with both UserName/Email ID ?
* Does the site look good on 640 x 480, 600x800 etc.?
* Does the system provide or facilitate customer service? i.e. responsive, helpful, accurate?
* Is all terminology understandable for all of the site’s intended users?
的 强> 的 ** * ** * ** < / strong> 功能测试 * ** * ** * *
特定应用
一个。网站功能的正确性,即与服务器接口并实际上“做东西”的部分。 B.没有内部和外部断开的链接。 C.用户通过表格提交信息,需要正常工作。 为了对此进行测试,请验证服务器是否正确存储信息,以及该系统可以解释和使用该信息。 D.用户输入应根据业务规则在系统级进行验证,并且错误/警告消息应闪烁给用户以获取错误输入。
缓存
如果系统使用cookie,请确保cookie有效。 。如果cookie存储登录 信息,确保信息在cookie文件中加密。如果 cookie用于统计,确保这些cookie也加密,否则 人们可以编辑他们的饼干和歪斜 信息
的 强> 的 ** * ** * ** < / strong> 5.加载/压力测试 * ** * ** * * A.同时有多少用户可以在没有忙碌信号的情况下访问? B.系统可以处理来自多个用户的大量数据吗? C.长时间连续使用:现场能够长时间运行,无需停机。