Skip to content

Commit 414aea1

Browse files
Platforms for cobolcheck
Signed-off-by: Ashis Kumar Naik <[email protected]>
1 parent 7d8835f commit 414aea1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

COBOL Programming Course #4 - Testing/COBOL Programming Course #4 - Testing.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,11 @@ In this chapter, we discuss the concept of unit testing in cobol-programming lan
345345

346346
### What is Cobol Check ?
347347

348-
COBOL Check serves as a unit testing framework specifically designed to assist COBOL programmers who encounter challenges with modern development methods like test-driven development. One notable drawback of existing tools for COBOL and other mainframe languages is their limited granularity when it comes to unit testing, especially when compared to languages like Java, C++, and C# etc. However, COBOL Check offers a solution by enabling developers to conduct fine-grained unit testing using both gnuCOBOL and Enterprise COBOL.
348+
Cobol Check serves as a unit testing framework specifically designed to assist COBOL programmers who encounter challenges with modern development methods like test-driven development. One notable drawback of existing tools for COBOL and other mainframe languages is their limited granularity when it comes to unit testing, especially when compared to languages like Java, C++, and C# etc. However, COBOL Check offers a solution by enabling developers to conduct fine-grained unit testing using both gnuCOBOL and Enterprise COBOL.
349+
350+
351+
### Where Can you run Cobol Check ?
352+
353+
COBOL Check strives to facilitate the maintenance and modernization of legacy COBOL applications on IBM zSeries systems. It achieves this by providing developers with the flexibility to work on either the mainframe platform or off-platform environments such as Windows, Unix, Linux, or OS X instances disconnected from the mainframe. By harnessing the advantages of fine-grained "micro test" development at the level of individual Cobol paragraphs.
354+
355+
In this chapter, our focus will be on utilizing COBOL Check with Enterprise COBOL on a mainframe environment.

0 commit comments

Comments
 (0)