Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have many systems in my project like ATM, Library management etc each one is represented in EFSM ie similar to a graph where vertices are connected with edges. I have a transition table representing the graph. Now the maximum possible paths from start state to destination have to be generated i.e test case generation . I am doing in C#. Another problem is there are self loops in the graph representation...i.e. an edge going to the same node from its staring point. we have put consraints how many time the self loops be considered...........
Posted
Updated 29-Mar-14 8:11am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900