Application Development and Automation 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: 
Read only

Using eCATT Test Data Containers in ABAP Unit

Former Member
0 Likes
969

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
Read only

uwe_schieferstein
Active Contributor
0 Likes
555

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
Read only

uwe_schieferstein
Active Contributor
0 Likes
556

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