Getting Started
Table of Contents
Index
Chapter 27: Regression and Conformance Testing
27.1 Overview
27.2 Creating a Mainframe Express Project
27.2.1 Creating a Project
27.2.2 Adding Files to the Project
27.2.3 Modifying the Build Settings
27.2.4 Compiling the Program
27.2.5 TouchPoint Output Window
27.2.6 Debug Options
27.3 Deciding What to Test
27.4 Regression Testing
27.4.1 Defining a Fragment
27.4.2 Defining Input and Output Variables
27.4.3 Generating Initial Values
27.4.4 Creating a Fragment Test
27.4.4.1 Input Variable Values
27.4.4.2 Compare Baseline
27.4.4.3 Condition
27.4.4.4 Closing the Worksheet
27.4.5 Recording a Baseline
27.4.6 Analyzing the Baseline
27.4.7 Changing your Code
27.4.8 Running a Regression Test
27.4.9 Analyzing the Results
27.4.10 Correcting your Code
27.5 Conformance Testing
27.5.1 Defining a Fragment
27.5.2 Creating a Fragment Test
27.5.2.1 Input Variable Values
27.5.2.2 Compare Baseline
27.5.2.3 Validation Criteria
27.5.2.4 Closing the Worksheet
27.5.3 Running a Test
27.5.4 Analyzing the Results
27.5.5 Correcting your Code
27.6 Before Continuing