High-level Documentation - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

High-level Documentation

Description:

... Testing. Tests all the paths in a program. Unit Testing. Validating input. Test system elements. Integration Testing. Putting it all together. Testing (2) Test ... – PowerPoint PPT presentation

Number of Views:19
Avg rating:3.0/5.0
Slides: 8
Provided by: colin82
Category:

less

Transcript and Presenter's Notes

Title: High-level Documentation


1
High-level Documentation
  • How do all the objects in your system fit
    together?
  • How do you know where form/report or module code
    is used?

2
System Hierarchy Chart
  • Create shapes that represent each object
  • Use them consistently
  • Connecting lines have arrows that show sequence
  • Split diagram across more than one page
  • Use drawing tool or by hand

3
Partial System Hierarchy Chart
4
Annotated Screenshots (1)
  • Draw by hand or captured from the system
  • Point to object with line and explain its
    function
  • Use a numeric key for screens with large numbers
    of objects

5
Annotated Screenshots (2)
Form demonstrating different data types
1 - Text1 Assigned maximum integer value 2 -
Text2 Assigned a Long 3 - Text3 Assigned a
decimal number 4 - Text4 Assigned a date 5 -
Text5 A text value assigned to a variant
Command0 When clicked will assign
appropriate values to the textboxes
6
Testing (1)
  • Black Box Testing
  • Tests outputs against inputs
  • White Box Testing
  • Tests all the paths in a program
  • Unit Testing
  • Validating input
  • Test system elements
  • Integration Testing
  • Putting it all together

7
Testing (2)
  • Test Data
  • Boundary testing
  • Type testing
  • Testing Regime
  • What you are testing
  • Data used
  • Anticipated result
  • Actual Result
Write a Comment
User Comments (0)
About PowerShow.com