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

eCATT Test user roles (authorization check)

Former Member
0 Likes
486

Dear all,

I want to test the authorizations on a SAP transaction using eCATT.

I have defined some generic users with specific roles and I want to "automatisate" the test with eCATT.

Is it possible to re-execute te transaction with different users within the same eCATT execution ?

Nicolas

Dear all,

I want to test the authorizations on a SAP transaction using eCATT.

I have defined some generic users with specific roles and I want to "automatisate" the test with eCATT.

Is it possible to re-execute te transaction with different users within the same eCATT execution ?

Nicolas

2 REPLIES 2
Read only

christian_wohlfahrt
Active Contributor
0 Likes
427

Hi Nicolas!

At least not in a direct way (there is no call ... with user x).

But maybe you can work with several logical systems. You can run the eCATT remote - also on the same system (usually for different clients). When you use your generic users to log in automatically, then the execution will be done by the generic user.

It's easy to run the whole eCATT remote, but there has to be a possibility to run single steps remotely - that's for scenarios to follow a process with messages to other systems (e.g. ordering).

Regards,

Christian

Read only

0 Likes
427

Thank's Christian,

I think it's the only way to tes authorization with eCATT :o(

You confirm what I thought.

Nicolas