Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Using eCATT Test Data Containers in ABAP Unit

Former Member
0 Kudos

Hi,

Has anyone used the data in eCATT Test Data Containers for testing in ABAP Unit? Or would anyone know how to call the data container within ABAP Unit?

Thanks,

Jason

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Jason

Test Data Containers are used to modularize test data for eCATT scripts which usually test a process or parts of a process.

In contrast, ABAP Unit Tests are on a much lower level where you check the input/output of methods, fm's etc.

For sure you will find function modules that will read the values out of eCATT test data containers yet I do not think these two different testing approaches should be intermingled that way.

Regards

Uwe

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Jason

Test Data Containers are used to modularize test data for eCATT scripts which usually test a process or parts of a process.

In contrast, ABAP Unit Tests are on a much lower level where you check the input/output of methods, fm's etc.

For sure you will find function modules that will read the values out of eCATT test data containers yet I do not think these two different testing approaches should be intermingled that way.

Regards

Uwe