- This topic has 1 reply, 2 voices, and was last updated 4 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Testing Discussions › Tools that can be used to generate CFG
What tools can be used to generate a control flow graph of the program code provided?
If you want to do it manually you can try that out using any mind mapping application or draw.io, sketchboard.io, realtimeboard.com.
If you want to convert the code to control flowchart, maybe you can try something like https://code2flow.com/app
For UML diagrams, IntelliJ has different plugins for that. So that you can drag and drop the classes to convert them into a diagram.