PIXNET Logo登入

David Ko的學習之旅

跳到主文

歡迎光臨 David Ko 在痞客邦的小天地

部落格全站分類:不設分類

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 10月 20 週一 200815:36
  • Reasons to Repeat Tests


Reasons to Repeat Tests
http://www.satisfice.com/repeatable.shtml
by James Bach
(繼續閱讀...)
文章標籤

kojenchieh 發表在 痞客邦 留言(0) 人氣(72)

  • 個人分類:測試基本知識
▲top
  • 10月 14 週二 200810:51
  • QA,你都在掃廁所嗎?


QA,你都在掃廁所嗎?
這是一個朋友forward給我的文章, 這篇正好呼應上一篇的觀念(如何評量是否是一個好的QA). 若是你只是在找bug, 而不去想team目前遇到的問題是什麼. 就算你bug找的再多, 也不會有人特別感謝你.
所以, 不要再侷限QA只是在找bug, 不要只是在開發週期後段才開始動作. 否則, QA,你只是花力氣在掃廁所
(繼續閱讀...)
文章標籤

kojenchieh 發表在 痞客邦 留言(0) 人氣(199)

  • 個人分類:測試基本知識
▲top
  • 10月 10 週五 200815:36
  • 什麼是Test Architect


什麼是Test Architect
最近有人問我, test architect在做些什麼? 因為公司想要為走tech track 的人, 訂定一些方向. 可惜在國內這樣的資料一直很少, 畢竟testing在國內是十分冷門的工作, 更不用談還有test architect這樣的職位.
在網路上google了一下, 還是以微軟員工提到的最多, 但是其他也是不少. 可見在國外她們還是蠻需要這樣角色的人
(繼續閱讀...)
文章標籤

kojenchieh 發表在 痞客邦 留言(0) 人氣(395)

  • 個人分類:測試基本知識
▲top
  • 10月 07 週二 200810:09
  • 如果微軟你這麼擅長測試, 那你的軟體品質為何還這麼爛?


如果微軟你這麼擅長測試, 那你的軟體品質為何還這麼爛?
if Microsoft is so good at testing, why does your software suck?
http://blogs.msdn.com/james_whittaker/archive/2008/08/11/if-microsoft-is-so-good-at-testing-why-does-your-software-suck.aspx
(繼續閱讀...)
文章標籤

kojenchieh 發表在 痞客邦 留言(0) 人氣(321)

  • 個人分類:測試基本知識
▲top
  • 10月 05 週日 200810:00
  • 如何測試 Daily Build


如何測試 Daily Build
  
Testing A Daily Build
http://blogs.msdn.com/steverowe/archive/2007/10/25/testing-a-daily-build.aspx
(繼續閱讀...)
文章標籤

kojenchieh 發表在 痞客邦 留言(0) 人氣(501)

  • 個人分類:測試基本知識
▲top
  • 9月 22 週一 200815:28
  • 如何有效開立test case: feature-driven v.s purpose-driven


如何有效開立test case: feature-driven v.s purpose-driven
通常我們開立test cases時, 都是以feature為導向, 來分配工作. 例如QA 甲測試 feature 1, QA 乙測試 feature 2. 然後可能給1~2週讓他們開立test cases, 之後再進行test case review. 可是這樣做我們遇到了一些問題
1. 大家都只會開functional的test cases
2. 太慢才能給feedback, 因為要等test case全部開完才能給feedback
3. TC 太多, 大家沒有空仔細去看完. 因為1~2週開完的test case量實在不少
(繼續閱讀...)
文章標籤

kojenchieh 發表在 痞客邦 留言(0) 人氣(533)

  • 個人分類:測試基本知識
▲top
  • 8月 26 週二 200811:05
  • Bug bash


 Bug bash
我一直以為自己對testing 很了解, 但是昨天聽到一個term是我所不知道的.所以世界真的很大, 要一直告訴自己天外有天, 人外有人, 還是要持續學習.
在這裡跟大家分享一下, 什麼是bug bash
在wiki中的解釋是這樣的
Bug bash is where all the developers, testers, program managers, usability researchers, designers, documentation folks, and even sometimes marketing people, put aside their regular day-to-day duties and pound on the product to get as many eyes on the product as possible.
http://en.wikipedia.org/wiki/Bug_bash
就是每個人放下手邊的工作,這段時間進行測試, 找出具有潛在性的bug, 例如UI 那裡不好用,需要重新設計! 或是哪些error handling不盡理想. 找到越多越好,寧可錯殺, 也不要放掉一個! 每個人需要浴血奮戰, 絞盡腦汁在有限的時間找出bug.
要鼓勵各部門, 不同角色, 或是不同領域交叉搜索,因為新的思路和角度通常有助於發現更多的Bug
儘管這是一個測試活動,但參與者並不僅限於測試人員。專案經理,開發人員甚至於高層管理人員都應參加,如同全民動員。目的是要集思廣益
不一定針對全部的功能, 可以針對某一部份,某個主題(某各特別的或是重要的功能, 效能, 安全性、使用者界面可用性、國際化和本地化等) 或是某個人做的功能去做測試.
如果必要的時候, 需要加一些獎勵, 來鼓勵來找到最多bug或是最有價值bug的人.中間還可以供應點心, 讓大家能全新全意致力於找bugs
時間上2天, 1 天, 一個下午, 2hr, 或是中午吃飯時間都可以.
(繼續閱讀...)
文章標籤

kojenchieh 發表在 痞客邦 留言(0) 人氣(1,437)

  • 個人分類:測試基本知識
▲top
  • 7月 02 週三 200814:53
  • Is Unit Testing a kind of White box testing?


Most people think unit testing is a kind of white box testing. So when they write test program for the unit under test, they say "We have done white box testing" It's a big big BIG mistake!!!


Let's see the definition of these terminologies first

1. White box testing: is a test case design moethod that uses the control structure of the procedural design to derive test cases

2. Black box testing: focuses on the functional requirements of the software.
That is black box testing enable the RD to derive sets of input conditions that will fully exercise all functional requirements for a program

3. Unit testing: focuses verification effort on the smallest unit of software design - the module, class, or function.


From the definition, if you want to use white box testing to test your program, you must consider the control structure of the program under test. For example: branch, condition, loop, path, and so on. It means you have to analyze the path structure first. That's why you have heard about statement coverage, branch coverage or condition coverage because they want to use these criteria to measure your testing effort of white box testing. Therfore, when you do unit testing, you can use white box testing or black box testing. Depend on how many resources you have. Due to the size of unit is small, it's a good chance to use white box testing. If the number of unit is too large, people might use black box testing to save time.


In Taiwan's software industry, most engineers just input some values to their program and check whether they are correct or not. Therefore it's just a kind of example appling black box testing to do unit testing.

(繼續閱讀...)
文章標籤

kojenchieh 發表在 痞客邦 留言(0) 人氣(214)

  • 個人分類:測試基本知識
▲top
«1...1011

文章搜尋

熱門文章

  • (81,341)焦點討論法 (ORID)
  • (19,192)KJ 親和圖法二三事
  • (13,554)設計觀點 (POV, Point of View) 和使用者故事的比較
  • (11,141)Test Case所涵蓋的範圍足夠了嗎?
  • (9,384)測試計劃該寫什麼?
  • (5,917)什麼是Definition of Done (DoD)?
  • (5,540)什麼是精實創業?
  • (3,970)Cyclomatic Complexity
  • (3,099)你所應該知道的BVT
  • (1,637)Feature Driven Development 簡介

最新留言

  • [24/06/28] 訪客 於文章「你吃的藥或營養品,真的有被吸收了嗎?...」留言:
    改善便秘有很健康的方式 平常水分充足之外,纖維素也得要有 ...
  • [24/04/24] 訪客 於文章「(轉載) 為什麼會造成便秘呢?...」留言:
    謝謝分享資訊~ 改善便秘除了平常水分充足之外,纖維素也得要...
  • [23/11/16] 訪客 於文章「過敏的中醫療法...」留言:
    過敏症狀跟免疫力息息相關 除了平常良好的飲食生活習慣及規律...
  • [23/11/06] 訪客 於文章「視力保健...」留言:
    謝謝分享資訊~ 保護眼睛除了減少使用3C產品之外 幫助眼...
  • [23/09/06] 訪客 於文章「QA的迷失: "沒有spec我們無法進行...」留言:
    不就是PM把自己該做好的工作扔給RD QA做嗎? 專案越大牽...
  • [23/04/20] Mina 於文章「如何以探索性作法高效測試...」留言:
    好喔那再麻煩老師到時候提供時間謝謝您...
  • [23/04/18] Mina 於文章「如何以探索性作法高效測試...」留言:
    老師您好~不好意思這堂課除了5/20還會有規畫其他的日期上課...
  • [22/04/21] Max 於文章「如何寫出人人有共識的需求 - 範例描述...」留言:
    第一梯沒跟到,第二梯有計劃哪時開嗎? 謝謝...
  • [22/04/06] 訪客 於文章「谷歌創新寶劍: 設計衝刺體驗營...」留言:
    回饋您這方面資訊,我是從 PTT搜尋引擎的排名,看...
  • [21/08/10] jwang0189 於文章「如何寫出人人有共識的需求 - 範例描述...」留言:
    非常實用的文章,謝謝提供,已點廣告表示支持 https://...

個人資訊

kojenchieh
暱稱:
kojenchieh
分類:
不設分類
好友:
累積中
地區:

動態訂閱

文章分類

  • 正念 (2)
  • DevOps (13)
  • Agile HR (1)
  • 課程介紹 (26)
  • retrospective (15)
  • 敏捷需求探索 (22)
  • 自媒體 (2)
  • TOC (4)
  • Google Sprint (31)
  • 敏捷轉型 (68)
  • LeSS (5)
  • Kanban Experience Report (20)
  • 引導/教練 (29)
  • Spotify (4)
  • Pretotyping (7)
  • Lean Startup (22)
  • Impact Mapping (4)
  • Agile UX (35)
  • Kanban (115)
  • Lean from the Trenches (11)
  • Estimation (7)
  • Scaling & Distributed Agile (9)
  • Standup Meeting (18)
  • Feature Team (10)
  • scrum教學 (5)
  • 過敏 (9)
  • 魚油 (3)
  • Hadoop (1)
  • Scrum入門手冊 (4)
  • Kanban and Scrum (44)
  • 健康 (46)
  • TDD (41)
  • Cloud Computing (1)
  • 我的Scrum新體驗 (4)
  • Innovation (14)
  • Testing Books/Magazine/WebSite (12)
  • Regression Test (6)
  • 測試管理 (19)
  • 讀書心得 (27)
  • User Story (19)
  • Continuous Integration (16)
  • Scrum (126)
  • 勵志 (46)
  • Agile Concept (204)
  • MS Server (3)
  • Scrum and XP的實戰經驗 (65)
  • Performance Testing (38)
  • Agile Testing (41)
  • 投資理財 (25)
  • Exploratory Testing (22)
  • C# (1)
  • 專案管理 (25)
  • 測試自動化 (62)
  • 測試基本知識 (108)
  • 未分類文章 (1)

文章精選

參觀人氣

  • 本日人氣:
  • 累積人氣: