【文章內(nèi)容簡介】
39。re familiar with.(列舉熟悉的產(chǎn)品中設(shè)計不當或者UI不一致的離子) 這個看情況答就行了,比如什么確認和取消按鈕的布局啊,不看手冊不會調(diào)整收音機時間之類的。 39。s one of the simplest, but effective, types of test automation?(最簡單但很有效的測試自動化類型是什么?) 按鍵及鼠標操作錄制回放是有效找出軟件缺陷最簡單的自動化類型。39。s the purpose of a test plan?(測試計劃的目的是什么?) 為了解釋ANSI/ IEEE 829定義,測試計劃的目的是定義測試活動的范圍、方法、資源和進度,明確要測試的條目、要測試的特性、要實施的測試任務(wù)、對每個任務(wù)的個人反映,以及與計劃相關(guān)的風(fēng)險。簡而言之,使項目小組其他成員了解和接受測試小組如何努力測試軟件。 is a test case specification?(什么是測試案例說明?)Other than a traditional document, what means can you use to present your test cases?(除了傳統(tǒng)文檔,可以用什么方式表述測試案例?)這個文檔定義了測試的實際輸入值和預(yù)期輸入結(jié)果,還指明了具體的環(huán)境要求、程序要求和測試案例之間的依賴性。表格、真值表、列表和示意圖——對自己、其他測試員、項目小組其他成員有效表示測試案例的任何形式。下面的無參考答案 there39。s no definitive right or wrong user interface, how can it be tested?(既然用戶界面沒有明確的對與錯,怎樣測試呢?)軟件測試員應(yīng)該檢查其是否符合7個重要原則:符合標準和規(guī)范、直觀、一致、靈活、舒適、正確和實用。 is it the process of creating the plan that matters, not the plan itself?Because all the issues and questions defined in a test plan either impact or are influenced by other project functional groups or team members. Getting everyone to understand and agree to the contents of the plan is what matters. Privately creating a paper document and putting it on a shelf is not just a waste of time, but also jeopardizes the project. three situations where the testing of all independent paths through a program may not detect program errors.第一:如果程序本身違反了設(shè)計規(guī)范,獨立路徑測試無法檢測出這類錯誤。第二:如果程序遺漏了路徑,獨立路徑無法檢測。第三:獨立路徑測試發(fā)現(xiàn)不了一些與數(shù)據(jù)相關(guān)的錯誤