Functional Flow matrix in software testing part THREE

The process of determining dependencies between unit tasks is the main component of the entire process of flow identification. One of the various ways in which this can be achieved is through formation of a functional flow matrix document.

Determining Test Case Flows:

Once the functional flow matrix is constructed, the simple task of constructing flows from the matrix may be performed. For the above mentioned example, we can see that “Reservation Status Enquiry” task is based on two other unit tasks, so we may create a flow such as:

Get Reservation Status

Login

Reserve Ticket

Get Reservation Status

Cancel Ticket

Get Reservation Status

Hereby, we know that enquiry task is dependent on other two tasks so we have to test the enquiry task after occurrence and non-occurrence of these two tasks. So, a scenario for enquiring the reservation status would consist of the above mentioned flow. This would allow us to ensure that the reservation enquiry functionality behaves appropriately under different conditions.

RELATED POST
WHITE BOX TESTING

WHITE BOX TESTING PART TWO

WHITE BOX TESTING PART THREE

WHITE BOX BASIC PATH TESTING

BLACK BOX TESTING PART ONE

BLACK BOX TESTING PART TWO

AUTOMATION IN TESTING

AUTOMATED TESTING TOOLS

AUTOMATED TESTING ANALYSIS

AUTOMATION BEST PRACTICES

AUTOMATED TESTING PROCESS

CHECK POINTS IN AUTOMATED TESTING

SILK TEST

SILK TEST INTRODUCTION

FEATURES OF SILK TEST

FEATURES OF SILK TEST PART TWO

LIMITATIONS

TEST PLAN FOR SILK TEST

INSTALLATION TIPS FOR SILK TEST

TEST CASES IN SILK TEST

No comments:

Post a Comment