part 2

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

What is a Database File Structure?

Includes field names, field types, field sizes, primary key, and validation checks.

2
New cards

What are Input Methods in system design?

Input Screens must be easy to read, use appropriate font size, style, and color; Data Capture Forms should have suitable text boxes, dropdowns, radio buttons, or checkboxes; Navigation buttons are used in input screens but not in data capture forms.

3
New cards

What are the general design principles for input screens and data capture forms?

Consistent layout, good color scheme, well-used white space.

4
New cards

What are the Processing and Output Methods in system development?

Processing must include calculations and comparisons; Output Methods must include output screen and report layout design.

5
New cards

What is Test Design in software testing?

Testing data structures, file structures, input formats, output formats, and validation routines; ensuring all components function correctly and interact seamlessly.

6
New cards

What is a Test Strategy?

Test each module to verify individual components work correctly; test each function to ensure all features work properly; test the whole system to confirm overall performance and integration.

7
New cards

What are the key components of a Test Plan?

Test Data: Specific data used for testing; Expected Outcomes: Predicted results based on test data; Actual Outcomes: Results from testing; Remedial Action: Steps to fix identified issues.

8
New cards

What are the similarities between a Test Strategy and a Test Plan?

Both are used in design; both are documents created by developers; their results impact the software’s implementation.

9
New cards

How do you test a system?

Unit Test: Tests individual modules separately and checks module relationships and data flow; System Test: Conducted after unit tests to ensure the entire system meets user requirements.

10
New cards

What are the different types of test data?

Normal Test Data: Data within acceptable limits; Abnormal Test Data: Data outside acceptable boundaries; Extreme Test Data: Data on the boundary of acceptability; Live Test Data: Data used in the actual system.