Tools that can be used to generate CFG

Home Forums Software Testing Discussions Tools that can be used to generate CFG

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21117
    Khairani
    Participant
    @khairani

    What tools can be used to generate a control flow graph of the program code provided?

    #21133
    Darwin
    Participant
    @darwin

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.