3

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

cethint
  • 2,231
  • 8
  • 28
  • 31

1 Answers1

1

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.

Philipp
  • 67,764
  • 9
  • 118
  • 153