Reputation: 2351
How can i do smoke and monkey testing in ABAP? Are there tools for that ?
Upvotes: 3
Views: 254
Reputation: 69663
Smoke testing can be automatized by using eCATT. Note that the creation of eCATT tests is quite time-consuming, so you should do a cost-benefit analysis beforehand.
I don't know of any tools for monkey testing, except maybe creating a ABAP Unit test suit which uses randomly generated data.
Upvotes: 1