Unit testing of flowchart generation using Aspose

Hi,


I want to know if there is a way to test the flowcharts generated via Aspose.
I have to write unit tests for this.

May be comparing the XMLs or something… Do you recommend anything?

Hi,


Thank you for contacting support. You can use the JUnit framework to prepare the test cases which allow to run multiple and repeatable test cases. You may compare XMLs but it will include complexities. We recommend to use Aspose.Diagram for Java API to retrieve the information about the flowchart, and then compare results.