|
3 | 3 | ## Introduction
|
4 | 4 |
|
5 | 5 | Items in this folder can be used to introduce and automate testing in Endevor, running the kinds of test supported by Test4Z.
|
6 |
| -See the two modes of testing described [Testing Modes](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/test4z/1-0/administrating/define-options-for-unit-and-record-and-replay.html) and [Test4Z techdocs documentation](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/test4z/1-0.html) : |
| 6 | +See the two modes of testing described in [Testing Modes](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/test4z/1-0/administrating/define-options-for-unit-and-record-and-replay.html) and [Test4Z techdocs documentation](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/test4z/1-0.html) : |
7 | 7 |
|
8 | 8 | 1. [Record and Replay](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/test4z/1-0/administrating/record-replay-and-verification-processing.html). The .jcl items in the **Quick-Edit-User-Extension-Points** subfolder correspond to the **Record and Replay** examples.
|
9 |
| -2. [Unit Test Processing](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/test4z/1-0/administrating/unit-test-processing.html). Build your **test suites** for your application programs. Then you may have them executed in Endevor by either or both of the methods described below. |
| 9 | +2. [Unit Test Processing](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/test4z/1-0/administrating/unit-test-processing.html). Build **test suites** for your application programs. Then you may have Endevor execute them using either or both of the methods described below. |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| -For the two Test4Z methods there are two testing methods provided in this solution: |
| 13 | +This folder provides for two Endevor methods for executing the Test4Z modes: |
14 | 14 |
|
15 |
| -1. Items that can help your site to take a first step toward integrating Test4Z with Endevor. These items initiate batch Test4Z actions from the [Quick-Edit User Extension points](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/ca-endevor-software-change-manager/19-0/using/quick-edit-option/quick-edit-user-extension-points.html). With these, you may prepare Test4Z objects to use with the second method. See the **Quick-Edit-User-Extension-Points** subfolder for items of this method. The .rex, .pnl and .skl items must be placed into REXX, ISPF panel alnd ISPF skeleton libraries accordingly. |
| 15 | +1. [Quick-Edit User Extension points](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/ca-endevor-software-change-manager/19-0/using/quick-edit-option/quick-edit-user-extension-points.html). |
| 16 | + These items can help you get started at your site toward integrating Test4Z with Endevor. You might start with this method, before migrating to the second method. See the **Quick-Edit-User-Extension-Points** subfolder for items of this method. The .rex, .pnl and .skl items must be placed into REXX, ISPF panel alnd ISPF skeleton libraries accordingly. |
16 | 17 |
|
17 | 18 |
|
18 |
| -2. Items that can automate the running of tests run from your Endevor processor(S). Test4Z objects that you build using objects in the first category can be automatically engaged by your Endevor Generate and Move processors. Tests may pass or fail, and the condition is made to reflect the element status in Endevor. Items using the .prc extension are processor Incluides. You can include them within your existing processors. If your configuration does not support the use of processor includes, then copy the content of the .prc items into your processors. (Future items will support automated teesting during the Endevor package CAST) |
| 19 | +2. [Endevor processors](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/ca-endevor-software-change-manager/19-0/administrating/processors.html). Items that can automate the running of tests run from your Endevor processor(s). Test4Z objects can be automatically engaged by your Endevor Generate and Move processors. Tests may pass or fail, and the condition is made to reflect onto the element status in Endevor. Items using the .prc extension are processor Incluides. You can include them within your existing processors. If your configuration does not support the use of processor includes, then copy the content of the .prc items into your processors. |
19 | 20 |
|
20 | 21 |
|
21 | 22 | Set the value of the **MYJCLLIB** variable to a dataset name that contains JCL-snippets for Test4Z recording. See the **Example Record and Replay JCL** discussion in the [Record and Replay](https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/test4z/1-0/administrating/record-replay-and-verification-processing.html) documentation. **MYJCLLIB** can be an output library for a JCL-like type, or a dataset where testers can edit directly. Configuring the dataset to be an Endevor output is a better choice, but not required.
|
|
0 commit comments