This page is not a part of an official Int4 documentation.
Knowledge Articles

How to handle Change Requests with Int4 Suite?

How apply Change Request type to your Automation Object

Int4 Suite can validate whether your change requests are done properly. Once your changes are working fine and are accepted, Int4 Suite can automatically create new test case versions that align with the change request.

In scenarios where you have already collected your test cases for the interface subject to change in the change request, after applying the change in your mapping (e.g., adding a new field to the structure after mapping), upon executing the test cases in Int4 Suite, you will notice that they are failing. This is the expected behavior.

image-20260211-082553.png
Regression Testing when Change Request is applied.

In order to validate the Change Request you need to follow steps below.

On Automation Object, you can add a Payload Validation rule of Rule Type “Change Request.”

image-20260211-083107.png
Payload Validation Rule added with Rule Type “Change Request“.

Now before you run your Test Case, you need to choose correct Test Run Type - Change Request Test (CR). Here is an instruction how can be done:

  1. Select your Test Case(s):

    image-20260211-083531.png
    Select Test Case(s) using checkbox.
  2. Select an option “Execute Selected“, then “Execute Selected w/ Parameters“:

    image-20260211-083728.png
    Select button “Execute Selected w/ Parameters“.
  3. New Window will appear. Select Test Run Type - “Change Request Test“:

    image-20260211-084013.png
    Select Test Run Type - “Change Request Test“.
  4. After the Test Run is Complete, you can see couple of differences. The status is marked as “Passed“. There is also an orange box with information of Test Type:

    image-20260211-084547.png
    Result of the Test Run of type “Change Request Test“.
  5. When you check the results, you can see that added field is highlighted in green color instead of yellow or red.

    image-20260211-084928.png
    Result of comparison with rule type “Change Request”.
  6. On main Test Run screen you can see “Change Request Summary“ button:

    image-20260211-085241.png
    “Change Request Summary“ button.

and see the list:

image-20260211-085353.png
Summary of Change Request Run.

With this approach you can still test your interfaces, even though Change Requests are applied on your Development or Quality landscape.

Updating Test Cases with Change requests

There is an option to update Test Cases with Change Request you applied. Login to SAP GUI and transaction: /INT4/IFTT_COCKPIT.

Select folder with Test Cases, then select Test Cases that you want to update and click on “Test Case Results” button:

image-20260211-091526.png
Select Test Cases and click on “Test Case Results”.

On new window select your Test Cases and click on “Create new TC versions“ button:

image-20260211-091712.png
Select Test Cases and select “Create new TC versions“ button.

New window will appear, click on “Continue“:

image-20260211-091854.png
Click on “Continue“.

Another window appear, provide the name of Change Request and Confirm the action:

image-20260211-092228.png
Provide Change Request name and confirm action.

After some time - depending of number of Test Cases you should see the result of that update action:

image-20260211-092353.png
Result of update action.

When versions of Test Cases will be shown side-by-side. You can see that Test Cases were updated:

image-20260211-093142.png
Comparison of Test Cases.

Also the payloads:

image-20260211-093427.png
Comparison of Output Payloads.

With this method you can reuse your Test Cases repository and still test your integrations even after change request were applied to lower tier systems.