Skip to main content

Did you know that Visual COBOL supports the Micro Focus Unit Testing Framework?

This is an xUnit-style testing framework, available from the Visual COBOL command line prompt, or from the IDE. It supports native COBOL applications, and .NET COBOL applications.

It includes much of the architecture you would expect of an xUnit framework: you can create, compile, run and debug unit tests from either the command line or your IDE.

For more information see the product documentation here


#SupportTips/SupportTips/KnowledgeDocs
#VisualCOBOL
#VisualStudio
#SupportTips/KnowledgeDocs
#UnitTests
#xUnit
#COBOL
#HowTo-BestPractice
#VisualCOBOL
#Eclipse