1
Sap Security Implementation necessaries
during implementation apart from doing unit test, integration 1 and 2… is it necessary to do Negative testing… wht is d exact meaning of negative testing… and how it diffrenciate with integration 1 and 2

It purely depends on the project team. If they prefer to have the negative testing, they can also have it as a part of implementation. But, negative testing is a key part of the security testing recommended by the Auditors etc.,
Negative testing is mainly done on the key control points. As a first step you should identify the key control points (org elements) on which you wish to do a negative testing.
Once after the unit, and integration testings, functional team also can perform negative testing. The best example is – In a normal unit testing, or functional testing authorization to create a PO is checked on a control point (company code) and in a negative testing, they will check that the user is not authorized to create the same PO for other company codes.
Hope this clarifies
Was this answer helpful?
LikeDislike