Business Rules of software testing part two

Data models are tools used in analysis to describe the data requirements and assumptions in the system from a top-down perspective. Traditionally, data models set the stage for the design of databases later on in the SDLC.

ER Diagram approach

An Entity-Relationship diagram shows entities and their relationships. The ER diagram relates to business data analysis and data base design.

There are three basic elements in ER models:

1. Entities are the "things" about which we seek information.

2. Attributes are the data we collect about the entities.

3. Relationships provide the structure needed to draw information from multiple entities.

DFD Diagram

Data flow diagrams can be used to provide a clear representation of any business function. They depict the movement and process steps of data and information. The DFD diagram is an ideal representation of a black box kind of scenario. A DFD diagram can be used for analysis of the system at a high level and can then be used to describe the system to the lowest level of detail or as required. Hence, you can have a clear top-down expansion of the system functionality.

A DFD uses the following to depict a business process diagram –

  1. External Entity

An external entity is a source or destination of a data flow, which is outside the area of study. Entities, which receive or originate data, are represented in the DFD. Symbol is an oval, which contains a meaningful, unique identifier.

  1. Process

A process represents a transformation or manipulation of data flows within a system.

RELATED POST

UNIT TESTING PART ONE

UNIT TESTING PART TWO

UNIT TESTING PART THREE

GUI TESTING

WINDOWS COMPLIANCE GUI TESTING PART ONE

WINDOWS COMPLIANCE GUI TESTING PART TWO

WINDOWS COMPLIANCE GUI TESTING PART THREE

WINDOWS COMPLIANCE GUI TESTING PART FOUR VALIDATION TESTING

WINDOWS COMPLIANCE GUI TESTING PART FIVE CONDITION TESTING

WINDOWS COMPLIANCE GUI TESTING PART SIX GENERAL CONDITION TESTING

CONDITION TESTING

TESTING CONDITIONS PART ONE

TESTING CONDITIONS PART TWO

TESTING CONDITIONS PART THREE

TESTING CONDITIONS PART FOUR

SPECIFIC FIELD TESTING

USABILITY TESTING

INTEGRATION TESTING

INTEGRATION TESTING PART ONE

INTEGRATION TESTING PART TWO

INTEGRATION TESTING PART THREE

INTEGRATION TESTING PART FOUR

INTEGRATION TESTING PART FIVE

INTEGRATION TEST STANDARDS

INTEGRATION TEST STANDARDS PART TWO

No comments:

Post a Comment