Skip to content

Commit 7d8835f

Browse files
Introduction to cobol check
Signed-off-by: Ashis Kumar Naik <[email protected]>
1 parent 2776e1a commit 7d8835f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,20 @@ The difficulty in achieving this has resulted in falling back to manual processe
329329

330330
## How can test automation be achieved on z/OS?
331331

332-
Many organizations have built, or are now building, CI/CD pipelines for their z/OS applications, with considerable success. These teams are looking to test automation to help them achieve an efficient pipeline. This chapter described an approach to test automation on z/OS, by using a framework for automating tests which offers deep integration with z/OS capabilities.
332+
Many organizations have built, or are now building, CI/CD pipelines for their z/OS applications, with considerable success. These teams are looking to test automation to help them achieve an efficient pipeline. This chapter described an approach to test automation on z/OS, by using a framework for automating tests which offers deep integration with z/OS capabilities.
333+
334+
# Cobol Check
335+
336+
In this chapter, we discuss the concept of unit testing in cobol-programming language with the use of Cobol Check. It delivers precise, fine-grained unit testing/checking capabilities for Cobol, matching the conceptual level of detail found in unit testing frameworks designed for popular languages like Python, Ruby, C#, and Java.
337+
338+
339+
- **Introduction to Cobol Check**
340+
341+
- **What is Cobol Check ?**
342+
343+
344+
## Introduction to Cobol Check
345+
346+
### What is Cobol Check ?
347+
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.

0 commit comments

Comments
 (0)