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

Recording Negative Test help

Former Member
0 Likes
272

Hi all,

how would I go about recording a negative test with a user that has access to everything, for example.

USER1 does not have access to Tcode MM01, but in order for me to get that authorization error I need to record record tcode mm01 using USER1 (who does not have access to mm01 or Secatt)

What I'm trying to get at here is, I need to record negative test with a USER that has acces to everything.

Any Ideas?

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
246

Hello,

You need two users , one with authorizaton and other witout .

You need to record the script with both the users and then handle it based on the user input by the tester, which will the input parameter,

If user has authorization then u expect sucess message , if he doesnt then you expect someother message.

Thanks & Best regards,

Ajay