cethint
cethint

Reputation: 2351

Smoke Testing and Monkey Testing in ABAP

How can i do smoke and monkey testing in ABAP? Are there tools for that ?

Upvotes: 3

Views: 254

Answers (1)

Philipp
Philipp

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

Related Questions