🗊 Презентация Test documentation and test case design

Нажмите для полного просмотра!
Test documentation and test case design, слайд №1 Test documentation and test case design, слайд №2 Test documentation and test case design, слайд №3 Test documentation and test case design, слайд №4 Test documentation and test case design, слайд №5 Test documentation and test case design, слайд №6 Test documentation and test case design, слайд №7 Test documentation and test case design, слайд №8 Test documentation and test case design, слайд №9 Test documentation and test case design, слайд №10 Test documentation and test case design, слайд №11 Test documentation and test case design, слайд №12 Test documentation and test case design, слайд №13 Test documentation and test case design, слайд №14 Test documentation and test case design, слайд №15 Test documentation and test case design, слайд №16 Test documentation and test case design, слайд №17 Test documentation and test case design, слайд №18 Test documentation and test case design, слайд №19 Test documentation and test case design, слайд №20 Test documentation and test case design, слайд №21 Test documentation and test case design, слайд №22 Test documentation and test case design, слайд №23 Test documentation and test case design, слайд №24 Test documentation and test case design, слайд №25 Test documentation and test case design, слайд №26 Test documentation and test case design, слайд №27 Test documentation and test case design, слайд №28 Test documentation and test case design, слайд №29 Test documentation and test case design, слайд №30 Test documentation and test case design, слайд №31 Test documentation and test case design, слайд №32 Test documentation and test case design, слайд №33 Test documentation and test case design, слайд №34 Test documentation and test case design, слайд №35 Test documentation and test case design, слайд №36 Test documentation and test case design, слайд №37 Test documentation and test case design, слайд №38 Test documentation and test case design, слайд №39 Test documentation and test case design, слайд №40 Test documentation and test case design, слайд №41 Test documentation and test case design, слайд №42 Test documentation and test case design, слайд №43 Test documentation and test case design, слайд №44 Test documentation and test case design, слайд №45 Test documentation and test case design, слайд №46 Test documentation and test case design, слайд №47 Test documentation and test case design, слайд №48

Вы можете ознакомиться и скачать презентацию на тему Test documentation and test case design. Доклад-сообщение содержит 48 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Mypresentation Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1


Test documentation and Test case design Iana Mourza QA Lead/Release Lead VMware, Inc. 2008
Описание слайда:
Test documentation and Test case design Iana Mourza QA Lead/Release Lead VMware, Inc. 2008

Слайд 2


Test documentation and test case design, слайд №2
Описание слайда:

Слайд 3


Test documentation and test case design, слайд №3
Описание слайда:

Слайд 4


Software documentation PRD (Product Requirement Document) FS (Functional Specification) UI Spec (User Interface Specification) Test Plan Test Case...
Описание слайда:
Software documentation PRD (Product Requirement Document) FS (Functional Specification) UI Spec (User Interface Specification) Test Plan Test Case Test Suite Traceability matrix Risk Analysis matrix

Слайд 5


Software documentation PRD (Product Requirement Document) What: set of software requirements Who: Product Marketing, Sales, Technical Support When:...
Описание слайда:
Software documentation PRD (Product Requirement Document) What: set of software requirements Who: Product Marketing, Sales, Technical Support When: planning stage Why: we need to know what the product is supposed to do QA role: Participate in reviews Analyze for completeness Spot ambiguities Highlight contradictions Provide feedback on features/usability

Слайд 6


Software documentation PRD (example)
Описание слайда:
Software documentation PRD (example)

Слайд 7


FS (Functional Specification) FS (Functional Specification) What: software design document; Who: Engineering, Architects; When:...
Описание слайда:
FS (Functional Specification) FS (Functional Specification) What: software design document; Who: Engineering, Architects; When: (planning)/design/(coding) stage(s); Why: we need to know how the product will be designed; QA role: Participate in reviews; Analyze for completeness; Spot ambiguities; Highlight contradictions.

Слайд 8


Software documentation FS (example)
Описание слайда:
Software documentation FS (example)

Слайд 9


Test documentation Test Plan What: a document describing the scope, approach, resources and schedule of intended testing activities; identifies test...
Описание слайда:
Test documentation Test Plan What: a document describing the scope, approach, resources and schedule of intended testing activities; identifies test items, the features to be tested, the testing tasks, who will do each task and any risks requiring contingency planning; Who: QA; When: (planning)/design/coding/testing stage(s);

Слайд 10


Test documentation Test Plan (cont’d) Why: Divide responsibilities between teams involved; if more than one QA team is involved (ie, manual /...
Описание слайда:
Test documentation Test Plan (cont’d) Why: Divide responsibilities between teams involved; if more than one QA team is involved (ie, manual / automation, or English / Localization) – responsibilities between QA teams ; Plan for test resources / timelines ; Plan for test coverage; Plan for OS / DB / software deployment and configuration models coverage. - QA role: Create and maintain the document; Analyze for completeness; Have it reviewed and signed by Project Team leads/managers.

Слайд 11


Test documentation Test Plan (example)
Описание слайда:
Test documentation Test Plan (example)

Слайд 12


Test documentation Test Case What: a set of inputs, execution preconditions and expected outcomes developed for a particular objective, such as...
Описание слайда:
Test documentation Test Case What: a set of inputs, execution preconditions and expected outcomes developed for a particular objective, such as exercising a particular program path or verifying compliance with a specific requirement; Who: QA; When: (planning)/(design)/coding/testing stage(s); Why: Plan test effort / resources / timelines; Plan / review test coverage; Track test execution progress; Track defects; Track software quality criteria / quality metrics; Unify Pass/Fail criteria across all testers; Planned/systematic testing vs Ad-Hoc.

Слайд 13


Test documentation Test Case (cont’d) Five required elements of a Test Case: ID – unique identifier of a test case; Features to be tested / steps /...
Описание слайда:
Test documentation Test Case (cont’d) Five required elements of a Test Case: ID – unique identifier of a test case; Features to be tested / steps / input values – what you need to do; Expected result / output values – what you are supposed to get from application; Actual result – what you really get from application; Pass / Fail.

Слайд 14


Test documentation Test Case (cont’d) Optional elements of a Test Case: Title – verbal description indicative of testcase objective; Goal / objective...
Описание слайда:
Test documentation Test Case (cont’d) Optional elements of a Test Case: Title – verbal description indicative of testcase objective; Goal / objective – primary verification point of the test case; Project / application ID / title – for TC classification / better tracking; Functional area – for better TC tracking; Bug numbers for Failed test cases – for better error / failure tracking (ISO 9000); Positive / Negative class – for test execution planning; Manual / Automatable / Automated parameter etc – for planning purposes; Test Environment.

Слайд 15


Test documentation and test case design, слайд №15
Описание слайда:

Слайд 16


Test documentation Test Case (cont’d) Format – follow company standards; if no standards – choose the one that works best for you: MS Word document;...
Описание слайда:
Test documentation Test Case (cont’d) Format – follow company standards; if no standards – choose the one that works best for you: MS Word document; MS Excel document; Memo-like paragraphs (MS Word, Notepad, Wordpad). Classes: Positive and Negative; Functional, Non-Functional and UI; Implicit verifications and explicit verifications; Systematic testing and ad-hoc;

Слайд 17


Test documentation Test Case (exercise)
Описание слайда:
Test documentation Test Case (exercise)

Слайд 18


Test documentation and test case design, слайд №18
Описание слайда:

Слайд 19


Test documentation and test case design, слайд №19
Описание слайда:

Слайд 20


Test documentation Traceability matrix What: document tracking each software feature from PRD to FS to Test docs (Test cases, Test suites); Who:...
Описание слайда:
Test documentation Traceability matrix What: document tracking each software feature from PRD to FS to Test docs (Test cases, Test suites); Who: Engineers, QA; When: (design)/coding/testing stage(s); Why: we need to make sure each requirement is covered in FS and Test cases; QA role: Analyze for completeness; Make sure each feature is represented; Highlight gaps.

Слайд 21


Test documentation Traceability matrix (example)
Описание слайда:
Test documentation Traceability matrix (example)

Слайд 22


Test documentation and test case design, слайд №22
Описание слайда:

Слайд 23


Test documentation and test case design, слайд №23
Описание слайда:

Слайд 24


Test documentation and test case design, слайд №24
Описание слайда:

Слайд 25


Test documentation and test case design, слайд №25
Описание слайда:

Слайд 26


Test documentation and test case design, слайд №26
Описание слайда:

Слайд 27


Test documentation and test case design, слайд №27
Описание слайда:

Слайд 28


Test documentation and test case design, слайд №28
Описание слайда:

Слайд 29


Test documentation and test case design, слайд №29
Описание слайда:

Слайд 30


Test documentation and test case design, слайд №30
Описание слайда:

Слайд 31


Test documentation and test case design, слайд №31
Описание слайда:

Слайд 32


Test design Test Case optimization Optimizing Test design and planning methodologies: Boundary testing; Equivalence classes; Decision tables; State...
Описание слайда:
Test design Test Case optimization Optimizing Test design and planning methodologies: Boundary testing; Equivalence classes; Decision tables; State transitional diagrams; Risk Analysis.

Слайд 33


Test documentation and test case design, слайд №33
Описание слайда:

Слайд 34


Test documentation and test case design, слайд №34
Описание слайда:

Слайд 35


Test documentation and test case design, слайд №35
Описание слайда:

Слайд 36


Test documentation and test case design, слайд №36
Описание слайда:

Слайд 37


Test documentation and test case design, слайд №37
Описание слайда:

Слайд 38


Test documentation and test case design, слайд №38
Описание слайда:

Слайд 39


Test documentation and test case design, слайд №39
Описание слайда:

Слайд 40


Test documentation and test case design, слайд №40
Описание слайда:

Слайд 41


Test documentation and test case design, слайд №41
Описание слайда:

Слайд 42


Test documentation and test case design, слайд №42
Описание слайда:

Слайд 43


Test documentation and test case design, слайд №43
Описание слайда:

Слайд 44


Test documentation and test case design, слайд №44
Описание слайда:

Слайд 45


Test documentation and test case design, слайд №45
Описание слайда:

Слайд 46


Test documentation and test case design, слайд №46
Описание слайда:

Слайд 47


Test documentation and test case design, слайд №47
Описание слайда:

Слайд 48


Test documentation and test case design, слайд №48
Описание слайда:



Похожие презентации
Mypresentation.ru
Загрузить презентацию