2011-06-16 14 views
0

對不起,我最後一次對Web測試進行查詢。我想我無法解釋我的問題,因爲我是這個領域的新手。請通過指導我如何有效地進行Web測試來幫助我

因此,我正在以一種簡單的方式提出我的疑問。

下面是一個跨瀏覽器測試清單,以測試不同瀏覽器和操作系統的Web項目:

能否請您通過指導我如何可以測試他們幫助我嗎?

我不是說任何工具,因爲我有一堆,但最重要的是瞭解代碼 - HTML,CSS,Javascript。

  1. CSS驗證
  2. HTML或XHTML驗證
  3. 頁有和沒有JavaScript驗證啓用
  4. Ajax和jQuery的功能
  5. 字體大小驗證
  6. 不同分辨率
  7. 頁面佈局
  8. 所有圖像和對齊
  9. 頁眉和頁腳秒蒸發散
  10. 頁面內容比對中心,LHS或RHS

感謝 羅希特

+2

這與安全有什麼關係? – 2011-06-16 04:11:20

+0

試試這個http://jsfiddle.net CSS HTML和JAVA的區域 – 2013-10-09 19:12:01

回答

1

你可以考慮下面的檢查清單,以及

爲Web應用程序測試的用戶界面是從測試中略有不同傳統應用程序的用戶界面。無論Web應用程序如何,都應該爲每個Web應用程序測試某些內容。下面的清單將給出一些關於應該測試的項目的信息,以確保您的Web應用程序的用戶界面的質量。

COLORS

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

** * ** * ** 功能測試* ** * ** * *

專用

的網站即與服務器連接的,實際上「做的東西」的一部分的功能A.正確性。 B.沒有內部和外部斷開的鏈接。 C.用戶通過表格提交的信息,需要正常工作。 爲了測試這一點,請驗證服務器是否正確存儲了信息,並且系統下線可以解釋並使用該信息。 D.用戶輸入應根據業務規則在系統級別進行驗證,錯誤/警告消息應該閃爍給用戶輸入錯誤。

Cookies

如果系統使用cookie,請確保cookie正常工作。 。如果cookie存儲登錄 信息,請確保信息在cookie文件中加密。如果 cookie用於統計,確保這些餅乾太加密,否則 人可以編輯自己的餅乾和歪斜 信息

** * ** * ** 5 。負載/壓力測試* ** * ** * * A.有多少用戶在相同的時間可以訪問沒有得到忙信號? B.系統能處理來自多個用戶的大量數據嗎? C.長期連續使用:現場可長時間運行,無停機。