Smoke Testing and Monkey Testing in ABAP

257 Views Asked by At

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

1

There are 1 best solutions below

0
On

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.