How to create Functional Flow Matrix? send some sample also

Questions by arulsb

Showing Answers 1 - 6 of 6 Answers

Functional Flow Matrix is a simple yet effective tool that can be used to analyse different possible functional flows in an application while designing test cases. It is based on the concept of dependencies between different functionalities.   A functionality X is said to be dependent on functionality Y if occurrence of Y affects the behaviour of X.   For example, the functionality of “Register for Website Service” is dependent on functionality of “Set Up Account” and "Log Into Website" functionalities since registration ought not become visible to users until they set up accounts and log into the website.  


  Was this answer useful?  Yes

Functional Flow Matrix is a simple yet effective document that can be used to analyse and take into consideration, different possible functional flows in an application while designing Test Cases. It is based on the concept of dependencies between different functionalities.

A functionality X is said to be dependent on functionality Y if occurrence of Y affects the behaviour of X.   For example, the functionality of “Reservation Cancellation” is dependent on functionality of “Ticket Reservation” in a Ticket Reservation System since a reservation cannot be cancelled unless it is reserved earlier.


Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions